I wasn’t able to find a settings group for this in the cloud console. I have backed up the GPO, zipped it and tried importing into PPCloud, however I get an error that there wasn’t any policy.
I wasn’t able to locate anything in the documentation (except for reporting?) or anything in this forum regarding it. Is this supported?
Hi Kevin,
Welcome to the Netwrix Community. Unfortunately, that policy setting cannot be imported via the GPO import operation. However, you should be able to accomplish the same goal using scripting, via the PolicyPak Scripts and Triggers component.
For example, something like the below may work.
Set-ItemProperty -Path "HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip\QoS" -Name "Do not use NLA" -Value "1" -Type String
Thank you for the confirmation.