Nano Server Flashcards
What are some of the limitations of Nano Server?
PoSH 5.1 core Doesn't support Group Policy 64-bit applications only Headless (managed remotely) DSC (push only)
What is the parameter value to specify creating a virtual machine nano server?
-DeploymentType Guest
What is the parameter value to specify creating a physical machine nano server?
-DeploymentType Host
What is the parameter value to specify creating a nano server in VHD/VHDX form?
-TargetPath .vhd/.vhdx
What is the parameter value to specify creating a nano server in image for?
-TargetPath .wim
What is the PoSH command to enable remote management of machines that have no trust relationship?
Set-Item WSMan:\localhost\Client\TrustedHosts “”
What is Install-PackageProvider vs Install-Package?
Install-Package: Installs software packages
Install-PackageProvider: Installs one package management providers
What is the PoSH command to create a NanoServer?
New-NanoServerImage
What is the PoSH command to provision a NanoServer?
djoine. exe /provision /domain <> /machine <> /savefile <>.blob
* then copy item to nanoserver
What is the PoSH command to domain join a NanoServer?
djoin /requestodj /loadfile <>.blob /windowspath c:\windows /localos