This document provides a quick reference to the PowerShell API.

Overview: The PowerShell API is a powerful scripting language for automating tasks and managing Windows systems.

Key Concepts:

Resource Types:

API Reference:

Command: Get-Process - Displays a list of running processes.

Command: Stop-Service - Stops a Windows service.

Command: Get-ChildItem - Retrieves files and directories in a location.

Command: Get-Process -Name 'notepad' - Retrieves the 'notepad' process