Monthly Archives: December 2010

Merry Christmas

Merry Christmas from us at poweradmin.se to all of our readers. This year we will not have any giveaways for Christmas. But we will do lots of stuff for you in January There will come a past and future blog … Continue reading

Posted in Uncategorized | Tagged , | 1 Comment

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

Posted in PowerShell Blogs | Tagged , | 2 Comments

VirtualBox 3.2.12

New version of Oracle VirtualBox have been released. The new version is 3.2.12. Get it at http://www.virtualbox.org

Posted in Uncategorized | Tagged | 2 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