Dalle on Twitter
Posts by
-
-
Recent Posts
Recent Comments
Archives
- January 2012
- December 2011
- November 2011
- September 2011
- August 2011
- July 2011
- June 2011
- May 2011
- April 2011
- March 2011
- February 2011
- January 2011
- December 2010
- November 2010
- October 2010
- August 2010
- July 2010
- June 2010
- May 2010
- April 2010
- March 2010
- February 2010
- January 2010
- December 2009
- November 2009
- October 2009
- September 2009
- August 2009
- July 2009
- June 2009
- May 2009
- April 2009
- March 2009
- February 2009
- June 2008
- April 2007
- June 2006
Categories
Deployment
PowerShell
Security
Tag Archives: Active Directory
Get-SNames
This is the updated version of my old LName function. I changed the name to Get-SNames instead of Get-LNames because ofthat I know that the correct name is not Last Name and It should be Surname instead. I use It … Continue reading
Get-FNames
Back in 2009 I wrote a Function that took peoples first names from a source in Sweden.It was top 1000 names here in Sweden. I use It in my create AD lab script and in a couple of other scripts … Continue reading
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
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
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
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
Some fun with the Public Key Services container and the ADCS wizard
Recently, I did an experiment of how well the ADCS wizard handles an administrator who “destroys” the Public Key Services container were ADCS and ADDS stores all PKI related information. I did many different tests and one of the was … Continue reading
CADCT – CA Decommission Tool
Have you ever wonder how to remove, uninstall or delete a specific CA from Active Directory in an easy way? Well, for some time now, I have been playing with a little PowerShell script I have created for easy decommission … Continue reading
certutil–dsdel does not clean up completely
I have noticed that some people have tried to do a CA decommission with the dsdel option in certutil. However, there is just a little, little problem with it: it does not remove everything! Now, what is wrong with … Continue reading
PKI cleanup in AD with PS
Yesterday I created this little script and I wanted to share it with you guys. Now that PKI View is removed from KB889250, some people has asked me how to remove all references to old PKI structures in Active Directory … Continue reading