Category Archives: News

Lots of new stuff

Microsoft have been working on lots of new stuff. And now It’s time to release it. Windows 8 will be available on……October 26th, 2012! Out in the market But It will RTM earlier: However, we have a number of programs … Continue reading

Posted in News | Tagged , , , , | 3 Comments

More Deployment and more PowerShell

I will blog more about Deployment and PowerShell from now on. This is my second week at Mindgrape. I will be working more with deployment solutions likeMDT 2010/2012, SCCM 2007/2012 and scripting with PowerShelland Windows Servers. Plus application packaging with … Continue reading

Posted in News | 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

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

Posted in News | Tagged , , | Leave a comment

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

Check owner of a computer

I did a function to check in a xml file for a owner of an computer. The xml file, owners.xml:   The function Function FindOwner { Param ($compName) [xml]$xmlFOFile = get-content "owners.xml" foreach ($itemFO in $xmlFOFile) { foreach ($comp in … Continue reading

Posted in News | 1 Comment

TPM Status tool v1.2

I wrote a TPM status tool for my friend DXter on Friday afternoon. It was a 15 min GUI tool written in PowerShell. He is Norway today and does a presentation on Bitlocker. And he wanted a graphical tool that … Continue reading

Posted in News | 2 Comments

Network Access Protection – How to do it, step by step…

One of my favorite Microsoft documents is “Demonstrate NAP 802.1X Enforcement in a Test Lab”. Many people usually ask me how NAP works and it is always nice to be able to give a document as a reference when you … Continue reading

Posted in News | Tagged , | Leave a comment

We rocked LabCenter yesterday…

Last night, me and my dear friend Jonas Ländin talked yesterday at Second Wednesday at LabCenter, Stockholm.   The topic for the evening was “Homebrew software in embedded devices” and I really had a blast during the show! We showed … Continue reading

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

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

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