Skip to content

Commit 2c77181

Browse files
[Doc-A-thon]Updated code block
1 parent 927942a commit 2c77181

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

articles/active-directory/devices/troubleshoot-mac-sso-extension-plugin.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Use the following steps to check the operating system (OS) version on the macOS
7777
1. From the macOS device, open Terminal from the **Applications** -> **Utilities** folder.
7878
1. When the Terminal opens type **sw_vers** at the prompt, look for a result like the following:
7979

80-
```bash
80+
```zsh
8181
% sw_vers
8282
ProductName: macOS
8383
ProductVersion: 13.0.1
@@ -194,7 +194,7 @@ Once deployed the **Microsoft Enterprise SSO Extension for Apple devices** suppo
194194
1. When the **Spotlight Search** appears type **Terminal** and hit **return**.
195195
1. When the Terminal opens type **`osascript -e 'id of app "<appname>"'`** at the prompt. See some examples follow:
196196

197-
```bash
197+
```zsh
198198
% osascript -e 'id of app "Safari"'
199199
com.apple.Safari
200200

@@ -294,14 +294,14 @@ During troubleshooting it may be useful to reproduce a problem while tailing the
294294
1. When the **Spotlight Search** appears type: **Terminal** and hit **return**.
295295
1. When the Terminal opens type:
296296

297-
```bash
297+
```zsh
298298
tail -F ~/Library/Containers/com.microsoft.CompanyPortalMac.ssoextension/Data/Library/Caches/Logs/Microsoft/SSOExtension/*
299299
```
300300

301301
> [!NOTE]
302302
> The trailing /* indicates that multiple logs will be tailed should any exist
303303
304-
```
304+
```output
305305
% tail -F ~/Library/Containers/com.microsoft.CompanyPortalMac.ssoextension/Data/Library/Caches/Logs/Microsoft/SSOExtension/*
306306
==> /Users/<username>/Library/Containers/com.microsoft.CompanyPortalMac.ssoextension/Data/Library/Caches/Logs/Microsoft/SSOExtension/SSOExtension 2022-12-25--13-11-52-855.log <==
307307
2022-12-29 14:49:59:281 | I | TID=783491 MSAL 1.2.4 Mac 13.0.1 [2022-12-29 19:49:59] Handling SSO request, requested operation:

0 commit comments

Comments
 (0)