1 / 8

An Active Directory Health Check through PowerShell

An Active Directory Health Check through PowerShell. Jeff Wouters | MVP Windows PowerShell [CEO | Automation Consultant] @ Methos BSc, MCT, MVP, MCSA, MCSE, MCTS, MCITP. possessod. PowerShell Script of System Center Documentation PSSOSCD. Whatcha doin ’?. Users Groups Trusts Replication

reia
Download Presentation

An Active Directory Health Check through PowerShell

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. An Active Directory Health Check through PowerShell Jeff Wouters | MVP Windows PowerShell [CEO | Automation Consultant] @ Methos BSc, MCT, MVP, MCSA, MCSE, MCTS, MCITP

  2. possessod • PowerShell Script of System Center Documentation • PSSOSCD

  3. Whatchadoin’? • Users • Groups • Trusts • Replication • Subnets • Sites • DC’s • GPO’s

  4. Bumps along the way… • LDAP + ForEach + Where-Object = • Maximum LDAP query results…

  5. Execution time vs … • Cmdlets • ADSI • LDAP • .NET

  6. ForEach vs ForEach-Object • ForEach = Slower • ForEach-Object = More memory consuming • Note: This is a huge over-simplification • Watch the Hey!ScriptingGuy blog… 

  7. The problem is choice… • Backwards compatibility is a bitch! *** Start upgrading already!!! *** Which PowerShell versions to support? Which Operating Systems to support? Which Domain Level to support? Include GPO? Include DNS? Include DHCP? Support domains and/or forests?

More Related