How can I programatically configure Remote Desktop Services Session Host in Windows Server 2012 without a domain?
we build turn-key solutions customers, , years, have been doing this. looking script-based method of performing following actions: install remote desktop services session host configure "standard" settings: idletimeout, disconnected session behavior, temporary folders, encryption levels , such my understanding, w2k12, of must done session collection. i have powershell script performs install of remote desktop services - session host, connection broker, , web access (add-windowsfeature rds-rd-server, rds-connection-broker, rds-web-access) while not on domain, , stuck trying configure it. when testing server on production domain, can following command run: ($strfqdn populated in script) new-rdsessiondeployment -connectionbroker $strfqdn -webaccessserver $strfqdn -sessionhost $strfqdn once off of domain (which requirement customer server builds, not allowed on domain, or until @ customer site) cannot command function expected. presented following output: new...