Fix docs ToC parsing issue
This commit is contained in:
		
							parent
							
								
									57eabd3aa5
								
							
						
					
					
						commit
						4ad0fb1f57
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		|  | @ -2903,6 +2903,7 @@ Here's an example with a user `testuser` and password `fakepassword`: | |||
|     ``` | ||||
| 
 | ||||
| === "PowerShell 5 and earlier" | ||||
|     ``` powershell | ||||
|     # With PowerShell 5 or earlier, we need to create the base64 username:password string ourselves | ||||
|     $CredentialString = "$($Credential.Username):$($Credential.GetNetworkCredential().Password)" | ||||
|     $EncodedCredential = [Convert]::ToBase64String([Text.Encoding]::UTF8.GetBytes($CredentialString)) | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue