AD Group Membership (Member(s) and Member of)
AD Group Membership (Member(s) and Member of) #powershell script to pull AD Group Membership using traditional ADSI method Will collect both Members and Member of Run the script in this…
List Remote Domain(s) Trusts & Functional Levels – Powershell Script
Powershell Script to List Multiple Remote Domain(s) Trusts and Functional Levels including the Trust Status. Copy all the Domains you wish to get this report run on a text file…
Audit Server Reboots (Powershell Script)
As an extension to my article on how to Audit Server Reboots, I have put forth a small script that might come handy. I consciously choose implementing WMI rather than…
Check and Delete .BLG Files in “C:\PerfLogs\Admin” folder that are older than 2 days
Last night I was approached to script a tool that can Check and Delete .BLG Files in "C:\PerfLogs\Admin" folder that are older than 2 days. I choose #PowerShell for obvious reasons…