Task Automation
Task Automation
Features
● Task automation: PowerShell can automate administrative tasks for
Windows-based systems.
●
● Cross-platform: PowerShell runs on Windows, Linux, and macOS.
●
● Built on .NET: PowerShell is built on the .NET Framework.
●
● Rich interactive experience: PowerShell offers an interactive
experience with coloring and tab-completion.
●
● Pipeline commands: PowerShell uses objects instead of text for
pipeline commands.
●
● REST, JSON, and XML: PowerShell enables the use of REST, JSON,
and XML.
●
How to start PowerShell Open the Start menu, Type Windows PowerShell,
Select Windows PowerShell, and Select Open.
PowerShell extensions
● The Microsoft PowerShell extension for Visual Studio Code (VS Code)
provides syntax completions, definition tracking, and linting for
PowerShell.