Skip to content
This repository was archived by the owner on Apr 13, 2023. It is now read-only.

Get JournalDefaultLocation

Nick Spreitzer edited this page Feb 17, 2020 · 1 revision
external help file: JournalCli.dll-Help.xml
Module Name: JournalCli
online version:
schema: 2.0.0

Get-JournalDefaultLocation

SYNOPSIS

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.

INPUTS

None

OUTPUTS

System.String

NOTES

RELATED LINKS

Clone this wiki locally