Monthly Archives: March 2011

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