external help file | Module Name | online version | schema |
---|---|---|---|
PSScriptTools-help.xml |
PSScriptTools |
2.0.0 |
Get a summary of PSScriptTools commands.
Get-PSScriptTools [<CommonParameters>]
You can use this command to get a summary display of functions included in the PSScriptTools module.
PS C:\> Get-PSScriptTools
Verb: Add
Name Alias Synopsis
---- ----- --------
Add-Border Create a text border around a string.
Verb: Compare
Name Alias Synopsis
---- ----- --------
Compare-Module cmo Compare PowerShell module versions.
Verb: Convert
Name Alias Synopsis
---- ----- --------
Convert-CommandToHashtable Convert a PowerShell expression i...
Convert-EventLogRecord clr Convert EventLogRecords to struct...
Convert-HashtableString Convert a hashtable string into a...
Convert-HashtableToCode Convert a hashtable to a string r...
...
PS C:\> Get-PSScriptTools | Where-object alias |
Select-Object Name,alias,Synopsis
Name Alias Synopsis
---- ----- --------
Compare-Module cmo Compare PowerShell module versions.
Convert-EventLogRecord clr Convert EventLogRecords to structured objects
ConvertFrom-Text cft Convert structured text to objects.
ConvertFrom-UTCTime frut Convert a datetime value from universal
ConvertTo-LocalTime clt Convert a foreign time to local
...
List commands with defined aliases in the PSScriptTools module.
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Learn more about PowerShell: http://jdhitsolutions.com/blog/essential-powershell-resources/