Skip to content

Commit 5c26f96

Browse files
committed
add an example.
1 parent 9d9f9d1 commit 5c26f96

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

support/windows-server/active-directory/troubleshoot-ad-fs-sso-issue.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,13 @@ Verify if the user agent string of your browser is in the list. If not, add the
7979
$wiaStrings = $wiaStrings+"NewUAString"
8080
```
8181

82+
Example:
83+
84+
```powershell
85+
#Add Edge and Chrome on Windows to the string
86+
$wiaStrings = $wiaStrings+"=~Windows\s*NT.*Edg.*"+ "=~Windows\s*NT.*Chrome"
87+
```
88+
8289
4. Update the WIASupportedUserAgents setting by running the following command:
8390

8491
```powershell

0 commit comments

Comments
 (0)