This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
## День добрый | |
## Сначала добавляете всем новую группу "Uvolennie" и делаете её дефолтной, потом отрываем все остальные. | |
## | |
## Как то так: | |
## Остановится в случае любой ошибки | |
$ErrorActionPreference = 'Stop' | |
## OU для поиска и изменения пользователей | |
$SearchBase = 'OU=Users,DC=domain,DC=local' |