< Back
Sync-GoogleOAuth2ProfileCache
Post
NAME Sync-GoogleOAuth2ProfileCache
SYNOPSIS
Syncs the stored profile data with the in memory cache.
SYNTAX
Sync-GoogleOAuth2ProfileCache [[-ProfileLocation] <String>] [<CommonParameters>]
DESCRIPTION
This cmdlet loads the data stored in local credential file into the in-memory cache of credentials.
You typically will not need to call this cmdlet, the other cmdlets that use the profile data will call this on
your behalf.
PARAMETERS
-ProfileLocation <String>
The location where stored credentials are located. If this is not specified, the default location will be used.
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
None
NOTES
AUTHOR: Michael Haken
LAST UPDATE: 1/12/2018
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Sync-GoogleOAuth2ProfileCache
This syncs the locally stored profile data to the in-memory cache.
RELATED LINKS
SYNOPSIS
Syncs the stored profile data with the in memory cache.
SYNTAX
Sync-GoogleOAuth2ProfileCache [[-ProfileLocation] <String>] [<CommonParameters>]
DESCRIPTION
This cmdlet loads the data stored in local credential file into the in-memory cache of credentials.
You typically will not need to call this cmdlet, the other cmdlets that use the profile data will call this on
your behalf.
PARAMETERS
-ProfileLocation <String>
The location where stored credentials are located. If this is not specified, the default location will be used.
Required? false
Position? 1
Default value
Accept pipeline input? false
Accept wildcard characters? false
<CommonParameters>
This cmdlet supports the common parameters: Verbose, Debug,
ErrorAction, ErrorVariable, WarningAction, WarningVariable,
OutBuffer, PipelineVariable, and OutVariable. For more information, see
about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).
INPUTS
None
OUTPUTS
None
NOTES
AUTHOR: Michael Haken
LAST UPDATE: 1/12/2018
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Sync-GoogleOAuth2ProfileCache
This syncs the locally stored profile data to the in-memory cache.
RELATED LINKS