Name Category Module Synopsis
---- -------- ------ --------
Get-Verb Function Gets approved Windows PowerShell verbs.
Debug-Job Cmdlet Microsoft.PowerShell.Core Debugs a running background, remote, or Window...
Disconnect-PSSession Cmdlet Microsoft.PowerShell.Core Disconnects from a session.
Enter-PSHostProcess Cmdlet Microsoft.PowerShell.Core Connects to and enters into an interactive ses...
Enter-PSSession Cmdlet Microsoft.PowerShell.Core Starts an interactive session with a remote co...
ForEach-Object Cmdlet Microsoft.PowerShell.Core Performs an operation against each item in a c...
Get-Command Cmdlet Microsoft.PowerShell.Core Gets all commands.
Get-Job Cmdlet Microsoft.PowerShell.Core Gets Windows PowerShell background jobs that a...
Get-Module Cmdlet Microsoft.PowerShell.Core Gets the modules that have been imported or th...
Get-PSSessionCapability Cmdlet Microsoft.PowerShell.Core Gets the capabilities of a specific user on a ...
Get-PSSessionConfiguration Cmdlet Microsoft.PowerShell.Core Gets the registered session configurations on ...
Import-Module Cmdlet Microsoft.PowerShell.Core Adds modules to the current session.
Invoke-Command Cmdlet Microsoft.PowerShell.Core Runs commands on local and remote computers.
New-Module Cmdlet Microsoft.PowerShell.Core Creates a new dynamic module that exists only ...
New-PSSessionConfigurationFile Cmdlet Microsoft.PowerShell.Core Creates a file that defines a session configur...
New-PSSessionOption Cmdlet Microsoft.PowerShell.Core Creates an object that contains advanced optio...
New-PSTransportOption Cmdlet Microsoft.PowerShell.Core Creates an object that contains advanced optio...
Receive-Job Cmdlet Microsoft.PowerShell.Core Gets the results of the Windows PowerShell bac...
Receive-PSSession Cmdlet Microsoft.PowerShell.Core Gets results of commands in disconnected sessi...
Register-PSSessionConfiguration Cmdlet Microsoft.PowerShell.Core Creates and registers a new session configurat...
Remove-Job Cmdlet Microsoft.PowerShell.Core Deletes a Windows PowerShell background job.
Save-Help Cmdlet Microsoft.PowerShell.Core Downloads and saves the newest help files to a...
Set-PSSessionConfiguration Cmdlet Microsoft.PowerShell.Core Changes the properties of a registered session...
Set-StrictMode Cmdlet Microsoft.PowerShell.Core Establishes and enforces coding rules in expre...
Stop-Job Cmdlet Microsoft.PowerShell.Core Stops a Windows PowerShell background job.
Update-Help Cmdlet Microsoft.PowerShell.Core Downloads and installs the newest help files o...
Where-Object Cmdlet Microsoft.PowerShell.Core Selects objects from a collection based on the...
Resume-Job Cmdlet Microsoft.PowerShell.Core Restarts a suspended job.
Suspend-Job Cmdlet Microsoft.PowerShell.Core Temporarily stops workflow jobs.
Get-Date Cmdlet Microsoft.PowerShell.U... Gets the current date and time.
Get-EventSubscriber Cmdlet Microsoft.PowerShell.U... Gets the event subscribers in the current sess...
Import-Csv Cmdlet Microsoft.PowerShell.U... Creates table-like custom objects from the ite...
Export-Csv Cmdlet Microsoft.PowerShell.U... Converts objects into a series of comma-separa...
Get-Event Cmdlet Microsoft.PowerShell.U... Gets the events in the event queue.
ConvertTo-Csv Cmdlet Microsoft.PowerShell.U... Converts objects into a series of comma-separa...
ConvertFrom-Json Cmdlet Microsoft.PowerShell.U... Converts a JSON-formatted string to a custom o...
Select-Xml Cmdlet Microsoft.PowerShell.U... Finds text in an XML string or document.
Update-TypeData Cmdlet Microsoft.PowerShell.U... Updates the extended type data in the session.
Get-Culture Cmdlet Microsoft.PowerShell.U... Gets the current culture set in the operating ...
Out-Printer Cmdlet Microsoft.PowerShell.U... Sends output to a printer.
Sort-Object Cmdlet Microsoft.PowerShell.U... Sorts objects by property values.
Set-PSBreakpoint Cmdlet Microsoft.PowerShell.U... Sets a breakpoint on a line, command, or varia...
Group-Object Cmdlet Microsoft.PowerShell.U... Groups objects that contain the same value for...
Select-String Cmdlet Microsoft.PowerShell.U... Finds text in strings and files.
Tee-Object Cmdlet Microsoft.PowerShell.U... Saves command output in a file or variable and...
Get-TypeData Cmdlet Microsoft.PowerShell.U... Gets the extended type data in the current ses...
Export-Clixml Cmdlet Microsoft.PowerShell.U... Creates an XML-based representation of an obje...
Measure-Object Cmdlet Microsoft.PowerShell.U... Calculates the numeric properties of objects, ...
ConvertFrom-Csv Cmdlet Microsoft.PowerShell.U... Converts object properties in comma-separated ...
Debug-Runspace Cmdlet Microsoft.PowerShell.U... Starts an interactive debugging session with a...
Add-Member Cmdlet Microsoft.PowerShell.U... Adds custom properties and methods to an insta...
Format-Table Cmdlet Microsoft.PowerShell.U... Formats the output as a table.
Update-List Cmdlet Microsoft.PowerShell.U... Adds items to and removes items from a propert...
ConvertTo-Html Cmdlet Microsoft.PowerShell.U... Converts Microsoft .NET Framework objects into...
Format-Custom Cmdlet Microsoft.PowerShell.U... Uses a customized view to format the output.
Write-Error Cmdlet Microsoft.PowerShell.U... Writes an object to the error stream.
Out-GridView Cmdlet Microsoft.PowerShell.U... Sends output to an interactive table in a sepa...
Trace-Command Cmdlet Microsoft.PowerShell.U... Configures and starts a trace of the specified...
ConvertTo-Xml Cmdlet Microsoft.PowerShell.U... Creates an XML-based representation of an object.
Format-List Cmdlet Microsoft.PowerShell.U... Formats the output as a list of properties in ...
Import-Clixml Cmdlet Microsoft.PowerShell.U... Imports a CLIXML file and creates correspondin...
Add-Type Cmdlet Microsoft.PowerShell.U... Adds a.NET Framework type (a class) to a Windo...
Get-Alias Cmdlet Microsoft.PowerShell.U... Gets the aliases for the current session.
Invoke-WebRequest Cmdlet Microsoft.PowerShell.U... Gets content from a web page on the Internet.
Format-Wide Cmdlet Microsoft.PowerShell.U... Formats objects as a wide table that displays ...
Register-EngineEvent Cmdlet Microsoft.PowerShell.U... Subscribes to events that are generated by the...
Invoke-Expression Cmdlet Microsoft.PowerShell.U... Runs commands or expressions on the local comp...
Remove-TypeData Cmdlet Microsoft.PowerShell.U... Deletes extended types from the current session.
New-Event Cmdlet Microsoft.PowerShell.U... Creates a new event.
Get-Member Cmdlet Microsoft.PowerShell.U... Gets the properties and methods of objects.
New-TimeSpan Cmdlet Microsoft.PowerShell.U... Creates a TimeSpan object.
New-Object Cmdlet Microsoft.PowerShell.U... Creates an instance of a Microsoft .NET Framew...
Register-ObjectEvent Cmdlet Microsoft.PowerShell.U... Subscribes to the events that are generated by...
Select-Object Cmdlet Microsoft.PowerShell.U... Selects objects or object properties.
Disable-PSBreakpoint Cmdlet Microsoft.PowerShell.U... Disables the breakpoints in the current console.
Get-Unique Cmdlet Microsoft.PowerShell.U... Returns unique items from a sorted list.
ConvertFrom-String Cmdlet Microsoft.PowerShell.U... Extracts and parses structured properties from...
Enable-PSBreakpoint Cmdlet Microsoft.PowerShell.U... Enables the breakpoints in the current console.
ConvertTo-Json Cmdlet Microsoft.PowerShell.U... Converts an object to a JSON-formatted string.
Get-Host Cmdlet Microsoft.PowerShell.U... Gets an object that represents the current hos...
New-ItemProperty Cmdlet Microsoft.PowerShell.M... Creates a new property for an item and sets it...
New-Item Cmdlet Microsoft.PowerShell.M... Creates a new item.
Get-Process Cmdlet Microsoft.PowerShell.M... Gets the processes that are running on the loc...
Test-Connection Cmdlet Microsoft.PowerShell.M... Sends ICMP echo request packets ("pings") to o...
Start-Process Cmdlet Microsoft.PowerShell.M... Starts one or more processes on the local comp...
Stop-Process Cmdlet Microsoft.PowerShell.M... Stops one or more running processes.
Get-ItemProperty Cmdlet Microsoft.PowerShell.M... Gets the properties of a specified item.
Get-ComputerRestorePoint Cmdlet Microsoft.PowerShell.M... Gets the restore points on the local computer.
Set-ItemProperty Cmdlet Microsoft.PowerShell.M... Creates or changes the value of a property of ...
Add-Content Cmdlet Microsoft.PowerShell.M... Adds content to the specified items, such as a...
Test-Path Cmdlet Microsoft.PowerShell.M... Determines whether all elements of a path exist.
Rename-Item Cmdlet Microsoft.PowerShell.M... Renames an item in a Windows PowerShell provid...
Use-Transaction Cmdlet Microsoft.PowerShell.M... Adds the script block to the active transaction.
Get-WmiObject Cmdlet Microsoft.PowerShell.M... Gets instances of WMI classes or information a...
Get-Transaction Cmdlet Microsoft.PowerShell.M... Gets the current (active) transaction.
New-WebServiceProxy Cmdlet Microsoft.PowerShell.M... Creates a Web service proxy object that lets y...
Get-WinEvent Cmdlet Microsoft.PowerShell.D... Gets events from event logs and event tracing ...
Import-Counter Cmdlet Microsoft.PowerShell.D... Imports performance counter log files (.blg, ....
New-WinEvent Cmdlet Microsoft.PowerShell.D... Creates a new Windows event for the specified ...
Get-Counter Cmdlet Microsoft.PowerShell.D... Gets performance counter data from local and r...
Get-Credential Cmdlet Microsoft.PowerShell.S... Gets a credential object based on a user name ...
Get-Acl Cmdlet Microsoft.PowerShell.S... Gets the security descriptor for a resource, s...
Set-Acl Cmdlet Microsoft.PowerShell.S... Changes the security descriptor of a specified...
Get-WSManInstance Cmdlet Microsoft.WSMan.Manage... Displays management information for a resource...
about_ActivityCommonParameters HelpFile Describes the parameters that Windows PowerShell about_Arithmetic_Operators HelpFile Describes the operators that perform arithmeti... about_Arrays HelpFile Describes arrays, which are data structures de... about_Assignment_Operators HelpFile Describes how to use operators to assign value... about_Automatic_Variables HelpFile Describes variables that store state informati... about_Classes HelpFile Describes how you can use classes to develop i... about_Comparison_Operators HelpFile Describes the operators that compare values in... about_Environment_Variables HelpFile Describes how to access Windows environment va... about_Format.ps1xml HelpFile The Format.ps1xml files in Windows PowerShell ... about_Functions_Advanced_Param... HelpFile Explains how to add parameters to advanced fun... about_Functions_OutputTypeAttr... HelpFile Describes an attribute that reports the type o... about_Hash_Tables HelpFile Describes how to create, use, and sort hash ta... about_Jobs HelpFile Provides information about how Windows PowerSh... about_Job_Details HelpFile Provides details about background jobs on loca... about_Language_Keywords HelpFile Describes the keywords in the Windows PowerShe... about_Methods HelpFile Describes how to use methods to perform action... about_Objects HelpFile Provides essential information about objects i... about_Object_Creation HelpFile Explains how to create objects in Windows Powe... about_Operators HelpFile Describes the operators that are supported by ... about_Pipelines HelpFile Combining commands into pipelines in the Windo... about_Preference_Variables HelpFile Variables that customize the behavior of Windo... about_Prompts HelpFile Describes the Prompt function and demonstrates... about_Properties HelpFile Describes how to use object properties in Wind... about_Ref HelpFile Describes how to create and use a reference va... about_Remote_Jobs HelpFile Describes how to run background jobs on remote... about_Remote_Output HelpFile Describes how to interpret and format the outp... about_Remote_Troubleshooting HelpFile Describes how to troubleshoot remote operation... about_Scheduled_Jobs HelpFile Describes scheduled jobs and explains how to u... about_Session_Configuration_Files HelpFile Describes session configuration files, which c...about_Suspend-Workflow HelpFile Describes the Suspend-Workflow activity, which...
about_Throw HelpFile Describes the Throw keyword, which generates a... about_Transactions HelpFile Describes how to manage transacted operations ... about_Types.ps1xml HelpFile Explains how to use Types.ps1xml files to exte... about_Type_Operators HelpFile Describes the operators that work with Microso... about_Updatable_Help HelpFile Describes the updatable help system in Windows... about_Variables HelpFile Describes how variables store values that can ... about_WMI_Cmdlets HelpFile Provides background information about Windows ... about_WQL HelpFile Describes WMI Query Language (WQL), which can be about_Scheduled_Jobs HelpFile Describes scheduled jobs and explains how to u... about_ActivityCommonParameters HelpFile Describes the parameters that Windows PowerShellabout_Suspend-Workflow HelpFile Describes the Suspend-Workflow activity, which...