Category Archives: PowerShell

New release of PowerGUI

The people from PowerGUI just released a new version. Latest new version is 3.0.0.2015 (2011-07-21). As I often say, PowerGUI is and will always be my favorite PowerShell Editor. And I use the free version. For information about all new … Continue reading

Posted in PowerGUI, PowerShell | Tagged , | 4 Comments

ADCS Backup Tool–ADCS Backups made easy…

Last week, I discussed with dear pal Stefan Schörling at http://www.msfaq.se/ regarding some questions about how to do a complete backup and restore of an Enterprise CA in a disaster recovery scenario without using a full machine backup. In other … Continue reading

Posted in PKI, PowerShell, PowerShell Blogs | Tagged , | 1 Comment

PowerShell + AD + QUEST

I have been working with Quest AD cmdlets.Here are my stuff about It… Get it here:http://www.questsoftware.de/powershell/activeroles-server.aspx Install it! Now we need to add the snapin.To find out the name we just write (Get-PSSnapin –Registered).name And then we add it by … Continue reading

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

Move users the GUI way

I got an Excel sheet with Users thatI should move from OUs to an inactive OU. I’m not a fan of manual work and I like to make toolsfor others. So I made a Move Users tool. The script populates … Continue reading

Posted in PowerShell | Tagged , , , , | 1 Comment

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 Functions, 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 GUI, PowerShell | Tagged , , | 1 Comment

Create Lab AD – Updated version

I created a Create Lab AD script a while back.The script is now updated with some fixes. The script got error messages sometimes, but created usersanyway. With wrong samaccountnames, but created users I looked at the text files with names … Continue reading

Posted in PowerShell, Projects | Tagged , , , | 7 Comments

How to find your computers serial number/tag in 2 sec

You need your serial number/tag often when you want drivers or other support from your computer manufacturer.. To avoid crawling on the floor and look behind the computer you can use a PowerShell oneliner. gwmi win32_bios SMBIOSBIOSVersion : 7UET89WW (3.19 … Continue reading

Posted in Bios, PowerShell | Tagged | 3 Comments