Skip to content

Takes the OU of a computer lab and adds sub-OUs and links existing GPOs to refactor for standardized remote desktop access, and COVID social distancing protocols.

Notifications You must be signed in to change notification settings

engrit-illinois/Covidize-LabOU

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

DEPRECATED

This script is deprecated. Please use the following replacement instead: https://github.com/engrit-illinois/LabCheckProvision-LabOu.

Summary

Takes the OU of a computer lab and adds sub-OUs and links existing GPOs to refactor for standardized remote desktop access, and COVID social distancing protocols.
Full documentation is at https://wiki.illinois.edu/wiki/display/engritprivate/EWS+remote+access+to+Windows+labs

Usage

  1. Download Covidize-LabOU.psm1 to the appropriate subdirectory of your PowerShell modules directory.
    • The module is now already available for use with your regular account, however it needs to modify AD objects which you may only have access to do with your SU account. Make the module available as your SU account: see here.
  2. Run it: e.g. Covidize-LabOU "OU=ECEB9999,OU=EWS,OU=Instructional,OU=Desktops,OU=Engineering,OU=Urbana,DC=ad,DC=uillinois,DC=edu"

Parameters

-LabOUDN

Required string.
The distinguished name of the OU to "Covidize".

-Uncovidize

Optional switch.
Performs the reverse operations to the given lab OU as would be done by the script if -Uncovidize was not specified.
All computers in sub-OUs are moved to the root lab OU.

-Delay

Optional integer.
Number of seconds that the script waits between creating an OU and linking GPOs to it.
This allows time for the changes to sync to the domain controllers, so that the script doesn't end up trying to link a GPO to an OU that doesn't exist.
Default is 30.

Notes

About

Takes the OU of a computer lab and adds sub-OUs and links existing GPOs to refactor for standardized remote desktop access, and COVID social distancing protocols.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published