Nano Server Flashcards

1
Q

What are some of the limitations of Nano Server?

A
PoSH 5.1 core
Doesn't support Group Policy
64-bit applications only
Headless (managed remotely)
DSC (push only)
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is the parameter value to specify creating a virtual machine nano server?

A

-DeploymentType Guest

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

What is the parameter value to specify creating a physical machine nano server?

A

-DeploymentType Host

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

What is the parameter value to specify creating a nano server in VHD/VHDX form?

A

-TargetPath .vhd/.vhdx

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

What is the parameter value to specify creating a nano server in image for?

A

-TargetPath .wim

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

What is the PoSH command to enable remote management of machines that have no trust relationship?

A

Set-Item WSMan:\localhost\Client\TrustedHosts “”

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

What is Install-PackageProvider vs Install-Package?

A

Install-Package: Installs software packages

Install-PackageProvider: Installs one package management providers

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

What is the PoSH command to create a NanoServer?

A

New-NanoServerImage

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

What is the PoSH command to provision a NanoServer?

A

djoine. exe /provision /domain <> /machine <> /savefile <>.blob
* then copy item to nanoserver

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

What is the PoSH command to domain join a NanoServer?

A

djoin /requestodj /loadfile <>.blob /windowspath c:\windows /localos

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