ConvertTo-JSON, ConvertTo-CSV, ConvertTo-HTML, ConvertTo-XML | PowerShell Command

preview_player
Показать описание
PowerShell Command : ConvertTo-JSON, ConvertTo-CSV, ConvertTo-HTML, ConvertTo-XML

A PowerShell background job runs a command without interacting with the current session. When you start a background job, a job object returns immediately, even if the job takes an extended time to finish. You can continue to work in the session without interruption while the job runs.

The job object contains useful information about the job, but it doesn't contain the job results. When the job finishes, use the Receive-Job cmdlet to get the results of the job

PowerShell is a cross-platform task automation and configuration management framework, consisting of a command-line shell and scripting language. Unlike most shells, which accept and return text, PowerShell is built on top of the .NET Common Language Runtime (CLR), and accepts and returns .NET objects. This fundamental change brings entirely new tools and methods for automation.

Blog

Android App

LinkedIn

External Source:

#powershellCommand #pscmd
Рекомендации по теме
visit shbcf.ru