We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 626f8cb commit 649d1efCopy full SHA for 649d1ef
1 file changed
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell/Connect-SPOService.md
@@ -127,8 +127,8 @@ Connect to the SharePoint Online service using an app identity and a certificate
127
### EXAMPLE 9
128
129
```powershell
130
-$thumbprint = "<3F2A5C9D4E7B8A1234567890ABCDEF1234567890>"
131
-$cert = Get-ChildItem Cert:\LocalMachine\My\$thumbprint "
+$thumbprint = "3F2A5C9D4E7B8A1234567890ABCDEF1234567890"
+$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