< Back

Test-CsEntryName

Mon Jan 13, 2020 6:45 am

NAME Test-CsEntryName



SYNOPSIS

Test if a Credential store name is valid





SYNTAX

Test-CsEntryName [-Name] <String> [<CommonParameters>]





DESCRIPTION

Test if a Credential store name is valid.

The name must be a string 1-127 characters in length containing only 0-9, a-z, A-Z, and -.

This restriction is in place to ensure the entry can be synced with an Azure key vault.

See: https://docs.microsoft.com/en-us/rest/a ... rtificates





PARAMETERS

-Name <String>

Specifies the CredentialStore entry name of entry to be added or updated.



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





RELATED LINKS

https://github.com/fodonnel/CredentialStore