Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1.19 KB

File metadata and controls

33 lines (22 loc) · 1.19 KB

Windows Toolkit

This module contains various tools to assist in managing Windows Server and Desktop systems, including Microsoft server technologies such as Active Directory

Current Version: 1.0.1

PowerShell Gallery Link


PreRequisites

Please install the Remote Server Administration Tools for Active Directory prior to installing this module.

Windows Management Framework 5.1 is required on systems running Windows 8.1 or earlier.


Installation

Install from the PowerShell Gallery using the following command:

Install-Module -Name WindowsToolkit

Update

Update from the PowerShell Gallery using the following command:

Update-Module -Name WindowsToolkit

Acknowledgements

Thanks to Boe Prox for his function Convert-OutputForCSV which is used in this module.