How to set permissions in windows server 2012 ?

Page 1 of 2 12 LastLast

  1. Posts : 16
    Windows 7 Ultimate x64
       #1

    How to set permissions in windows server 2012 ?


    Hello,..

    There are suppose some pre-made groups in windows server 2012,..like guest, remote desktop users, administrator, administrators...etc...

    So i want to know that how to modify "administrators" group settings to limit/disable some permissions without affecting "administrator" group !

    Kindly help me.

    Thanks :)
      My Computer


  2. Posts : 721
    Windows 10, Windows 8.1 Pro, Windows 7 Professional, OS X El Capitan
       #2

    Hi,

    Which permissions/privileges in particular where you looking to remove from administrators?
      My Computer


  3. Posts : 16
    Windows 7 Ultimate x64
    Thread Starter
       #3

    Pyprohly said:
    Hi,

    Which permissions/privileges in particular where you looking to remove from administrators?
    Well disabling permissions like task manager access, control panel access, group policy access or network setting access,..like these things to disable for "administrators" group !
      My Computer


  4. Posts : 721
    Windows 10, Windows 8.1 Pro, Windows 7 Professional, OS X El Capitan
       #4

    All of these programs (except for Group Policy) can be disabled though the Group Policy Editor.

    The settings to deny all users access to the Task Manager, Control Panel, the Registry editor, and network settings follow respectively,
    • User Configuration -> Administrative Templates -> System -> Ctrl+Alt+Del Options -> Remove Task Manager
    • User Configuration -> Administrative Templates -> Control Panel -> Prohibit access to Control Panel and PC settings
    • User Configuration -> Administrative Templates -> System -> Prevent access to registry editing tools
    • User Configuration -> Administrative Templates -> Network -> Network Connections -> (lots of settings to play around with here)


    To disable Group Policy itself, there isn't a group policy setting obviously, but you can edit a registry key for that,
    Code:
    reg add "HKCU\Software\Policies\Microsoft\MMC\{8FC0B734-A0E1-11D1-A7D3-0000F87571E3}" /v Restrict_Run /t REG_DWORD /d 1 /f
    and to enable access to Group Policy again,
    Code:
    reg add "HKCU\Software\Policies\Microsoft\MMC\{8FC0B734-A0E1-11D1-A7D3-0000F87571E3}" /v Restrict_Run /t REG_DWORD /d 0 /f
      My Computer


  5. Posts : 16
    Windows 7 Ultimate x64
    Thread Starter
       #5

    Dear Pyprohly,..

    These settings will block access of "Administrator" group also :'(
    I only want to deny these things from "Administrators" group.
      My Computer


  6. Posts : 2,497
    Windows 7 Pro 64 bit
       #6

    Attempting to limit what an administrator can do is an exercise in futility. Any limitations you might set in place can be removed by any other administrator. All administrators are equal. Any administrator can change the password of any other account (including the built in Administrator account) without knowing the existing password. The Administrator account has no special rights or privileges. The only practical thing that sets this account apart is that it is not influenced by UAC and it cannot be deleted.

    All of this is by design and cannot be changed.

    By "administrator" I mean any member of the "Administrators" group.

    Any problems you are having with administrators need to be solved by non technical means. This includes setting company policies that all must follow and with appropriate consequences for those who do not.
      My Computer


  7. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #7

    There are other built-in groups you could study to see if any of them fit your needs. In an Active Directory environment, you can fine tune some administrators by creating a custom group and delegating rights and permissions which they cannot bypass, but on a standalone server I am not sure if this can be done (not saying impossible, just haven't done myself).

    Some detail https://technet.microsoft.com/en-us/.../cc700835.aspx
      My Computer


  8. Posts : 2,497
    Windows 7 Pro 64 bit
       #8

    In a domain setting you can restrict the rights of a local administrator. On the domain controller itself there are no local groups. In a stand alone server this is an exercise in futility. Nothing in the original post suggests there is a domain.
      My Computer


  9. Posts : 5,656
    Windows 7 Ultimate x64 SP1
       #9

    True that LMiller. Perhaps OP can tell us what kind of rights he wants to give to these "admins" and maybe we can advice on what can be done (if possible).
      My Computer


  10. Posts : 16
    Windows 7 Ultimate x64
    Thread Starter
       #10

    Could anyone tell how to fix the issue shown in img file attached ?
    Without this fix i can't able to access anything
    Attached Thumbnails Attached Thumbnails How to set permissions in windows server 2012 ?-captuggre.png  
      My Computer


 
Page 1 of 2 12 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 14:11.
Find Us