File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
sharepoint/sharepoint-ps/Microsoft.Online.SharePoint.PowerShell Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -127,8 +127,8 @@ Connect to the SharePoint Online service using an app identity and a certificate
127127### EXAMPLE 9
128128
129129``` powershell
130- $thumbprint = "< 3F2A5C9D4E7B8A1234567890ABCDEF1234567890> "
131- $cert = Get-ChildItem Cert:\LocalMachine\My\$thumbprint "
130+ $thumbprint = "3F2A5C9D4E7B8A1234567890ABCDEF1234567890"
131+ $cert = Get-ChildItem Cert:\LocalMachine\My\$thumbprint
132132Connect-SPOService -Url https://contoso-admin.sharepoint.com -ClientId 00000000-0000-0000-0000-000000000000 -Tenant 11111111-1111-1111-1111-111111111111 -Certificate $cert
133133```
134134Connect to the SharePoint Online service using an app identity and a certificate object.
You can’t perform that action at this time.
0 commit comments