Mar 4, 2005 #1 gporter MIS Joined Mar 21, 2002 Messages 49 Location US Looking for an easy way to stop someone from running the remote shutdown command against your PC
Mar 4, 2005 1 #2 bcastner IS-IT--Management Joined Aug 13, 2002 Messages 29,271 Location US Use Ntrights.exe from the Win2k or Windows 2003 resource kit. http://www.microsoft.com/downloads/...69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en ntrights -r SeRemoteShutdownPrivilege -u "Everyone" Upvote 0 Downvote
Use Ntrights.exe from the Win2k or Windows 2003 resource kit. http://www.microsoft.com/downloads/...69-57ff-4ae7-96ee-b18c4790cffd&displaylang=en ntrights -r SeRemoteShutdownPrivilege -u "Everyone"
Mar 31, 2005 #3 Wodill MIS Joined Feb 6, 2003 Messages 40 Location US This will stop on a single machine. How can I implement this on all my domain workstations? Upvote 0 Downvote
Mar 31, 2005 #4 LloydSev ISP Joined Jan 23, 2003 Messages 1,457 Location US using your domain? I am assuming you are using logon scripts and AD? Put ntrights.exe on a central network location where all computers can access. Put ntrights -r SeRemoteShutdownPrivilege -u "Everyone" in everyone's logon script. Computer/Network Technician CCNA Upvote 0 Downvote
using your domain? I am assuming you are using logon scripts and AD? Put ntrights.exe on a central network location where all computers can access. Put ntrights -r SeRemoteShutdownPrivilege -u "Everyone" in everyone's logon script. Computer/Network Technician CCNA
Mar 31, 2005 #5 LloydSev ISP Joined Jan 23, 2003 Messages 1,457 Location US errr \\theserver\share\ntrights -r SeRemoteShutdownPrivilege -u "Everyone" that's what I meant.. however there is probobaly an easier method via AD. Computer/Network Technician CCNA Upvote 0 Downvote
errr \\theserver\share\ntrights -r SeRemoteShutdownPrivilege -u "Everyone" that's what I meant.. however there is probobaly an easier method via AD. Computer/Network Technician CCNA
Mar 31, 2005 #6 bcastner IS-IT--Management Joined Aug 13, 2002 Messages 29,271 Location US Is there an issue with "pushing" stuff through the logon at this site? Upvote 0 Downvote