Skip to content

Set SdnCertificateAcl

github-actions edited this page Jan 12, 2023 · 1 revision

Set-SdnCertificateAcl

SYNOPSIS

Configures NT AUTHORITY/NETWORK SERVICE to have appropriate permissions to the private key of the Network Controller certificates.

SYNTAX

Thumbprint

Set-SdnCertificateAcl -Path <String> -Thumbprint <String> [<CommonParameters>]

Subject

Set-SdnCertificateAcl -Path <String> -Subject <String> [<CommonParameters>]

DESCRIPTION

{{ Fill in the Description }}

EXAMPLES

EXAMPLE 1

Set-SdnCertificateAcl -Path CERT:\LocalMachine\My -Subject 'NCREST.Contoso.Local'

PARAMETERS

-Path

Specifies the certificate store in which to retrieve the certificate.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Subject

Gets the thumbprint of a certificate with the specified store to ensure correct ACLs are defined.

Type: String
Parameter Sets: Subject
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

-Thumbprint

Gets the thumbprint of a certificate with the specified store to ensure correct ACLs are defined.

Type: String
Parameter Sets: Thumbprint
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: False
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

OUTPUTS

NOTES

RELATED LINKS

Documentation

How To Guides:

Troubleshooting Guides

Learning

Functions

Clone this wiki locally