File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
articles/active-directory/devices Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -77,7 +77,7 @@ Use the following steps to check the operating system (OS) version on the macOS
77
77
1 . From the macOS device, open Terminal from the ** Applications** -> ** Utilities** folder.
78
78
1 . When the Terminal opens type ** sw_vers** at the prompt, look for a result like the following:
79
79
80
- ``` bash
80
+ ``` zsh
81
81
% sw_vers
82
82
ProductName: macOS
83
83
ProductVersion: 13.0.1
@@ -194,7 +194,7 @@ Once deployed the **Microsoft Enterprise SSO Extension for Apple devices** suppo
194
194
1 . When the ** Spotlight Search** appears type ** Terminal** and hit ** return** .
195
195
1 . When the Terminal opens type ** ` osascript -e 'id of app "<appname>"' ` ** at the prompt. See some examples follow:
196
196
197
- ``` bash
197
+ ``` zsh
198
198
% osascript -e ' id of app "Safari"'
199
199
com.apple.Safari
200
200
@@ -294,14 +294,14 @@ During troubleshooting it may be useful to reproduce a problem while tailing the
294
294
1 . When the ** Spotlight Search** appears type: ** Terminal** and hit ** return** .
295
295
1 . When the Terminal opens type:
296
296
297
- ``` bash
297
+ ``` zsh
298
298
tail -F ~ /Library/Containers/com.microsoft.CompanyPortalMac.ssoextension/Data/Library/Caches/Logs/Microsoft/SSOExtension/*
299
299
```
300
300
301
301
> [ !NOTE]
302
302
> The trailing /* indicates that multiple logs will be tailed should any exist
303
303
304
- ```
304
+ ``` output
305
305
% tail -F ~/Library/Containers/com.microsoft.CompanyPortalMac.ssoextension/Data/Library/Caches/Logs/Microsoft/SSOExtension/*
306
306
==> /Users/<username>/Library/Containers/com.microsoft.CompanyPortalMac.ssoextension/Data/Library/Caches/Logs/Microsoft/SSOExtension/SSOExtension 2022-12-25--13-11-52-855.log <==
307
307
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:
You can’t perform that action at this time.
0 commit comments