Hi,
1- How i can open command prompt.
We can't open the command prompt on the Nano Server, we need to manage the Nano Server remotely.
2- What is mean by -verbose in powershell command.
When add "-verbose" to the powershell command, we may see the detailed process running with the command.
3- How i can assign DNS IP address on Nano server because when we put static IP address on nano server there is no DNS IP address option.
We may connect to the Nano server and use the following powershell command to set DNS settings for the Nano Server:
Set-DnsClientServerAddress -InterfaceIndex "NANO adapter interface" -ServerAddresses "DNS server IP address"
4- Tell me some about OEM drivers
NANO server use less drivers, OEM drivers are basic drivers for a variety of network adapters and storage controllers.
5- Please define me this command. bcdboot.exe c:\windows /s s:
bcdboot is used for determine system boot up location this command means startup system from c:\windows The following example initializes the system partition by using BCD files from the C:\Windows folder:
bcdboot C:\Windows
Besides, related articles about deploy and manage Nano Server:
Deploy Nano Server
https://learn.microsoft.com/en-us/windows-server/get-started/deploy-nano-server
Manage Nano Server
https://learn.microsoft.com/en-us/windows-server/get-started/manage-nano-server