You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 13, 2023. It is now read-only.
Returns the journal's saved default location on disk, if one exists.
SYNTAX
Get-JournalDefaultLocation [<CommonParameters>]
DESCRIPTION
Returns the default journal location, if one has previously been saved using Set-DefaultJournalLocation.
EXAMPLES
Example 1
PS C:\>Get-JournalDefaultLocation
Gets the default location, if one has been saved. Otherwise, returns nothing.
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.