Dalle on Twitter
Posts by
-
-
Recent Posts
Recent Comments
- Brian_Butler on PKI cleanup in AD with PS
- Poweradmse on PowerShell + Working with applications–custom view
- Fredrik Wall on PowerShell + Working with applications–custom view
- Andreas Brantholm on PowerShell + working with applications–Find Identifying Number
- Poweradmse on PowerShell + working with applications–Find Identifying Number
Archives
- September 2012
- August 2012
- June 2012
- March 2012
- 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
Category Archives: PowerShell Blogs
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
My PowerShell based certificate viewer
For some time now, I have been a little bit tired of certmgr.msc, the certificate management MMC-snap in. Not only by the fact that a user needs local administrator rights to be able to open it (because MMC itself needs … Continue reading
Get the name of a computer
This a very simple task (gwmi win32_computersystem).name or (gwmi win32_computersystem -ComputerName myComputer).name
Some cool PowerShell modules
As an administrator/consultant I’m always on the search for great administrative tools. I have find these cool modules on my last look at the script repository at Microsoft Script Center. WSUS Admin Module Administration for WSUS servers More information can … 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
New PowerGUI wallpaper
Get the new cool PowerGUI Wallpaper http://powergui.org/downloads.jspa or get one of the other from the PowerGUI people http://powergui.org/kbcategory.jspa?categoryID=393
Create graphical programs with PowerShell
I wrote an article for Microsoft TechNet Sweden about making Grapical Programs with PowerShell some time ago. Now I have made a translation to English and It is available here. Technorati Tags: PowerShell,PDF,Article
Automated boot image management in MDT 2010 and WDS using PowerShell
One of my favorite features in MDT 2010 is that everything you do in the GUI is executing a PowerShell command that is using the cmd-let’s that comes with the MDT 2010 PowerShell snapin. This gives excellent opportunities for … Continue reading
Posted in Deployment, PowerShell Blogs
Tagged Deployment, DXter, MDT 2010, Power Shell, PowerShell Blogs
Leave a comment
Skapa grafisk program med hjälp av PowerShell
Hej, det var ett tag sedan jag skrev något här. Dock har jag inte varit helt oproduktiv när det gäller skript och PowerShell. Min senaste artikel om PowerShell och att skapa grafiska program med hjälp av PowerShell ligger nu ute … Continue reading
PKI View is no longer a supported way for CA decommission
Thanks to my post http://poweradmin.se/blog/2010/05/08/pkiview-msc-doesnt-say-the-entire-truth and the great, open and quick communication between myself and Microsoft, PKI View is no longer a part of KB889250, which is the step by step guide for CA decommission. I really salute Microsoft for … Continue reading