Fast User switching Locked on Big Sur

fballer987
New Contributor II
Can someone see if they can manipulate this setting in jamf? I don’t see a restriction for this one and it’s blocked on my workstations for Big Sur only. Which is odd because its unlocked on the catalina workstations
 
fballer987_0-1638485844330.png

 

10 REPLIES 10

junjishimazaki
Valued Contributor

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.

devs11836
New Contributor

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.Screenshot 2021-12-03 at 11.58.17 AM.png

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

Hi

Looks like many people are having it here. Should I still try that process of elimination?

https://community.jamf.com/t5/jamf-pro/fast-user-switching/m-p/239702

Best,

Demetrius Williams


Demetrius Williams
Senior Systems Administrator

Havas Health & You

w havashealthandyou.com
a 200 Madison Avenue, New York, NY 10016




Save energy: copy only the necessary people and print as needed.

mainelysteve
Valued Contributor II

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.

mainelysteve
Valued Contributor II

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.

devs11836
New Contributor

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.