Posted on 12-02-2021 02:58 PM
Posted on 12-02-2021 04:00 PM
Even if you don't see a restriction, I would do a process of elimination and exclude the Mac from the config profile in Jamf to see which config profile may be restricting fast user switching.
Posted on 12-02-2021 10:29 PM
Try this in Terminal:
sudo defaults write /Library/Preferences/.GlobalPreferences MultipleSessionEnabled -bool YES
then you will get 'Show fast user switching manu as' check marked and option would be enabled for selection.
Posted on 12-03-2021 07:31 AM
Hi
I ran that command but no luck :(. Closed and re-opened sys prefs and its still greyed out.
Posted on 01-13-2022 02:10 AM
sudo defaults write /Library/Preferences/.GlobalPreferences MultipleSessionEnabled -bool YES
after this cmd try to restart the machine. this worked for me
Posted on 12-08-2021 03:14 PM
Posted on 12-03-2021 05:12 AM
Fast User Switching can be turned off or on using the Login Window payload. Check your profiles for one that contains that payload.
Posted on 12-03-2021 05:44 AM
I believe that setting enables switching users at lock screen when a session is active, but does not enable Fast User Switching in the menu bar.
That is currently the result in Jamf School and I am unsure if Jamf Pro has the same result.
Posted on 12-03-2021 06:18 AM
Same key(MultipleSessionEnabled) so both the lock screen and the menu bar are effected by it.
Looks like it may be a bug introduced in Big Sur. Just tried on a Monty machine and duplicated the same thing.
I would try a script using the command @devs11836 mentioned above as it may yield better results. It won't make the value in Users & Groups immutable though.
Posted on 12-03-2021 08:44 AM
What is my observation, I did try this command on my 4 Macs ( 2 M1 and 2 Intel) those are having Monterey. when execute
defaults read /Library/Preferences/.GlobalPreferences MultipleSessionEnabled
output is one, means its enable but that option would be highlight for manual selection.
you would see only the box is check marked, If that's not happen then create a new users and see this happens immediately as I observed on two Macs.
Posted on 12-03-2021 09:53 AM
Due to typo ignore above msg.
__________
What is my observation, I did try this command on my 4 Macs ( 2 M1 and 2 Intel) those are having Monterey. when execute
defaults read /Library/Preferences/.GlobalPreferences MultipleSessionEnabled
output is one, means its enable but that option wouldn't be highlighted for manual selection.
you would see only the box is check marked, If that's not happen then create a new users and see this happens immediately as I observed on two Macs.