- excel-to-csv.ps1 Convert file from Excel to CSV
- file-library.ps1 Library of file routines written in .net for speed (PS is so slow): compare, split, unique, count lines, sort ...
- get-adhealth.ps1 Provides a report about the health of an Active Directory environment.
- get-AdminPasswordNotRequired.ps1 Check if the Local Admin account requires a password.
- get-ADuserNoPasswdReq.ps1 Scan all accounts in Active Directory to see if any have the No Password flag set.
- get-ciphers.ps1 Get which SSL Ciphers are installed on a server.
- get-clipboard.ps1 Retrieve Clipboard contents.
- get-ComputerNames.ps1 Retrieve all computer names from Active Directory - no special permissions required.
- get-LocalComputerUsers.ps1 Get all Local users and approximate time/date they are last active.
- get-groups.ps1 Uses .net routines to retrieve AD Groups.
- get-fileinfo.ps1 Retrieves an exhaustive list of file properties in a directory or an entire drive (an entire drive is not a good idea).
- get-localadmin-wmi.ps1 Get the name of the Local Admin by RID using WMI.
- get-localgroup.ps1 Uses LDAP to get local groups
- Get-MacVendor.ps1 Get Network Card MAC Vendor using mac-to-vendor.herokuapp.com.
- get-netstat.ps1 Retrieve Netstat like listing of Ports with PowerShell.
- get-DomainUsers.ps1 Gets all domain users using .net directory searcher.
- get-wifipasswords.ps1 Uses netsh to retrieve plain text wifi passwords saved on host.
- mount-vss.ps1 Mount a VSS image.
- networkfunctions.ps1 Various functions to help with network tasks: ConvertTo-BinaryIP, get-IP2Long, get-Long2IP, get-Mask2Cidr, get-CIDR2Mask, get-Network, get-Broadcast, Get-NetworkSummary, Get-NetworkRange, Get-NumIPS
- remote-EnableTS.ps1 Enable Terminal Services on a remote computer.
- sid2user.ps1 Retrieves the Username given a SID.
- expire-ADPassword.ps1 Expires a Users AD Password requiring a new password.