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: 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
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
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
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
PowerShell 2.0 SDK
Microsoft released the PowerShell 2.0 SDK Yesterday. You will find It here. Technorati Tags: SDK,PowerShell 2.0
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
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
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
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
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