Showing results for Weekend Scripter - Scripting Blog [archived]

Aug 1, 2015
0
0

Weekend Scripter: Upgrade to Windows 10

Doctor Scripto
Doctor Scripto

Summary: Teresa Wilson, Windows PowerShell MVP, talks about upgrading to Windows 10. Teresa Wilson, AKA the Scripting Wife, is here. I first wanted to mention that Ed and I will be in Atlanta on August 21 for TechStravaganza. At the time I am writing this there are 22 tickets remaining, so hurry and sign-up if you would like to attend. It is a free...

Scripting Guy!Windows PowerShellguest blogger
Jul 26, 2015
0
0

Weekend Scripter: Back Up Your PowerShell Profile

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about automatically backing up your Windows PowerShell profile. Microsoft Scripting Guy, Ed Wilson, is here. My rule for making backups is that when the loss of the item would cause me grief, it is backed up. Otherwise, there is not too much need for a backup. This includes things that are not rela...

Scripting Guy!Windows PowerShellscripting techniques
Jul 25, 2015
0
0

Weekend Scripter: Replace One PowerShell Function with Another

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about replacing one Windows PowerShell function with a different one. Microsoft Scripting Guy, Ed Wilson, is here. One of the problems with writing Windows PowerShell code every day is that you eventually... No, it’s not what you think. I am often asked if I run out of ideas, and the answer is, ...

Scripting Guy!Windows PowerShellscripting techniques
Jul 19, 2015
0
0

Weekend Scripter: Building Test Servers

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about building test servers. Microsoft Scripting Guy, Ed Wilson, is here. This morning I am listening to my favorite Swiss classical radio station on my computer, and I am sipping a cup of herb tea. I have a nice strawberry scone that I picked up in town at a local bakery. I am reminded of a conver...

Scripting Guy!Windows PowerShellWeekend Scripter
Jul 18, 2015
0
0

Weekend Scripter: Break in to a Script via a Command

Doctor Scripto
Doctor Scripto

Summary: Ed Wilson, Microsoft Scripting Guy, talks about using the debugger to break in to a script via a specific command. Microsoft Scripting Guy, Ed Wilson, is here. One of the cool things, when troubleshooting a specific function in Windows PowerShell, is to set a breakpoint to occur each time the command is called. Remember, Windows PowerShell...

Scripting Guy!Windows PowerShellscripting techniques