This repository has been archived on 2020-04-19. You can view files and clone it, but cannot push or open issues or pull requests.
control-ad/scripts/template.ps1

16 lines
156 B
PowerShell
Raw Normal View History

2017-07-14 23:58:11 +02:00
# load ActiveDirectory module
Try
{
Import-Module ActiveDirectory -ErrorAction Stop
}
Catch
{
Write-Warning $_
Break
}
function Show-Menu
{
}