File tree Expand file tree Collapse file tree 3 files changed +27
-27
lines changed
winserver2016-ps/provisioning
winserver2019-ps/provisioning
winserver2022-ps/provisioning Expand file tree Collapse file tree 3 files changed +27
-27
lines changed Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ title: Uninstall-TrustedProvisioningCertificate
1111# Uninstall-TrustedProvisioningCertificate
1212
1313## SYNOPSIS
14- {{Fill in the Synopsis}}
14+ Removes a previously installed provisioning certificate
1515
1616## SYNTAX
1717
@@ -21,21 +21,21 @@ Uninstall-TrustedProvisioningCertificate [-Thumbprint] <String> [-LogsDirectoryP
2121```
2222
2323## DESCRIPTION
24- {{Fill in the Description}}
24+ Removes a previously installed provisioning certificate
2525
2626## EXAMPLES
2727
28- ### Example 1
29- ```
30- PS C:\> {{ Add example code here }}
28+ ### Example 1: Uninstall Trusted Provisioning Certificate
29+ ``` powershell
30+ PS C:\> Uninstall-TrustedProvisioningCertificate -Thumbprint fedd995b45e633d4ef30fcbc8f3a48b627e9a28b
3131```
3232
33- {{ Add example description here }}
33+ Uninstall Trusted Provisioning Certificate with the specified thumprint.
3434
3535## PARAMETERS
3636
3737### -ConnectedDevice
38- {{Fill ConnectedDevice Description}}
38+ If enabled specifies that device type is mobile.
3939
4040``` yaml
4141Type : SwitchParameter
@@ -50,7 +50,7 @@ Accept wildcard characters: False
5050` ` `
5151
5252### -LogsDirectoryPath
53- {{Fill LogsDirectoryPath Description}}
53+ Specifies the logs directory path.
5454
5555` ` ` yaml
5656Type : String
@@ -80,7 +80,7 @@ Accept wildcard characters: False
8080` ` `
8181
8282### -WprpFile
83- {{Fill WprpFile Description}}
83+ Specifies the location of the WPR profile file.
8484
8585` ` ` yaml
8686Type : String
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ title: Uninstall-TrustedProvisioningCertificate
1111# Uninstall-TrustedProvisioningCertificate
1212
1313## SYNOPSIS
14- {{Fill in the Synopsis}}
14+ Removes a previously installed provisioning certificate
1515
1616## SYNTAX
1717
@@ -21,21 +21,21 @@ Uninstall-TrustedProvisioningCertificate [-Thumbprint] <String> [-LogsDirectoryP
2121```
2222
2323## DESCRIPTION
24- {{Fill in the Description}}
24+ Removes a previously installed provisioning certificate
2525
2626## EXAMPLES
2727
28- ### Example 1
29- ```
30- PS C:\> {{ Add example code here }}
28+ ### Example 1: Uninstall Trusted Provisioning Certificate
29+ ``` powershell
30+ PS C:\> Uninstall-TrustedProvisioningCertificate -Thumbprint fedd995b45e633d4ef30fcbc8f3a48b627e9a28b
3131```
3232
33- {{ Add example description here }}
33+ Uninstall Trusted Provisioning Certificate with the specified thumprint.
3434
3535## PARAMETERS
3636
3737### -ConnectedDevice
38- {{Fill ConnectedDevice Description}}
38+ If enabled specifies that device type is mobile.
3939
4040``` yaml
4141Type : SwitchParameter
@@ -50,7 +50,7 @@ Accept wildcard characters: False
5050` ` `
5151
5252### -LogsDirectoryPath
53- {{Fill LogsDirectoryPath Description}}
53+ Specifies the logs directory path.
5454
5555` ` ` yaml
5656Type : String
@@ -80,7 +80,7 @@ Accept wildcard characters: False
8080` ` `
8181
8282### -WprpFile
83- {{Fill WprpFile Description}}
83+ Specifies the location of the WPR profile file.
8484
8585` ` ` yaml
8686Type : String
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ title: Uninstall-TrustedProvisioningCertificate
1111# Uninstall-TrustedProvisioningCertificate
1212
1313## SYNOPSIS
14- {{Fill in the Synopsis}}
14+ Removes a previously installed provisioning certificate
1515
1616## SYNTAX
1717
@@ -21,21 +21,21 @@ Uninstall-TrustedProvisioningCertificate [-Thumbprint] <String> [-LogsDirectoryP
2121```
2222
2323## DESCRIPTION
24- {{Fill in the Description}}
24+ Removes a previously installed provisioning certificate
2525
2626## EXAMPLES
2727
28- ### Example 1
29- ```
30- PS C:\> {{ Add example code here }}
28+ ### Example 1: Uninstall Trusted Provisioning Certificate
29+ ``` powershell
30+ PS C:\> Uninstall-TrustedProvisioningCertificate -Thumbprint fedd995b45e633d4ef30fcbc8f3a48b627e9a28b
3131```
3232
33- {{ Add example description here }}
33+ Uninstall Trusted Provisioning Certificate with the specified thumprint.
3434
3535## PARAMETERS
3636
3737### -ConnectedDevice
38- {{Fill ConnectedDevice Description}}
38+ If enabled specifies that device type is mobile.
3939
4040``` yaml
4141Type : SwitchParameter
@@ -50,7 +50,7 @@ Accept wildcard characters: False
5050` ` `
5151
5252### -LogsDirectoryPath
53- {{Fill LogsDirectoryPath Description}}
53+ Specifies the logs directory path.
5454
5555` ` ` yaml
5656Type : String
@@ -80,7 +80,7 @@ Accept wildcard characters: False
8080` ` `
8181
8282### -WprpFile
83- {{Fill WprpFile Description}}
83+ Specifies the location of the WPR profile file.
8484
8585` ` ` yaml
8686Type : String
You can’t perform that action at this time.
0 commit comments