The DoIT.UserAdministration module pack aims to manage User Accounts for DoIT Service Desk.
- Download the module pack and place it in the Module folder. You can list/edit your modules path with
$env:PSModulePath
. Preferred path to place this module pack isC:\Program Files\WindowsPowerShell\Modules
- Run Powershell as an admin and enter this command
Import-Module -Name DoIT.UserAdministration
- Restart Powershell
- Download the script file
InstallDoITUserAdministration.ps1
. - Open Powershell as an admin and run the script file.
- Enter computer names that you would like to install the module on.
Use -verbose
to get more information while the script is running.
Example 1: List available cmdlets in module pack
Get-Command -Module DoIT.UserAdministration
Copyright (C) 2021 Jacob Donais