Dalle on Twitter
Posts by
-
Top Posts & Pages
- Three ways to kill and avoid KB976002 (The Microsoft Browser Choice Screen)
- SSLScan – A SSL-scanner for Windows
- Backup and restore for Active Directory Certificate Services
- The wizard in signtool.exe – digital signing for dummies…
- How to distribute root certificates as exe files
- Revealing your WLAN password using netsh and PowerShell
- How to list all XP computers
- How to get MAC Addresses from remote computers
- How to issue EV SSL certificates from an Enterprise CA
Tag Cloud
.net Active Directory AD Add-Computer bios Blog certutil Christmas Clean-Temp Cool DD-WRT Deployment DXter facebook function Gadgets Geek Gemalto gui How-To Internet Explorer 8 LabCenter MDT 2010 Microsoft Modules News New stuff Office 2010 PKI PKI Toolbox PowerGUI Power Shell PowerShell PowerShell Blogs Screencast Second Wednesday security TechDays Twitter windows Windows 7 Windows 8 Windows Server 2008 R2 WinSec WMIDeployment
PowerShell
Security
Archives
- May 2013
- 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
Monthly Archives: January 2011
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
News for poweradmin.se
We have done some changes to the blog as some of you have notice. We have done: Changed service provider.From Surftown to Loopia. Two main reason for that.The lack of speed at Surftown and the needof DNSSEC. Changed theme.To a … Continue reading
Using Task Sequence as display name during LTI in MDT 2010
For some time now, I have had the _SMSTSORGNAME variable in CustomSettings.ini set to “DXter’s Deployment Solution” as a display name during deployments in my home environments. However, since I do a lot of installations in my home environments, sometimes … Continue reading
Posted in Deployment
Tagged Deployment, DXter, MDT 2010, Microsoft Deployment Toolkit
Leave a comment
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
Automated certificate management in ADFS using PowerShell
Now don’t get me wrong, I absolutely love ADFS. I think is a great way to enable single sign on and federated login on a per application basis using existing identities in your infrastructure. However, the only thing I don’t … Continue reading
Create graphical programs with PowerShell– from 2010
I wrote an article last year about Create graphical programs with PowerShell. In a couple of weeks I will publish a new article in my series about create GUI stuff with PowerShell. Have you missed the first one? It can … Continue reading
Posted in News
3 Comments