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: Learn about the nuances involved in reporting group memberships with Active Directory PowerShell.
Microsoft Scripting Guy, Ed Wilson, is here. Today we continue our series about Active Directory PowerShell by Ashley McGlone. If you missed it, you may enjoy reading Get Started with Active Directory PowerShell first. Now, here's ...
Summary: Find the Windows PowerShell help_about topics for Active Directory.
(image) Where are the Windows PowerShell help_about topics for Active Directory?(image) If you have Windows 7 or Windows Server 2008 R2 with the Active Directory Remote Server Administration Tools (RSAT) ...
Summary: Microsoft premier field engineer (PFE), Ashley McGlone, discusses the Active Directory PowerShell cmdlets.
Microsoft Scripting Guy, Ed Wilson, is here. Today we start a series about Active Directory PowerShell, written by Ashley McGlone...
Ashley is a Microsoft premier field engineer (PFE) and a frequent speaker at events like ...
Summary: Use Windows PowerShell to determine if an NTFS folder inherits from its parent folder.
(image) How can I use Windows PowerShell to determine if an NTFS folder inherits from its parent folder?
(image) Use the Get-NTFSAccessInheritance cmdlet provided by the NTFSSecurity module, for example:
Get-NTFSAccessInheritance -Path C...
Summary: Microsoft PFE, Raimund Andree, talks about using Windows PowerShell to disable inheritance on folders.
Microsoft Scripting Guy, Ed Wilson, is here. Today Raimund Andree, talks about using Windows PowerShell to disable inheritance on folders. Take it away, Raimund...
In my previous post, Use PowerShell to Get, Add, and Remove NTFS ...