external help file | Module Name | online version | schema |
---|---|---|---|
PSScriptTools-help.xml |
PSScriptTools |
2.0.0 |
Get common location values.
Get-PSLocation
This command will write an object to the pipeline that displays the values of common file locations. You might find this helpful when scripting cross-platform.
PS C:\> get-pslocation
Temp : C:\Users\Jeff\AppData\Local\Temp\
Home : C:\Users\Jeff\Documents
Desktop : C:\Users\Jeff\Desktop
PowerShell : C:\Users\Jeff\Documents\WindowsPowerShell
Results on a Windows system.
PS C:\> get-pslocation
Temp : /tmp/
Home : /home/jeff
Desktop :
PowerShell : /home/jeff/.config/powershell
Results on a Linux system running PowerShell Core.
Learn more about PowerShell: http://jdhitsolutions.com/blog/essential-powershell-resources/