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

Open JournalBackupLocation

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

Open-JournalBackupLocation

SYNOPSIS

Opens the journal backup location, using the default operating system file viewer.

SYNTAX

Open-JournalBackupLocation [<CommonParameters>]

DESCRIPTION

If the journal backup location has previously been saved, this command will open that directory using your system's file viewer. Otherwise, it will do nothing.

EXAMPLES

Example 1

PS C:\> Open-JournalBackupLocation

Opens the saved backup location, if it exists. Otherwise, it does 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.Object

NOTES

RELATED LINKS