Powershell GUI fronted (WPF) to run categorized console scripts

⌈⌋ branch:  ClickyColoury


Artifact [ce4a521c39]

Artifact ce4a521c39da3567831f7ecc25313dabbd853870:

  • File tools/info/DCs.ps1 — part of check-in [06df8ad9bd] at 2017-09-22 23:34:42 on branch trunk — Derived from current base version 0.8.0; some sample and generic scripts added. (user: mario size: 375)

# api: multitool
# version: 1.3
# title: Domain controllers
# description: List DCs
# type: inline
# category: info
# hidden: 0
# key: i1|DCs|domain|controllers|pdc
# config: {}
# 
# Shows list of active domain controlles


Get-ADDomainController -Filter * | FT -Auto -Wrap Name,Enabled,Site,IPV4Address,SslPort,LdapPort,IsReadOnly | Out-String -Width 100