About roaming profiles ...

Hello again!!!
I need help with some concepts about roaming profiles. I know that if i have users in my organization that logon on differents computer i must configure the profile in the server share folder %username% to mantain the configurations for each desktop.
But if i need to configure a fixed profile for a group of user in orden to discart changes made by every user (all user must have the same desktop configurations)... how to implement this?
I mean all users must have the same desktop and can make changes but at logoff the changes will be discarted.
Thanks in advance ...
Marie
I need help with some concepts about roaming profiles. I know that if i have users in my organization that logon on differents computer i must configure the profile in the server share folder %username% to mantain the configurations for each desktop.
But if i need to configure a fixed profile for a group of user in orden to discart changes made by every user (all user must have the same desktop configurations)... how to implement this?
I mean all users must have the same desktop and can make changes but at logoff the changes will be discarted.
Thanks in advance ...
Marie
working on 70-291
70-290
70-290
Comments
1. Copy a profile to a network server (lets say \\server1\profiles\mandatory)
2. Within the profile rename the NTUSER.DAT file to NTUSER.MAN,
3. Point all your users at this profile (either through a GPO or by editing their user account properties). Instead of using \\server1\profiles\%username% you would point them all at the same one (with no %username%).
profile: linkedin.com/in/astorrs
Point to the same profile but instead of naming it .man avoid changes by GPO.
What's your opinion? Do you think this also work? You suggested the other option because don't need so much administrative work?
Thanks!!!
Marie
70-290
I suggested that particular way because what you are asking for is a mandatory profile shared by multiple users. Renaming the NTUSER.DAT file to .MAN is what tells Windows to never write any changes back to the profile.
profile: linkedin.com/in/astorrs
Free Microsoft Training: Microsoft Learn
Free PowerShell Resources: Top PowerShell Blogs
Free DevOps/Azure Resources: Visual Studio Dev Essentials
Let it never be said that I didn't do the very least I could do.
From the subject of the post I thought this was limited to user profiles, but if thats more what you're looking for it works well. DeepFreeze (http://www.faronics.com/html/deepfreeze.asp) is an even more powerful option but it's not free.
profile: linkedin.com/in/astorrs
Then configure a GPO linked to OU1, edit it an configure things such us:
UserConfiguration/AdministrativeTemplates/Desktop/
*Don't save settings at exit
or
UserConfiguration/AdministrativeTemplates/ControlPanel/Display
*Prevent for changing wallpaper
70-290
profile: linkedin.com/in/astorrs