Get-BluGenieLiteralPath
Get-BluGenieLiteralPath
SYNOPSIS
Get-BluGenieLiteralPath will convert System Variable defined paths to a Literal Path
SYNTAX
Get-BluGenieLiteralPath [[-Path] <String>] [[-Walkthrough]] [<CommonParameters>]DESCRIPTION
Get-BluGenieLiteralPath will convert System Variable defined paths to a Literal Path
EXAMPLES
EXAMPLE 1
Command: Get-BluGenieLiteralPath -Path '%SystemDrive%\Users\%Username%'Description: Return a literal path of ( C:\Users\Administrator )
Notes:EXAMPLE 2
EXAMPLE 3
PARAMETERS
Path
Walkthrough
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.
Last updated