Skip to content

Commit d08bcf5

Browse files
authored
Removes 3 ticks and changes to 1 tick for inline code.
Tests passing schema check.
1 parent 53e0633 commit d08bcf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

sharepoint/sharepoint-ps/sharepoint-pnp/Connect-PnPOnline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ Connect-PnPOnline -Url <String>
242242
## DESCRIPTION
243243
If no credentials have been specified, and the CurrentCredentials parameter has not been specified, you will be prompted for credentials.
244244

245-
*For SharePoint Online*: If legacy authentication protocols have been disabled (i.e. When ```powershell(Get-PnPTenant).LegacyAuthProtocolsEnabled``` returns False), the connection attempt will fail with a message such as the following when using a generic credential object (such as that created by ```powershellGet-Credential```) or when using the default options, which prompts for a username and password within the shell:
245+
*For SharePoint Online*: If legacy authentication protocols have been disabled (i.e. When `powershell(Get-PnPTenant).LegacyAuthProtocolsEnabled` returns False), the connection attempt will fail with a message such as the following when using a generic credential object (such as that created by `powershellGet-Credential`) or when using the default options, which prompts for a username and password within the shell:
246246

247247
>Failed to connect to (site), Exception calling "ExecuteQuery" with "0" argument(s): "Cannot contact web site (site) or the web site does not support SharePoint Online credentials. The response status code is 'Unauthorized'. The response headers are 'X-SharePointHealthScore=0, X-MSDAVEXT_Error=917656; Access+denied.+Before+opening+files+in+this+location%2c+you+must+first+browse+to+the+web+site+and+select+the+option+to+login+automatically.
248248

0 commit comments

Comments
 (0)