Showing archive results for 2014

Feb 2, 2014
Post comments count0
Post likes count0

Weekend Scripter: Use PowerShell to Migrate to Active Directory On-Premises

Doctor Scripto

Summary: Microsoft PFE, Asia Gandecka, talks about using Windows PowerShell to migrate users from Windows Azure Active Directory to Active Directory on-premises. Microsoft Scripting Guy, Ed Wilson, is here. Let’s welcome a new guest blogger, Asia Gandecka… I have been with Microsoft since 2011 working as a a premier field engineer. I&...

Scripting Guy!Windows PowerShellguest blogger
Feb 1, 2014
Post comments count0
Post likes count0

PowerTip: Clear All Events from Event Logs by Using PowerShell

Doctor Scripto

Summary: Use Windows PowerShell to clear all events from all event logs.  How can I use Windows PowerShell to clear all events from all traditional event logs to make it easier           to find events when I am troubleshooting an intermittent issue on my server?  Use the Get-EventLog cmdlet to retrieve ...

Scripting Guy!Windows PowerShellPowerTip
Feb 1, 2014
Post comments count0
Post likes count0

Weekend Scripter: Using AutoSpInstaller and AutoSpSourceBuilder

Doctor Scripto

Summary: Guest blogger, Brian Lalancette, talks about how AutoSpInstaller and AutoSpSourceBuilder work together. Microsoft Scripting Guy, Ed Wilson, is here. After nearly four years, guest blogger, Brian Lalancette, is back to give us an update. Brian, take it away… Unbelievably, it’s coming up on nearly four years since my last post o...

Scripting Guy!Windows PowerShellguest blogger
Jan 31, 2014
Post comments count0
Post likes count0

PowerTip: Learn to Use Where or ForEach in PowerShell 4.0

Doctor Scripto

Summary: Learn the easy way to use Where or ForEach in Windows PowerShell 4.0. I am running Windows PowerShell 4.0 and I want to know the easy way to use Where or ForEach. In Windows PowerShell 4.0, object arrays have a built-in .Where() and .ForEach() methods.          ...

Scripting Guy!Windows PowerShellPowerTip
Jan 31, 2014
Post comments count3
Post likes count0

Comparing PowerShell PSSessions and CIM Sessions

Doctor Scripto

Summary: Guest blogger, Trevor Sullivan, compares Windows PowerShell PSSessions and CIM sessions. Microsoft Scripting Guy, Ed Wilson, is here. Today we have the exciting conclusion to Honorary Scripting Guy, Trevor Sullivan’s guest blog series on CIM. To see more of Trevor’s guest posts, see these Hey, Scripting Guy! Blog posts. You can reach Trev...

Scripting Guy!Windows PowerShellscripting techniques