Managing Terminal Services attributes with PowerShell |
Wednesday, 20 February 2008 by Michel Roth | |||
Of course the Terminal Services attributes can also be set using Powershell. It just takes some digging to find out what's what. Dmitry Sotnikov has done the digging for you. He says retrieving terminal services properties is easy. You just execute "Get-QADUser" and the objects retrieved will have the corresponding properties. It's important to note that Terminal services properties are only available when AD cmdlets are run on Windows Server 2003 or 2008. Workstation operating systems (XP, Vista) do not support programmatic TS administration so the properties will not be retrieved. Read Dmity's article here. (thanks to the MSTerminalServices.org blog for the pointer)
Show/Hide comment form
|