Commandlet Reference (Essential PowerShell) (Holger Schwichtenberg)
Commandlet Reference (Essential PowerShell) (Holger Schwichtenberg)
POWERSHELL COMMANDLET
REFERENCE
This appendix contains a list of all commandlets that are part of Windows
PowerShell (WPS) 1.0, PowerShell Community Extensions Version 1.1.1
(PSCX), and www.IT-Visions.de PowerShell Extensions Version 2.0.
429
430 Appendix A PowerShell Commandlet Reference
Get-Alias Gets the aliases for the current session. WPS 1.0
Get-
AuthenticodeSignature Gets information about the Authenti- WPS 1.0
code signature in a file.
Get-BIOS Gets information about the BIOS on www.IT-Visions.de
a local or remote computer PowerShell
Extensions 2.0
Get-CDRomdrive Gets information about the CD-ROM www.IT-Visions.de
drives on a local or remote computer PowerShell
Extensions 2.0
Get-ChildItem Gets the items and child items in one WPS 1.0
or more specified locations.
Get-Clipboard Gets data from the clipboard. PSCX 1.1.1
Get-Command Gets basic information about cmdlets WPS 1.0
and about other elements of WPS
commands.
Get-ComputerInfo Gets information about the local www.IT-Visions.de
computer. PowerShell
Extensions 2.0
Get-Computername Gets the name of the local computer. www.IT-Visions.de
PowerShell
Extensions 2.0
Get-Content Gets the content of the item at the WPS 1.0
specified location.
Get-Credential Gets a credential object based on a WPS 1.0
username and password.
Get-Culture Gets information about the regional WPS 1.0
settings on a computer.
Get-CurrentUser Gets information about the current www.IT-Visions.de
user. PowerShell
Extensions 2.0
Get-Date Gets the current date and time. WPS 1.0
Get-DbConnection Opes a database connection. www.IT-Visions.de
PowerShell
Extensions 2.0
Appendix A PowerShell Commandlet Reference 433
Get-ShortPath Gets the short, 8.3 name for the PSCX 1.1.1
given path.
Get-SoundDevice Gets objects about all sound devices on www.IT-Visions.de
a local or remote computer. PowerShell
Extensions 2.0
Get-TabExpansion Gets matching tab expansions. PSCX 1.1.1
Get-Tapedrive Gets objects about all tape drives www.IT-Visions.de
on a local or remote computer. PowerShell
Extensions 2.0
Get-TerminalSession Gets information on terminal services PSCX 1.1.1
sessions.
Get-TraceSource Gets the WPS components that are WPS 1.0
instrumented for tracing.
Get-UICulture Gets information about the current WPS 1.0
user interface culture for WPS.
Get-Unique Returns the unique items from a WPS 1.0
sorted list.
Get-USBController Gets objects about all USB controllers www.IT-Visions.de
on a local or remote computer. PowerShell
Extensions 2.0
Get-Variable Gets the variables in the current WPS 1.0
console.
Get-Videocontroller Gets objects about all video controllers www.IT-Visions.de
on a local or remote computer. PowerShell
Extensions 2.0
Get-WmiObject Gets instances of WMI classes or WPS 1.0
information about available classes.
Group-Object Groups objects that contain the same WPS 1.0
value for specified properties.
Import-Alias Imports an alias list from a file. WPS 1.0
Import-Bitmap Loads bitmap files. PSCX 1.1.1
Import-Clixml Imports a CLIXML file and creates WPS 1.0
corresponding objects within WPS.
Import-Csv Imports CSV files in the format WPS 1.0
produced by the Export-CSV cmdlet
and returns objects that correspond
to the objects represented in that CSV file.
Appendix A PowerShell Commandlet Reference 437