Monthly Archives: February 2011

Playing with modules

I’m currently working on some server setup scripts for a private projectand then I’m working with some nice modules and thought that I could blogabout some of my experiences with PowerShell module handling. To get a list of loaded modules … Continue reading

Posted in PowerShell | Tagged , | 3 Comments

Twitter lists

If you use Twitter you can follow me.My name there is @walle75 I have the honor to be on 19 peoples lists as well.You can find them here,http://twitter.com/#!/walle75/lists/memberships Thanks guys! It’s nice to follow lots of people on Twitter,you will … Continue reading

Posted in News, PowerShell | Tagged , , | Leave a comment

Clean-RemoteTemp

This is a function that will help cleaning up users computers ifthey have problem with little space left on their hard drives orsome strange problems related to temp files. It will delete all users temp files on the remote computer. … Continue reading

Posted in PowerShell | Tagged , , , | 3 Comments

Add Users to a Group–The GUI way

I wrote an little GUI app that will help Service desk add users to a group. No users in the group: The Application: The users: In this way they can take usernames from a Excel file and justpaste them into … Continue reading

Posted in PowerShell | Tagged , , | 1 Comment