Powershell GUI fronted (WPF) to run categorized console scripts

⌈⌋ ⎇ branch:  ClickyColoury


Artifact [027932ae6a]

Artifact 027932ae6a41763082f89ca15be5819dcf823cf4:

  • File tools/user/lockedusers.ps1 — part of check-in [2e564262f9] at 2017-09-24 06:58:54 on branch trunk — Moved more user-related scripts to... users/ (user: mario size: 323)

# api: multitool
# version: 1.0
# title: Locked out users
# description: Find locked out user names
# type: inline
# category: user
# icon: user
# hidden: 0
# key: i5|lock|locked|lockedout|ll
# config: {}
# 
# Scans AD for locked-out accounts


Search-ADAccount -LockedOut | Select samaccountname, name