33 lines
852 B
Markdown
33 lines
852 B
Markdown
# PWDs_massChanges
|
|
|
|
Bulk edit AD-User-kennwörter. / MassenÄnderung von Passwörtern, von AD-Benutzern.
|
|
|
|
## FILE-Structure
|
|
```
|
|
.
|
|
│ pwd.psm1
|
|
│
|
|
├───Public
|
|
─────PWD_Changes_bulk-use.old.ps1
|
|
─────PWD_Changes_bulk-use.ps1
|
|
└───Private
|
|
```
|
|
IGNORE the .old ONE!
|
|
DESCRIPTION
|
|
1. Creates a new AD-Groupe
|
|
2. U have to edit the groupe and add USERS
|
|
3. continues the Script, and change the PWDs ALSO_ deletes the groupe
|
|
|
|
PARAMETER Password
|
|
If given uses the PW for Etch and anyone
|
|
If Not create and gives individuell passwords
|
|
|
|
PARAMETER ChangePasswordAtLogon
|
|
By default it's set to false. If included in the command, it will be force to the Users (set to true)
|
|
|
|
Version: 1.0b
|
|
Created by: S. Freiberg
|
|
Creation Date: 14.03.2025
|
|
LastChanges:
|
|
Change Date:
|
|
Purpose/Change: Initial script development |