Skip to content

Instantly share code, notes, and snippets.

@nshores
Created April 7, 2020 05:46
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nshores/ad0ba798cb96432cc1de5f36e090a093 to your computer and use it in GitHub Desktop.
Save nshores/ad0ba798cb96432cc1de5f36e090a093 to your computer and use it in GitHub Desktop.
$mon = [System.DayOfWeek]::Monday
$tue = [System.DayOfWeek]::Tuesday
$wed = [System.DayOfWeek]::Wednesday
$thu = [System.DayOfWeek]::Thursday
$fri = [System.DayOfWeek]::Friday
Set-OBMachineSetting -WorkDay $mon, $tue, $wed, $thu, $fri -StartWorkHour "7:00:00" -EndWorkHour "22:00:00" -WorkHourBandwidth (10000*1024) -NonWorkHourBandwidth (90000*1024)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment