Monthly Archives: February 2010

Automatic Bios update with PowerShell

I currently working with clients in an environment without any system that will update computers Bios automatically. So I have started to write a PowerShell script for this. It uses Windows Forms for the output and WMI for the information … Continue reading

Posted in PowerShell Blogs | Tagged , , , | 12 Comments

Logged in user and Local Administrator

This is a function to determine if the current user is a member of the local administrator group. function LocalAdministrator { $strComputer = "." $computer = [ADSI]("WinNT://" + $strComputer + ",computer") $Group = $computer.psbase.children.find("Administrators") $members= $Group.psbase.invoke("Members") | %{$_.GetType() .InvokeMember("Name", ‘GetProperty’, … Continue reading

Posted in PowerShell Blogs | Tagged | 1 Comment

New Theme for iPhone

We added a special theme for iPhone tonight. This will make the page load faster and better in iPhone. Next step will be to do a new theme for the whole site. This will be later on.

Posted in News | 2 Comments

Google News x 2

Today there is two Google news. First out is Google Buzz It’s a social network thing like Facebook, Twitter etc on GMail. You can add friends and then “Buzz” about things. Much like Twitter. If you like you can add … Continue reading

Posted in News | Tagged , , , | 2 Comments

New PowerGUI desktop background

The PowerGUI people have done a new Desktop Background. So I switched right away. Before:   After: The new background is on the Winter Olympic theme. It can be found here.   Technorati Tags: PowerGUI,News,Desktop background

Posted in News | Tagged , , | 2 Comments

I’m a pc geek with a iPhone

I did buy me an iPhone last week. And now I have been using it a lot since I got it. Yes I’m a PC guy with a iPhone The applications that I use most after the the iPod application … Continue reading

Posted in Uncategorized | Tagged , , , | 2 Comments