To Disable UAC on the Windows Server, change the registry value EnableLUA to 0, to change it using the powershell
Set-Itemproperty -path 'HKLM:\Software\Microsoft\Windows\CurrentVersion\policies\system' -Name 'EnableLUA' -value 0
Below is the script to change on multiple Windows Machines using RemotePS