Showing results for getting started - Scripting Blog [archived]

Apr 20, 2009
0
0

Hey, Scripting Guy! Windows Powershell: An Introduction

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! Your Windows PowerShell articles have been real interesting, and I have been fascinated by the things you can do. But I need you to start at the beginning. It all looks real confusing to me. How about it? - TDHi TD, You know things are only confusing when you do not understand them. We remember very well the first time we down...

Scripting Guy!Windows PowerShellscripting techniques
Oct 2, 2008
0
0

Hey, Scripting Guy! How Can I Reuse Functions?

ScriptingGuy1
ScriptingGuy1

  Hey, Scripting Guy! I have a bunch of functions I wrote in PowerShell that I would like to use in other scripts. I am getting tired of cutting and pasting these things into various scripts over and over again. Surely there has got to be an easier way to do this! Have any ideas?- JB Hi JB, Of course, I have an idea…and don’t call me Shirley...

Scripting Guy!Windows PowerShellscripting techniques
Sep 26, 2008
0
0

Hey, Scripting Guy! Australian Dispatch #2: A Metric Ton of Scripting

ScriptingGuy1
ScriptingGuy1

After nearly 20 hours in airports and planes, the giant Boeing 747 aircraft touched down on the runway at Sydney International airport-my scripting eyes were glued to the insides of my eye lids. It is rather evil the way they give you a test to see if you are qualified to enter the country...not Australia, all countries do this. Why are you here, w...

Scripting Guy!Windows PowerShellscripting techniques
Jun 2, 2008
0
0

Hey, Scripting Guy! How Can I Use Leading Zeroes When Displaying a Value in Windows PowerShell?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I just read your “using calculated properties” PowerShell Tip of the Week, and it addresses a problem I recently had. However, when I got to the last step in your article, I realized the file sizes – and my displayed values – are now left-justified. I’d like to use leading zeroes to align the numbers on the decimal point, but ...

Scripting Guy!Windows PowerShellscripting techniques
Jan 31, 2008
0
0

Hey, Scripting Guy! How Can I Use Windows PowerShell to Retrieve the Non-Unique Items in a List?

ScriptingGuy1
ScriptingGuy1

Hey, Scripting Guy! I understand that I can use Windows PowerShell and the Get-Unique cmdlet to determine which items are unique in a collection. However, I want to do the opposite: I want to determine which items are not unique in a collection. How can I do that?-- YE Hey, YE. You know, yesterday afternoon, just as he was getting ready to head f...

Scripting Guy!Windows PowerShellscripting techniques