Monthly Archives: December 2009

WLW Ping Servers and PowerShell

This is a article about Windows Live Writer, Ping Servers and PowerShell. I use Windows Live Writer for my blogging and I have a lot of ping servers in my list of Ping Servers.   What is Ping Servers? Ping … Continue reading

Posted in PowerShell Blogs | Tagged , , | Leave a comment

Shutdown-Computer

I have made a function for my friend Anders Bengtsson that will do a Shutdown, Reboot or Log Off. The function uses Win32Shutdown in the WMI object Win32_Operatingsystem.   Example: Shutdown-Computer mysrv01 ‘Log Off’ or Shutdown-Computer mysrv01 ‘Log Off’ other … Continue reading

Posted in PowerShell Blogs | Tagged , , | Leave a comment

Get-Features

This function will show the features on your Windows 7 computer or on your Windows Server 2008 R2 server. By default you will se all features, installed and available for installation. With the option installed you will only see installed … Continue reading

Posted in PowerShell Blogs | Tagged , | Leave a comment

Updated functions

I have been away from my computer for a couple of days. And I have been thinking about my code and now are these functions updated. Clean-Temp I have tweaked the code. No need for the same code twice And … Continue reading

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

PowerShell 2.0 SDK

Microsoft released the PowerShell 2.0 SDK Yesterday. You will find It here.   Technorati Tags: SDK,PowerShell 2.0

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

God Jul/Merry Christmas

Me (Fredrik “Dalle” Wall) and DXter (Fredrik “DXter” Jonsson) wants to wishes all of our friends, families, readers and all of the rest a Merry Christmas and a happy new year!   We will both be away for a couple … Continue reading

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

I uploaded my first script to Script Center

I uploaded my first script to Microsoft’s Script Center. http://gallery.technet.microsoft.com/ScriptCenter/en-us/c5158ed5-5b82-4243-9654-9106f7ca6663 It was my Get-DotNetInfo function. I like the repository and that you can add comments. Please rate my function and write a comment. Good or bad! Technorati Tags: PowerShell,Function,Script Center

Posted in PowerShell Blogs | Tagged , , | 1 Comment

The story continues

Hi, I sat down thinking a little bit today. And then It strikes me that the Lab AD was not finished and that It was not done by best practice. So I will do the structure from this document from … Continue reading

Posted in PowerShell Blogs | Tagged , | 4 Comments

Lab AD with 5000 users

The script is not 100% finished as It is posted now in pieces. I will be adding some check for existing users etc. BUT I did test it last night with 5000 accounts and It did well. Okay, I got … Continue reading

Posted in PowerShell Blogs | Tagged , , | Leave a comment

Create Lab AD – Part 6

How to create and set user information. It’s time to create and set our user information. The information we want for this setup is: First name Last name Display name Description Telephone number E-Mail Web page User principal name SAMAccount … Continue reading

Posted in PowerShell Blogs | Tagged , , | 4 Comments