< Back

Test-CredentialStore

Sun Jan 19, 2020 6:36 pm

NAME Test-CredentialStore



SYNOPSIS

Returns the credential store state.





SYNTAX

Test-CredentialStore [<CommonParameters>]



Test-CredentialStore [-Path <String>] -Shared [<CommonParameters>]





DESCRIPTION

Use this script to test your credential store. For now it only checks if

the file exists.





PARAMETERS

-Path <String>

Define a custom path to a shared CredentialStore.



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Shared [<SwitchParameter>]

Switch to shared mode with this param. This enforces the command to work with a shared CredentialStore which

can be decrypted across systems.



Required? true

Position? named

Default value False

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



OUTPUTS



NOTES





- File Name : Test-CredentialStore.ps1

- Author : Marco Blessing - marco.blessing@googlemail.com

- Requires :



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



PS C:\\>Test-CredentialStore -eq $true















RELATED LINKS

https://github.com/OCram85/PSCredentialStore