Jump to content

How to enforce Active Directory Members for power shut down.


tagwar

Recommended Posts

Hi experts

I have a small question and I don’t know if it can be done from the Active Directory or not.

Can I enforce Active Directory Members for power shut down?

I found dozen of software but I don’t want third party application.

Can anyone give any ideas how this can be implemented.

If I have to do something from the local computes or I can create a policy or something like this.

Thanks for everyone in advance.

Link to comment
Share on other sites


Look closely. Computer Configuration > Wndows Settings > Security Settings > Local Policies > User Rights Assignments > "Shut down the system"

thanks boss for your answer.

but you answer diffrent thing.

what you give to me is who have the permission to shutdown the system.

but i want like time counter or something enforce the PC shutdown after ideal team.

i hope you got my idea.

thanks again

Link to comment
Share on other sites

Shamelessly ripped from a google cached EE answer

Have a list of computers? This will do it..

For /f %%a in (C:\Computers.txt) do schtasks /s %%a /create /ru system /sc daily /st 20:00:00 /tn Shutdown /tr "shutdown -s -f -t 10"

It'll loop through all systems setting up a scheduled task to shut them down at 8pm

that will FORCE a shutdown at the time specified regardless of if the user is using the PC or not. making the PCs shutdown when idle is a little harder.

Link to comment
Share on other sites

Shamelessly ripped from a google cached EE answer
Have a list of computers? This will do it..

For /f %%a in (C:\Computers.txt) do schtasks /s %%a /create /ru system /sc daily /st 20:00:00 /tn Shutdown /tr "shutdown -s -f -t 10"

It'll loop through all systems setting up a scheduled task to shut them down at 8pm

that will FORCE a shutdown at the time specified regardless of if the user is using the PC or not. making the PCs shutdown when idle is a little harder.

this is little hard

because employee have diffrent diffrent working time.

so if i enforce shutdown at this time it will creat problem.

Link to comment
Share on other sites

You could also consider forcing the use of a screensaver policy, and use a shutdown screensaver, or set it to run as a scheduled task at a specified time.

This is a better solution.

I already define the screen saver policy.

I will see what i can do with this one.

But now another question,

All the computers in the same container in the AD,

How I can make different categories for each?

For example I have servers and normal desktops and workstations.

Is that possible to create for the servers different containers as the servers must be running all the time?

Thanks for everyone in advance.

Link to comment
Share on other sites

But now another question,

All the computers in the same container in the AD,

How I can make different categories for each?

For example I have servers and normal desktops and workstations.

Is that possible to create for the servers different containers as the servers must be running all the time?

Research WMI Filtering on group policies.
Link to comment
Share on other sites

Or create OU's for each grouping of computers and apply separate policies to each OU.

i try to did the same

but OUs is not allowed under the computers containers.

where else i can create???

i try to creat OU under the AD and try to move the computer to this container also and also not allowed.

Link to comment
Share on other sites

But now another question,

All the computers in the same container in the AD,

How I can make different categories for each?

For example I have servers and normal desktops and workstations.

Is that possible to create for the servers different containers as the servers must be running all the time?

Research WMI Filtering on group policies.

i am sorry fo rhte delay in the answer.

i will search on this soon

thanks for everyone

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...