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.
0 commit comments