2.3 Configure servers for remote management Flashcards
How do you setup 2012 for remote management
Enable WinRM if it's disabled. Using Server Manager or Configure-SMRemoting.exe -Enable Enable FW rules: COM+ Network Access (DCOM-In) Remote Event Log Management (NP-In) Remote Event Log Management (RPC) Remote Event Log Management (RPC-EPMAP)
What steps are required in order to manage servers not in the AD
Add them to Server Manager
Right click and select Manage As… and fill credentials
Execute: Set-Item WSMan:\localhost\Client\TrustedHosts –value -force
How do you setup 2008 for remote management
Install .NET 4.0 and Windows Management Framework 3.0
Enable both Windows Remote Management (HTTP-In) rules
Create WinRM listener with winrm quickconfig
Enable the 4 rules for remote MMC management
How do you install roles and features on 2008
By using Enter-PSSession -credential
Then Add-WindowsFeature (-IncludeManagementTools)
How do you manage 2012 from desktop OS
Install Windows Remote Server Administration Tools (RSAT) which enables all the tools by default