You have a Nano Server named Nano1.
Which cmdlet should you use to identify whether the DNS Server role is installed on Nano1?
A.
Find-NanoServerPackage
B.
Get-Package
C.
Find-Package
D.
Get-WindowsOptionalFeature
You have a Nano Server named Nano1.
Which cmdlet should you use to identify whether the DNS Server role is installed on Nano1?
You have a Nano Server named Nano1.
Which cmdlet should you use to identify whether the DNS Server role is installed on Nano1?
A.
Find-NanoServerPackage
B.
Get-Package
C.
Find-Package
D.
Get-WindowsOptionalFeature
Should be D…
Package is only for software packages from third party applications.
With OptionalFeature you get a list of installed windows roles of a windows Server 2016
Yes D is correct answer!
Get-WindowsOptionalFeature is not a PowerShell command in Nano Server, correct answer is B. Get-Package.