Is there a way to enable Powershell remoting (Enable-PSRemoting) during an unattended Windows Server 2008 R2 installation? Is there a setting in unattend.xml for this?
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
|
|
If your on a AD Domain, the prefered way would be via GPO:
|
|||
|
|
|
You could run a script from the unattend.xml, here you wil find an example how to do that: Example 3: Run a script http://technet.microsoft.com/en-us/library/cc732280%28WS.10%29.aspx#ImageOlder3 I haven't tested it, but you can run for example this script there: Enable-PSRemoting |
||||
|
|