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
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.