Showing archive results for April 2015

Apr 26, 2015
Post comments count0
Post likes count0

Weekend Scripter: My First PowerShell Summit

Doctor Scripto

Summary: Microsoft PowerShell MVP, Will Anderson, talks about his first Windows PowerShell Summit. Microsoft Scripting Guy, Ed Wilson, is here. Wow! What a week...or part of a week. Windows PowerShell Summit North America 2015 was here in Charlotte, NC this past week. The Scripting Wife and I met a lot of new people and made new friends. One of the...

Scripting Guy!Windows PowerShellguest blogger
Apr 25, 2015
Post comments count0
Post likes count0

PowerTip: Determine if Property is Member of Object

Doctor Scripto

Summary: Determine if a property is a member of an object in Windows PowerShell.  How can I determine if a specific property is actually a member of an object in my Windows PowerShell script?  Use the Get-Member cmdlet, and cast the response into a Boolean data type by using the [bool] type         ...

Scripting Guy!Windows PowerShellscripting techniques
Apr 25, 2015
Post comments count0
Post likes count0

Weekend Scripter: Scripting Guys Ignite Booth Schedule

Doctor Scripto

Summary: Microsoft PowerShell MVP, Teresa Wilson, talks about the Scripting Guys booth schedule. Microsoft Scripting Guy, Ed Wilson, is here. It is that time of year again. Conference time. TechEd North America is no more, but Microsoft Ignite is on the horizon. May 4-8, 2015 in Chicago! It is already sold out, but you can see the presentations as ...

Scripting Guy!Windows PowerShellWeekend Scripter
Apr 24, 2015
Post comments count0
Post likes count0

PowerTip: Roll Back Active PowerShell Transaction

Doctor Scripto

Summary: Learn how to roll back an active Windows PowerShell transaction.  I started a transaction to modify the registry on my computer running Windows 8.1, but something failed,            and I want to roll back the transaction. How can I do this?  Use the Undo-Transaction cmdlet to roll bac...

Scripting Guy!Windows PowerShellscripting techniques
Apr 24, 2015
Post comments count0
Post likes count0

Use PowerShell to Move User Files and Update Registry

Doctor Scripto

Summary: Microsoft Scripting Guy, Ed Wilson, talks about using Windows PowerShell to move user files and update the registry.  Hey, Scripting Guy! I need to move a bunch of user files from their local computer to a network share so we can back up the user's data prior to migrating their desktops. I know there are various tools I can use t...

Scripting Guy!Windows PowerShellscripting techniques