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: Dr. Scripto shows our Admin friend how to determine which groups a computer is a member of.
Microsoft Scripting Guy, Ed Wilson, here. If you missed it, be sure to watch Sean’s video: Just Script It! Also to catch up with our story, read:
Take it away, Sean…
When we last were within our reading, the good Dr...
Summary: Use the Active Directory module to create a new computer account.
(image) How can I use Windows PowerShell to create a computer account in Active Directory?
(image) To create a new computer called ScriptoPC, execute the following line in an Active Directory environment with a domain ...
Summary: Are there new cmdlets in the Active Directory PowerShell module in Windows Server 2012 R2?
Microsoft Scripting Guy, Ed Wilson, is here. Today we have an extra guest post from Ian Farr, who explores if there are new cmdlets in the Active Directory PowerShell module in Windows Server 2012 R2. I like it when Christmas...
Summary: Dr. Scripto teaches our Admin friend how to find cmdlets in a module and get Help.
Microsoft Scripting Guy, Ed Wilson, here. If you missed it yesterday, see Sean’s latest video: Just Script It! Also be sure to read:
Yesterday we saw how Dr. Scripto aided our good Administrator friend, a person who had never ...
Summary: Use the Set-ADUser cmdet to modify custom attributes.
(image) How can I use Windows PowerShell to modify a custom attribute in Active Directory?
(image) Use the Set-ADUser cmdlet and it’s –add, -replace, and –remove parameters to adjust custom attributes.
For ...