Nano Server Flashcards

1
Q

What are the limitations of Nano Server?

A

PowerShell Core
64-bit applications
No GPO

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

What is the parameter to specify creating a physical or vm nanoserver?

A
  • TargetPath name.wim -DeploymentType Host

- TargetPath name.vhd/x -DeploymentType Guest

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

What is the full syntax for creating a NanoServer image?

A

New-NanoServerImage -MediaPath -BasePath -TargetPath -DeploymentType -Edition -ComputerName -AdministratorPassword

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

What is the PowerShell command to view installed packages?

A

Get-WindowsPackage -Online

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

What is does trusted hosts file do?

A

Enables remote management of machines in a workgroup or separate domain that have no trust relatiionship

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

What is the PowerShell command to add computer to trusted hosts?

A

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

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

What is the command to provision a blob to domain join machine?

A

djoine.exe /provision /domain “domain.com” / machine “name” /savefile “name.blob”

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

What is the command to harvest (copy) a provisioned domain blob

A

Copy-Item -Path “name.blob” -DestinationPath C:\ -ToSession $sessionname

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

What is the command to offline domain join using a blob file?

A

djoine.exe /requestodj /loadfile C:"name.blob” /windowspath c:\windows /localos

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

What is the PS command to view online package providers?

A

Find-PackageProvider

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

What is the PS command to view online packages within a package provider?

A

Find-Package -ProviderName

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