$machine= Read-Host "what machine would you like to give usb exception too"
Enter-PSSession -ComputerName $machine
cd hklm:
Set-ItemProperty -Path SYSTEM\CurrentControlSet\Control\StorageDevicePolicies writeprotect -Value 0
"$machine now has usb exception"