70-410 Installing and Management Flashcards

1
Q

To enable Server Manager remote management by using Windows PowerShell

A
  1. On the computer that you want to manage remotely, do one of the following to open a Windows PowerShell session with elevated user rights. ○ On the Windows desktop, right-clickWindows PowerShellon the taskbar, and then clickRun as Administrator. ○ On the WindowsStartscreen, right-clickWindows PowerShell, and then on the app bar, clickRun as Administrator. 2. Type the following, and then pressEnterto enable all required firewall rule exceptions.Configure-SMRemoting.exe -enable
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Installing Minimal Server Interface

A

You need to select the Graphical Management Tools and Infrastructure check box and clear the Desktop Experience and Server Graphical Shell check boxes.

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

Configure Remote Management in Server Manager

A

To manage servers that are running Windows Server 2012, Windows Server 2008 R2, or Windows Server 2008 by using Server Manager in Windows Server 2012 R2, apply the following updates to the older operating systems.
.NET Framework 4.5

Windows Management Framework 4.0. The

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

Configure Remote Management in Server Manager using cmd

A

Run the following executable file.
%windir%\system32\Configure-SMRemoting.exe
Do one of the following:
To enable remote management, type Configure-SMRemoting.exe -enable, and then press Enter.

To view the current remote management setting, type Configure-SMRemoting.exe -get, and then press ENTER.

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

Djoin

A

Provisions a computer account in a domain and requests an offline domain join when a computer restarts. For examples of how you can use this command, seeExamples.

Exe
djoin /provision /domain contoso.com /machine computer1 /savefile offlinedomainjoin.txt

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

Add-computer

A

Add the local computer to a domain or workgroup.

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

Set-ADGroup

A

he Identity parameter specifies the Active Directory group to modify. You can identify a group by its distinguished name (DN), GUID, security identifier (SID) or Security Accounts Manager (SAM) account name. You can also set the Identity parameter to an object variable such as $, or you can pass a group object through the pipeline to the Identity parameter. For example, you can use the Get-ADGroup cmdlet to retrieve a group object and then pass the object through the pipeline to the Set-ADGroup cmdlet.

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

Set-ADAccountControl

A

Disable enable account

The Set-ADAccountControl cmdlet modifies the user account control (UAC) values for an Active Directory user or computer account. UAC values are represented by cmdlet parameters. For example, set the PasswordExpired parameter to change whether an account is expired and to modify the ADS_UF_PASSWORD_EXPIRED UAC value.

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

Rename-Computer

A

RENAME-COMPUTER –computername MININT-123 –newname CONTOSO-FS

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

Add-ADComputerServiceAccount

A

Adds one or more service accounts to an Active Directory computer.

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

Add-ADGroupMember

A

Adds one or more members to an Active Directory group.

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

Set-ADUser

A

PasswordNeverExpires,Enabled

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

Set-ADComputer

A

Enabled

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

New-ADUser

A

Creates a new Active Directory user.

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

Get-ADDomain
Get-ADComputer
Get-ADUser

A

Get-ADDomain
Get-ADComputer
Get-ADUser

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

Enable-ADAccount

A

The Enable-ADAccount cmdlet enables an Active Directory user, computer or service account.

17
Q

Remote view event view

A

○ Enable-NetFirewallRule -DisplayGroup “Windows Remote Management”
○ Enable-NetFirewallRule -DisplayGroup “Remote Event Log Management”
○ Enable-NetFirewallRule -DisplayGroup “Remote Volume Management”
○ Set-Service VDS -StartupType Automatic