2.3 Configure servers for remote management Flashcards

0
Q

How do you setup 2012 for remote management

A
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)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
1
Q

What steps are required in order to manage servers not in the AD

A

Add them to Server Manager
Right click and select Manage As… and fill credentials
Execute: Set-Item WSMan:\localhost\Client\TrustedHosts –value -force

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

How do you setup 2008 for remote management

A

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 well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

How do you install roles and features on 2008

A

By using Enter-PSSession -credential

Then Add-WindowsFeature (-IncludeManagementTools)

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

How do you manage 2012 from desktop OS

A

Install Windows Remote Server Administration Tools (RSAT) which enables all the tools by default

How well did you know this?
1
Not at all
2
3
4
5
Perfectly