Skip to content

Collection of PowerShell functions for managing Windows Server.

License

Notifications You must be signed in to change notification settings

twillin912/PSServerManagement

Repository files navigation

ServerManagement PowerShell Module

Build status Documentation Status

Collection of PowerShell functions for managing Windows Server.

Installation

Install from PSGallery

PS> Install-Module -Name ServerManagement

Getting Started

Get a list of available commands

PS> Get-Command -Module ServerManagement

Notes