Collections:
Other Resources:
"Get-Command -CommandType cmdlet" on Windows PowerShell
What is the "Get-Command -CommandType cmdlet" command doing in Windows PowerShell?
✍: FYIcenter.com
"Get-Command -CommandType cmdlet" will return a list of all cmdlets available on Windows PowerShell.
You can also filter the output by limiting to only cmdlets from the PowerShell modules:.
PS C:\fyicenter> Get-Command -CommandType cmdlet -Module *.PowerShell.* Name ModuleName ---- ---------- Add-Computer Microsoft.PowerShell.Management Add-Content Microsoft.PowerShell.Management Add-History Microsoft.PowerShell.Core Add-Member Microsoft.PowerShell.Utility Add-PSSnapin Microsoft.PowerShell.Core Add-Type Microsoft.PowerShell.Utility Checkpoint-Computer Microsoft.PowerShell.Management Clear-Content Microsoft.PowerShell.Management Clear-EventLog Microsoft.PowerShell.Management Clear-History Microsoft.PowerShell.Core Clear-Item Microsoft.PowerShell.Management Clear-ItemProperty Microsoft.PowerShell.Management Clear-Variable Microsoft.PowerShell.Utility Compare-Object Microsoft.PowerShell.Utility Complete-Transaction Microsoft.PowerShell.Management Connect-PSSession Microsoft.PowerShell.Core ConvertFrom-Csv Microsoft.PowerShell.Utility ConvertFrom-Json Microsoft.PowerShell.Utility ConvertFrom-SecureString Microsoft.PowerShell.Security ConvertFrom-StringData Microsoft.PowerShell.Utility Convert-Path Microsoft.PowerShell.Management ConvertTo-Csv Microsoft.PowerShell.Utility ConvertTo-Html Microsoft.PowerShell.Utility ConvertTo-Json Microsoft.PowerShell.Utility ConvertTo-SecureString Microsoft.PowerShell.Security ConvertTo-Xml Microsoft.PowerShell.Utility Copy-Item Microsoft.PowerShell.Management Copy-ItemProperty Microsoft.PowerShell.Management ...
⇒ Cmdlet Output Object in Windows PowerShell
⇐ List of Cmdlets in Windows PowerShell
2016-11-05, ∼3225🔥, 0💬
Popular Posts:
Can I disable Windows service "Remote Procedure Call (RPC)" to speedup my computer? Windows service ...
What is "IP Helper" in my Windows XP service list? And how is "IP Helper" service related to iphlpsv...
What is the "World Wide Web Publishing Service (W3SVC)" system service on Windows Server 2012? Can I...
How to download ActivePerl 5.8.8.820? If you are interested in using Perl on your Windows system, yo...
What is the installed program "Windows SDK AddOn" on my Windows 7 computer? "Windows SDK AddOn" is a...