1. Home
  2. Docs
  3. Super-ExMerge On-line Doc...
  4. PowerShell Cmdlet Referen...
  5. Update-CachedCredential

Update-CachedCredential

Use this cmdlet to update the Super-ExMerge cached credentials from the current user store.

Update-CachedCredential

    • [-ReplaceExistingCredentials]

    Description

    The Update-CachedCredential cmdlet is used to update the credentials available to the SuperExMerge service.

    The Priasoft Credential Cache is an encrypted file that can store one or more credentials and which can be referenced by name using a FormattedCredential. The SuperExMerge service, by default, runs as LOCALSYSTEM which has its own profile path in windows. As such, it has a separate credential store than the currently logged on user of the host. This cmdlet provides a way to update the credentials stored under the LOCALSYSTEM account with the credentials from the current user.

    Examples

    Example 1
      Update-CachedCredential -ReplaceExistingCredentials
    

    This example will update the credential cached used by the Super-ExMerge service with those from the current user. The -ReplaceExistingCredentials will remove all pre-existing credentials in the credential store for the service and add the ones from the current user. If the switch parameter is not used, the cmdlet will add credentials to the existing store.


    Parameters

    -ReplaceExistingCredentials

    The ReplaceExistingCredentials switch parameter determines whether credentials are added to the service’s credential store, or whether the service’s store is completely replaced.

    Required:
    No
    Type:
    SwitchParameter
    Aliases:
    None
    Position:
    Not a positioned parameter. Use by name only.
    Default Value:
    False

    Output

    This cmdlet does not place any data on the pipeline.

    How can we help?