
NEW - PowerShell: CBT Nuggets
August 12, 2008
Internet TV FREE utility, much like RSS and Tivo
August 12, 2008I just discovered this FREE tool the other day. It’s kinda like Tivo and a RSS reader for Internet video. There’s some great techie stuff out there. Take a look, there’s over 4000 channel’s.
Download
http://www.getmiro.com/
Here’s a great Miro Channel
https://miroguide.com/channels/4832

5 Free PowerShell Tools
August 2, 2008I saw this online a little while ago, thought I would share.
http://www.networkworld.com/community/five-free-powershell-tools

How to add Quest AD tools to your native PowerShell
August 2, 2008Okay so I got the AD cmdlets working in the standard install of Powershell. I didn’t want to use the Quest PowerShell command line interface, that’s just me though. Also, it’ll be easier to run scheduled scripts through the native anyway.
The first thing you need to do is install Windows PowerShell. I’m using the new CTP 2.0 because of it’s remote capabilities and it comes with a nice GUI scripting interface as well which color codes everything.
You need to install .NET 2.0 and I think .NET 3.0 as well. I have both so it didn’t really matter. You also need to install WS-Management which you can get here.
Now download and install the AD Quest tools, these are FREE by the way. This also gives you another PowerShell command line window. Too many command line windows hence the reason for this blog post.
http://www.quest.com/powershell/activeroles-server.aspx
Now it’s time to create your PowerShell profiles. The first thing you want to do is open up the PowerShell command line editor and run the following
test-path $profile
This will tell you if you have a personal PowerShell profile. A profile runs when you launch PowerShell so you can customize.
So, lets’ create one, run this PowerShell line
new-item -path $profile -itemtype file -force
Now type
notepad $profile
This will open your personal PowerShell launch profile. This is where you can add the Quest AD tools to open with your native PowerShell. Add the following to the .ps1 file and save.
add-pssnapin quest.activeroles.admanagement
Now close out of PowerShell and open again, you should now have the Quest AD snap-ins in your PowerShell. To test, run
get-pssnapins
Now if you really want to get fancy and allow all your PowerShell tools to load these snappins you can remove the add-psssnapin from your profile above and add it to the systems profile. To do this open up PowerShell and run this line.
new-item -path $env:windir\System32\WindowsPowerShell\v1.0\profile.ps1 -itemtype file -force
This will create a system profile, this will launch for anyone and for any interface on that system. Now edit the newly created .ps1 file in the SYS32 location above with
add-pssnapin quest.activeroles.admanagement
You’re now good to go. These AD Quest tools are great, no more long WMI scripts with these. Enjoy!

Free PowerShell Commands for Active Directory
August 1, 2008Just stumbled upon this today. I need to write some stuff for AD and thought these might be a good place to start.

ESX 3i for Free
July 27, 2008Rumor has it that on Monday July 28th, VMware will release ESX 3i for free. This is a lightweight version of ESX without the RedHat components. Very cool indeed, especially for home and for labs.
http://www.virtualization.info/2008/07/vmware-to-release-esx-3i-for-free-next.html

Gmail Redesign
July 22, 2008This is cool. If you install this Firefox plugin your Gmail interface will change. Try it out, it looks very good. I got mine up and running today.

Adobe Reader not free in a corporate environment
July 9, 2008I just read this on Rod Trent’s blog this morning. I’m sure this is going to impact a lot of people. Anyone know the costs yet, maybe it’s free, but just needs a license? Thought I would try to spread the word a bit.
You did know didn’t you? Adobe Reader is not free to distribute in corporate environments.
While Adobe Reader may be free to install on a single PC, it is not free to distribute in an enterprise environment. See the following…
http://www.adobe.com/products/acrobat/acrrdistribute.html

Free Windows Vista book to be mailed
June 10, 2008
New! Windows PowerShell Owners Manual
June 10, 2008
Send your name to the moon!
June 6, 2008Only 3 weeks left to get your name to the moon. And it’s free.
About
http://news.cnet.com/8301-10784_3-9961370-7.html?part=rss&subj=news&tag=2547-1_3-0-20
Submit here
http://lro.jhuapl.edu/NameToMoon/index.php

Desktopfeedbag News
May 30, 2008For those of you using my old redirect URL, blog.simplenets.com, this will be going away soon. Simply use desktopfeedbag.com as your URL.

PowerShell Scriptomatic tool
May 30, 2008
Windows 2003 Server R2 MMC Snap-Ins for XP ???
May 29, 2008I wanted to be able to manage DFS using the newer R2 DFS Managment tools. This is not included in the adminpak.msi from what I could find. On the R2 media there is an admin folder with these such tools. Find the media and find your tools. Now I have the goodness running on my desktop rather than always having to remote into the server(s).

Microsoft Virtual PC 2007 update
May 19, 2008A new version of MS Virtual PC 2007 just came out in order to support the following.
Additonal Guest Operating System support:
Windows Vista® Ultimate Edition with Service Pack 1 (SP1)
Windows Vista® Business Edition with Service Pack 1 (SP1)
Windows Vista® Enterprise Edition with Service Pack 1 (SP1)
Windows Server® 2008 Standard
Windows XP Professional with Service Pack 3
Additional Host Operating System support:
Windows Vista® Ultimate Edition with Service Pack 1 (SP1)
Windows Vista® Business Edition with Service Pack 1 (SP1)
Windows Vista® Enterprise Edition with Service Pack 1 (SP1)
Windows XP Professional with Service Pack 3
Download available below:

Microsoft’s WorldWide Telescope
May 14, 2008You gotta check this out. It’s an application to look at images from a telescope.

Mouse pointer integration with Virtual PC 2007 and XP SP3
May 9, 2008I decided to install Windows XP Service Pack 3 in a Virtual PC 2007 session. Everything came up fine but the mouse point integration breaks with XP SP3. Mouse point integration is when you can simply drag your mouse from your host to guest and back out again without having to hit the ALT key. Anyone else seeing this?
I actually had to uninstall / reinstall the additions to get this working again. All is well again.

GUI Operating System Slipstreaming
May 9, 2008The new version of nLite came out in support of Windows XP Service Pack 3. This is an excellent tool to slipstream Service Packs, Hotfixes, drivers, etc. Give it a shot. I built my new XP SP3 bootable CD in about 10 minutes.