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
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
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
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
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
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