Skip to content

WandiJustin/Add-LocalAdminRights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

7 Commits
ย 
ย 
ย 
ย 

Repository files navigation

Add-LocalAdminRights

I was tasked with creating a powershell script with the following expectations:

  • ๐Ÿธ Adds the active directory group "Server_Local_Admin" to the local administrators
  • ๐Ÿ“ต On all windows servers except the domain controllers
  • ๐Ÿ“ Creates an log with the servers that are done
  • ๐Ÿš€ Works with older powershell versions (Windows Server 2012 use an older powershell version)

The complete powershell script is in this repository.

About

A short script to add a active directory group as local administrator on all servers of a domain. This script works with older powershell versions as of example the powershell version that is installed on Windows Server 2012.

Topics

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors