Skip to content

Latest commit

 

History

History
25 lines (21 loc) · 938 Bytes

README.MD

File metadata and controls

25 lines (21 loc) · 938 Bytes

DoIT.UserAdministration

The DoIT.UserAdministration module pack aims to manage User Accounts for DoIT Service Desk.

Installing

Install traditionally

  1. 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 is C:\Program Files\WindowsPowerShell\Modules
  2. Run Powershell as an admin and enter this command
Import-Module -Name DoIT.UserAdministration
  1. Restart Powershell

Install with script

  1. Download the script file InstallDoITUserAdministration.ps1.
  2. Open Powershell as an admin and run the script file.
  3. Enter computer names that you would like to install the module on.

Use -verbose to get more information while the script is running.

Examples

Example 1: List available cmdlets in module pack

Get-Command -Module DoIT.UserAdministration

Copyright (C) 2021 Jacob Donais