Get-PSRyverConfigPath¶
SYNOPSIS¶
Retrieves the PSRyver config file path.
SYNTAX¶
Get-PSRyverConfigPath [<CommonParameters>]
DESCRIPTION¶
Retrieves the PSRyver config file path.
EXAMPLES¶
EXAMPLE 1¶
Get-PSRyverConfigPath
Retrieves the PSRyver config file path.
PARAMETERS¶
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 (http://go.microsoft.com/fwlink/?LinkID=113216).
INPUTS¶
None¶
You cannot pipe input to this cmdlet.¶
OUTPUTS¶
System.IO.FileInfo¶
NOTES¶
- Troy Lindsay
- Twitter: @troylindsay42
- GitHub: tlindsay42
RELATED LINKS¶
https://tlindsay42.github.io/PSRyver/Public/Get-PSRyverConfigPath/
https://github.com/tlindsay42/PSRyver/blob/master/PSRyver/Public/Get-PSRyverConfigPath.ps1