You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lists all installed trusted provisioning certificates; use this cmdlet to get the certificate thumbprint to use with the `Uninstall-TrustedProvisioningCertificate` cmdlet.
25
25
26
26
## EXAMPLES
27
27
28
-
### Example 1
28
+
### Example 1: List installed trusted provisioning certificates
29
+
```powershell
30
+
PS C:\> Get-TrustedProvisioningCertificate
29
31
```
30
-
PS C:\> {{ Add example code here }}
32
+
```output
33
+
The operation completed successfully.
34
+
35
+
No certificates found in the trusted provisioners store
31
36
```
32
37
33
-
{{ Add example description here }}
38
+
Lists all installed trusted provisioning certificates.
34
39
35
40
## PARAMETERS
36
41
37
42
### -ConnectedDevice
38
-
{{Fill ConnectedDevice Description}}
43
+
If enabled, specifies that the device type is mobile.
Lists all installed trusted provisioning certificates; use this cmdlet to get the certificate thumbprint to use with the `Uninstall-TrustedProvisioningCertificate` cmdlet.
25
25
26
26
## EXAMPLES
27
27
28
-
### Example 1
28
+
### Example 1: List installed trusted provisioning certificates
29
+
```powershell
30
+
PS C:\> Get-TrustedProvisioningCertificate
29
31
```
30
-
PS C:\> {{ Add example code here }}
32
+
```output
33
+
The operation completed successfully.
34
+
35
+
No certificates found in the trusted provisioners store
31
36
```
32
37
33
-
{{ Add example description here }}
38
+
List all installed trusted provisioning certificates.
34
39
35
40
## PARAMETERS
36
41
37
42
### -ConnectedDevice
38
-
{{Fill ConnectedDevice Description}}
43
+
If enabled, specifies that the device type is mobile.
This thumbprint must also be provided in the **ClientCertificateThumbprint** parameter in the **Install-NetworkController** or **Set-NetworkController** cmdlet so that Network Controller can authorize this user.
88
88
89
89
```yaml
90
90
Type: SwitchParameter
@@ -118,9 +118,12 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
118
118
119
119
## INPUTS
120
120
121
+
### None
122
+
121
123
## OUTPUTS
122
124
123
-
###
125
+
### System.Object
126
+
124
127
Each access control list contains multiple ACL rules. Each rule contains the following:
This thumbprint must also be provided in the **ClientCertificateThumbprint** parameter in the **Install-NetworkController** or **Set-NetworkController** cmdlet so that Network Controller can authorize this user.
101
102
103
+
The thumbprint must be provided only if the network controller client authentication is X509 certificates.
104
+
**Get-NetworkController** retrieves that client authentication and authorization information.
102
105
103
106
```yaml
104
107
Type: SwitchParameter
@@ -132,9 +135,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable
0 commit comments