The “Hey, Scripting Guys!” blog has been retired. There are many useful posts in this blog, so we keep the blog here for historical reference. However, some information might be very outdated and many of the links might not work anymore.
New PowerShell content is being posted to the PowerShell Community blog where members of the community can create posts by submitting content in the GitHub repository.
Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to find changes to Active Directory.
(image) Hey, Scripting Guy! I have this problem. It seems our company has undergone a lot of changes recently, and I need to find what changes have impacted Active Directory. Basically, I do not even know where to start...
Summary: Learn how to use Windows PowerShell to compare two objects to see differences.
(image) How can I use Windows PowerShell to see if a particular property from two objects is the same?
(image) Use the Compare-Object cmdlet, specify the reference object, the object to compare, and &...
Summary: Ed Wilson, Microsoft Scripting Guy, talks about using Windows PowerShell to check the lockout threshold for several domains.
(image) Hey, Scripting Guy! I have several domains in our forest, and it seems that some weasel got in and changed the lockout threshold in some of the child domains. I know we should have turned on ...
Summary: Use Windows PowerShell to get the domain password policy.
(image) How can I use Windows PowerShell to retrieve the default password policy for my domain?
(image) Use the Get-ADDefaultDomainPasswordPolicy cmdlet.
(image...
Summary: Use Windows PowerShell to get the domain password policy.
(image) How can I use Windows PowerShell to retrieve the default password policy for my domain?
(image) Use the Get-ADDefaultDomainPasswordPolicy cmdlet.
(image...