Showing archive results for 2008

Nov 3, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Add a Windows PowerShell Shortcut to the Quick Launch Toolbar?

ScriptingGuy1

Hey, Scripting Guy! I love the Quick Launch toolbar. The problem is that I cannot find a special folder or anything that refers to this location. So how can I create a shortcut to Windows PowerShell that will live on the Quick Launch toolbar?- RS Hi RS, One of the funny things about special folders is that they, for the most part, really are not...

Scripting Guy!Windows PowerShelldesktop management
Oct 30, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Determine Folder Size?

ScriptingGuy1

Hey, Scripting Guy! We are getting ready for a migration, and I am trying to find an easy way to determine the size of the Documents folder. I would like to use Windows PowerShell to do this, but when I use the Get-Item cmdlet to retrieve the properties of a folder, I do not see the size. I really do not want to have to iterate through the entire...

Scripting Guy!Windows PowerShellstorage
Oct 27, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Create an HTA to Do Temperature Conversions?

ScriptingGuy1

Hey, Scripting Guy! I read with interest your "blog from down under," and I was interested in your function that converts Fahrenheit to Celsius. My wife and I are going on vacation to Germany, and I want to be able to do metric conversions. The problem, however, is that I do not want to install Windows PowerShell on my wife's laptop. Can you chan...

Scripting Guy!scripting techniquesVBScript
Oct 23, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Edit Terminal Server Profiles for Users in Active Directory?

ScriptingGuy1

Hey, Scripting Guy! I need to modify the terminal server profile for a bunch of users in Active Directory, and I don't get it. I can see the properties on Active Directory Users and Computers, but when I look in ADSI Edit, I cannot find the property names. I know they must be there, but I am at a loss to figure it out. Can you help?- TD Hi TD, O...

Scripting Guy!Windows PowerShellActive Directory
Oct 20, 2008
Post comments count0
Post likes count0

Hey, Scripting Guy! How Can I Create Users from a CSV File?

ScriptingGuy1

Hey, Scripting Guy! In your last article, you showed how to create random passwords for users and how to write that password out to a CSV file. You said if anyone asked that you would show how to use that CSV file and create a user from it. Well, here I am, asking you. Show me the script. I'll send chocolate.- LZ Hi LZ, Mmm...chocolate. I am gla...

Scripting Guy!Windows PowerShellscripting techniques