< Back
Initialize-CsStore
Post
NAME Initialize-CsStore
SYNOPSIS
Creates a new CredentialStore
SYNTAX
Initialize-CsStore [-FilePath] <String> [<CommonParameters>]
DESCRIPTION
The Initialize-CsStore cmdlet create a new CredentialStore file.
PARAMETERS
-FilePath <String>
Specifies the path for the new CredentialStore file.
Required? true
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
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Initialize-CsStore -FilePath CredentialStore.json
This command will create a new keysore file called CredentialStore.json.
RELATED LINKS
https://github.com/fodonnel/CredentialStore
SYNOPSIS
Creates a new CredentialStore
SYNTAX
Initialize-CsStore [-FilePath] <String> [<CommonParameters>]
DESCRIPTION
The Initialize-CsStore cmdlet create a new CredentialStore file.
PARAMETERS
-FilePath <String>
Specifies the path for the new CredentialStore file.
Required? true
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
OUTPUTS
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Initialize-CsStore -FilePath CredentialStore.json
This command will create a new keysore file called CredentialStore.json.
RELATED LINKS
https://github.com/fodonnel/CredentialStore