Set-SMAWSCertificatePolicy

SYNOPSIS

sets the certificate policy

SYNTAX

Set-SMAWSCertificatePolicy [[-PolicyType] <String>] [<CommonParameters>]

DESCRIPTION

sets the certificate policy to accept all certificates

PARAMETERS

-PolicyType <String>

defines the policy type

you can use: - TrustAllCerts - Org

this parameter is mandatory

Required?                    false
Position?                    1
Default value                Org
Accept pipeline input?       false
Accept wildcard characters?  false

Valid Values:
- TrustAllCerts
- Org

OUTPUTS

System.Object

EXAMPLES

EXAMPLE 1