Hi,
I have a simple QoS rule setup to limit bandwidth to our offsite backup server. Now I want to be able to change the bandwidth assigned to that rule through a script or commandline.
I found the HKEY_LOCAL_MACHINE\SOFTWARE\Policies\Microsoft\Windows\QoS key containing the QoS rule but changing values there doesn't work as the machine doesn't pick it up that way. Also it's overwritten by the GPO the rule is configured in.
Now I tried creating some registry.pol files with the values I need and put them in C:\Windows\System32\GroupPolicy\Machine. After gpupdate that works but it's really awkward that way. Are there any command line tool or powershells / vbscript / whatever in 2008R2 to control QoS?