Get-Command | Gets basic information about cmdlets… |
Get-Help | Displays information about Windows P… |
Get-History | Gets a list of the commands entered … |
Invoke-History | Runs commands from the session history. |
Add-History | Appends entries to the session history. |
ForEach-Object | Performs an operation against each o… |
Where-Object | Creates a filter that controls which… |
Set-PSDebug | Turns script debugging features on a… |
Add-PSSnapin | Adds one or more Windows PowerShell … |
Remove-PSSnapin | Removes Windows PowerShell snap-ins … |
Get-PSSnapin | Gets the Windows PowerShell snap-ins… |
Export-Console | Exports the configuration of the cur… |
Start-Transcript | Creates a record of all or part of a… |
Stop-Transcript | Stops a transcript. |
Add-Content | Adds content to the specified item(s). |
Clear-Content | Deletes the contents of a item, such… |
Clear-ItemProperty | Deletes the value of a property but … |
Join-Path | Combines a path and child-path into … |
Convert-Path | Converts a path from a Windows Power… |
Copy-ItemProperty | Copies a property and value from a s… |
Get-EventLog | Gets information about local event l… |
Get-ChildItem | Gets the items and child items in on… |
Get-Content | Gets the content of the item at the … |
Get-ItemProperty | Retrieves the properties of a specif… |
Get-WmiObject | Gets instances of WMI classes or inf… |
Move-ItemProperty | Moves a property from one location t… |
Get-Location | Gets information about the current w… |
Set-Location | Sets the current working location to… |
Push-Location | Pushes the current location onto the… |
Pop-Location | Changes the current location to the … |
New-PSDrive | Installs a new WIndows PowerShell dr… |
Remove-PSDrive | Removes a Windows PowerShell drive f… |
Get-PSDrive | Gets information about Windows Power… |
Get-Item | Gets the item at the specified locat… |
New-Item | Creates a new item in a namespace. |
Set-Item | Changes the value of an item to the … |
Remove-Item | Deletes the specified items. |
Move-Item | Moves an item from one location to a… |
Rename-Item | Renames an item in a Windows PowerSh… |
Copy-Item | Copies an item from one location to … |
Clear-Item | Deletes the contents of an item, but… |
Invoke-Item | Invokes the provider-specific defaul… |
Get-PSProvider | Gets information about the specified… |
New-ItemProperty | Sets a new property of an item at a … |
Split-Path | Returns the specified part of a path. |
Test-Path | Determines whether all elements of a… |
Get-Process | Gets the processes that are running … |
Stop-Process | Stops one or more running processes. |
Remove-ItemProperty | Deletes the property and its value f… |
Rename-ItemProperty | Renames a property of an item. |
Resolve-Path | Resolves the wildcard characters in … |
Get-Service | Gets the services on the local compu… |
Stop-Service | Stops one or more running services. |
Start-Service | Starts one or more stopped services. |
Suspend-Service | Suspends (pauses) one or more runnin… |
Resume-Service | Resumes one or more suspended (pause… |
Restart-Service | Stops and then starts one or more se… |
Set-Service | Changes the display name, descriptio… |
New-Service | Creates a new entry for a Windows Se… |
Set-Content | Writes or replaces the content in an… |
Set-ItemProperty | Sets the value of a property at the … |
Get-Acl | Gets the security descriptor for a r… |
Set-Acl | Changes the security descriptor of a… |
Get-PfxCertificate | Gets information about .pfx certific… |
Get-Credential | Gets a credential object based on a … |
Get-ExecutionPolicy | Gets the current execution policy fo… |
Set-ExecutionPolicy | Changes the user preference for the … |
Get-AuthenticodeSignature | Gets information about the Authentic… |
Set-AuthenticodeSignature | Uses an authenticode signature to si… |
ConvertFrom-SecureString | Converts a secure string into an enc… |
ConvertTo-SecureString | Converts encrypted standard strings … |
Format-List | Formats the output as a list of prop… |
Format-Custom | Uses a customized view to format the… |
Format-Table | Formats the output as a table. |
Format-Wide | Formats objects as a wide table that… |
Out-Null | Deletes output instead of sending it… |
Out-Default | Send the output to the default forma… |
Out-Host | Sends output to the command line. |
Out-File | Sends output to a file. |
Out-Printer | Sends output to a printer. |
Out-String | Sends objects to the host as a serie… |
Add-Member | Adds a user-defined custom member to… |
Compare-Object | Compares two sets of objects. |
ConvertTo-Html | Creates an HTML page that represents… |
Export-Csv | Creates a comma-separated values (CS… |
Import-Csv | Imports comma-separated value (CSV) … |
Export-Alias | Exports information about currently-… |
Invoke-Expression | Runs a Windows PowerShell expression… |
Get-Alias | Gets the aliases for the current ses… |
Get-Culture | Gets information about the regional … |
Get-Date | Gets the current date and time. |
Get-Host | Gets a reference to the current cons… |
Get-Member | Gets information about objects or co… |
Get-UICulture | gets information about the current u… |
Get-Unique | Returns the unique items from a sort… |
Import-Alias | Imports an alias list from a file. |
Select-String | Identifies patterns in strings. |
Measure-Object | Measures characteristics of objects … |
New-Alias | Creates a new alias. |
New-TimeSpan | Creates a TimeSpan object. |
Read-Host | Reads a line of input from the console. |
Set-Alias | Creates or changes an alias (alterna… |
Set-Date | Changes the system time on the compu… |
Start-Sleep | Suspend shell, script, or runspace a… |
Tee-Object | Pipes object input to a file or vari… |
Measure-Command | Measures the time it takes to run sc… |
Update-TypeData | Updates the current extended type co… |
Update-FormatData | Updates and appends format data files. |
Write-Host | Displays objects by using the host u… |
Write-Progress | Displays a progress bar within a Win… |
New-Object | Creates an instance of a .Net or COM… |
Select-Object | Selects specified properties of an o… |
Group-Object | Groups objects that contain the same… |
Sort-Object | Sorts objects by property values. |
Get-Variable | Gets the variables in the current co… |
New-Variable | Creates a new variable. |
Set-Variable | Sets the value of a variable. Create… |
Remove-Variable | Deletes a variable and its value. |
Clear-Variable | Deletes the value of a variable. |
Export-Clixml | Creates an XML-based representation … |
Import-Clixml | Imports a CLIXML file and creates co… |
Write-Debug | Writes a debug message to the host d… |
Write-Verbose | Writes a string to the verbose displ… |
Write-Warning | Writes a warning message. |
Write-Error | Writes an object to the error pipeline. |
Write-Output | Writes objects to the success pipeline. |
Get-TraceSource | Gets the Windows PowerShell componen… |
Set-TraceSource | Configures, starts, and stops a trac… |
Trace-Command | The Trace-Command cmdlet configures … |