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

Set-GShellSettings

SYNOPSIS

Update one or more settings specific to gShell itself.

SYNTAX

Set-GShellSettings [[-SerializedFileType] <SerializeTypes>] [[-AuthInfoPath] <String>] [-WhatIf] [-Confirm]

DESCRIPTION

Update one or more settings specific to gShell itself. Currently you can change the file type that gShell will use when serializing the authentication information and the location where the authentication information is stored.

EXAMPLES

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

PS C:\> Set-GShellSettings

This example serves to show the bare minimum required to call this Cmdlet.

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

PARAMETERS

-SerializedFileType

The type of file gShell should save the serialization information in to. Options are Bin or Json.

Possible values: Bin, Json

Type: SerializeTypes
Parameter Sets: (All)
Aliases: 
Accepted values: Bin, Json

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

-AuthInfoPath

The directory path for where gShell looks for the authentication information file.

Type: String
Parameter Sets: (All)
Aliases: 

Required: False
Position: 1
Default value: 
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