
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.
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.
Fast User Switching can be turned off or on using the Login Window payload. Check your profiles for one that contains that payload.
Fast User Switching can be turned off or on using the Login Window payload. Check your profiles for one that contains that payload.
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.
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.
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.
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.
Hi
I ran that command but no luck :(. Closed and re-opened sys prefs and its still greyed out.
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.
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.
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.
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.
Hi
I ran that command but no luck :(. Closed and re-opened sys prefs and its still greyed out.
sudo defaults write /Library/Preferences/.GlobalPreferences MultipleSessionEnabled -bool YES
after this cmd try to restart the machine. this worked for me
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.