Summary
In this module, you learned about cmdlets used to configure settings related to Group Policy, Server Manager, Hyper-V, and Internet Information Services (IIS). The following are the key takeaways:
- The Group Policy management cmdlets that are part of the
GroupPolicymodule can automate the management of most tasks involving Group Policy Objects (GPOs), including creating, deleting, backing up, reporting, and importing GPOs. Their names include the prefixGPwhile most haveGPOas the noun. - The
ServerManagermodule for PowerShell contains cmdlets for managing server features, roles, and services. These cmdlet names include the nounWindowsFeature. These cmdlets target only Windows Server operating systems and don't run on Windows client-based operating systems. - The
Hyper-Vmodule for PowerShell offers more than 200 cmdlets for managing Hyper-V Virtual machines (VMs), virtual hard disks, and other components of a Hyper-V environment. - The
IISAdministrationmodule for PowerShell includes IIS management cmdlets, while theWebAdministrationmodule for PowerShell includes cmdlets for managing web applications.
Additional reading
To learn more, go through the following documents: