Hello all
Im trying to run following script to turn off citrix HDX over UDP, but it seems not to work.
#!/bin/sh
sudo -u "$loggedInUser" /usr/bin/defaults write /Users/$loggedInUser/Library/Preferences/com.citrix.receiver.nomas HDXOverUDPAllowed -bool NOAny suggestions?
