We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 151f6b4 commit 626f8cbCopy full SHA for 626f8cb
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Connect-SPOService.md
@@ -127,7 +127,8 @@ Connect to the SharePoint Online service using an app identity and a certificate
127
### EXAMPLE 9
128
129
```powershell
130
-$cert = Get-ChildItem Cert:\LocalMachine\My\$CertThumbprint
+$thumbprint = "<3F2A5C9D4E7B8A1234567890ABCDEF1234567890>"
131
+$cert = Get-ChildItem Cert:\LocalMachine\My\$thumbprint "
132
Connect-SPOService -Url https://contoso-admin.sharepoint.com -ClientId 00000000-0000-0000-0000-000000000000 -Tenant 11111111-1111-1111-1111-111111111111 -Certificate $cert
133
```
134
Connect to the SharePoint Online service using an app identity and a certificate object.
0 commit comments