< Back

Test-CSCertificate

Sun Jan 19, 2020 6:36 pm

NAME Test-CSCertificate



SYNOPSIS

Tests if the linked certificate is store ein the specified cert stores.





SYNTAX

Test-CSCertificate [-Type] <String> [<CommonParameters>]





DESCRIPTION

Test-CSCertificate should be an easy high level test for the linked certificate.





PARAMETERS

-Type <String>

Select between 'Private' or 'Shared'.



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

[None]





OUTPUTS

[bool]





NOTES





- File Name : Test-CSCertificate.ps1

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

- Requires :



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



PS C:\\>Test-CSCertificate -Type 'Shared'















RELATED LINKS

https://github.com/OCram85/PSCredentialStore