-
Notifications
You must be signed in to change notification settings - Fork 10
Set GShellSettings
Update one or more settings specific to gShell itself.
Set-GShellSettings [[-SerializedFileType] <SerializeTypes>] [[-AuthInfoPath] <String>] [-WhatIf] [-Confirm]
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.
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.
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
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
Part of the gShell Project, relating to the Google Drive API; see Related Links or use the -Online parameter.
News - Get Started - Cmdlet Index - FAQ - Discussion - Downloads