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

Suspend JournalCliUpdateChecks

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

Suspend-JournalCliUpdateChecks

SYNOPSIS

Temporarily snooze automated checks for new versions of the journal-cli module.

SYNTAX

Suspend-JournalCliUpdateChecks [-Days <Int32>] [<CommonParameters>]

DESCRIPTION

By default, journal-cli will automatically check for new releases every 7 days. If you have the beta version installed, it will only search for new beta releases. Likewise, if you have the official release installed, it will only search for new official release versions. You can use this cmdlet to suppress these checks for a period of time, ranging from 1 to 365 days. The default is 45.

EXAMPLES

Example 1

PS C:\> Suspend-JournalCliUpdateChecks

Discontinues automated update checks for the default 45 days.

PARAMETERS

-Days

The number of days, ranging from 1 to 365, to suppress automated update checks.

Type: Int32
Parameter Sets: (All)
Aliases:

Required: False
Position: Named
Default value: 45
Accept pipeline input: False
Accept wildcard characters: False

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