This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
computing:windows:add_users [2017/01/11 07:43] gcooper |
computing:windows:add_users [2018/08/22 08:17] (current) gcooper |
||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== Add Bulk Active Directory | + | ====== Add Windows |
- | ===== PowerShell | + | FIXME Incomplete and needs verification |
+ | |||
+ | ===== CLI ===== | ||
+ | |||
+ | ==== Users ==== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ==== Groups ==== | ||
+ | |||
+ | https:// | ||
+ | |||
+ | ===== Add Bulk Active Directory Users ===== | ||
+ | |||
+ | ==== PowerShell | ||
https:// | https:// | ||
+ | |||
+ | https:// | ||
Create a '' | Create a '' | ||
< | < | ||
- | GivenName, | + | GivenName, |
+ | </ | ||
+ | |||
+ | {{ : | ||
+ | |||
+ | :!: Be sure to install the Windows Feature named '' | ||
+ | |||
+ | :!: Run the '' | ||
+ | |||
+ | **Start -> Administrative Tools -> Right-Click on Active Directory Module for Windows PowerShell -> Run as Administrator** | ||
+ | |||
+ | Test the import: | ||
+ | |||
+ | < | ||
+ | PS C: | ||
+ | </ | ||
+ | |||
+ | Import the users: | ||
+ | |||
+ | < | ||
+ | PS C: | ||
</ | </ | ||
- | ===== AD Bulk Admin Tool ===== | + | ==== AD Bulk Admin Tool ==== |
https:// | https:// |