Skip to content

Remove GShellClientSecrets

Spencer Varney edited this page Dec 9, 2016 · 2 revisions

Remove-GShellClientSecrets

SYNOPSIS

Remove the default client secrets stored for gShell.

SYNTAX

Remove-GShellClientSecrets [-Force] [-WhatIf] [-Confirm]

DESCRIPTION

Remove the default client secrets stored for gShell.

EXAMPLES

---------- EXAMPLE 1 ----------

PS C:\> Remove-GShellClientSecrets -Force

Remove the default client secrets stored without being prompted to continue.

Additional examples may be added, viewed and edited by users on the community wiki at the URL found in the related links.

PARAMETERS

-Force

A switch to run the cmdlet without prompting

Type: SwitchParameter
Parameter Sets: (All)
Aliases: 

Required: False
Position: 0
Default value: False
Accept pipeline input: False
Accept wildcard characters: False

INPUTS

OUTPUTS

NOTES

Part of the gShell Project, relating to the Google Drive API; see Related Links or use the -Online parameter.

RELATED LINKS

[Wiki page for this Cmdlet]

[Getting started with gShell]

Clone this wiki locally