Random header image... Refresh for more!

Archive for the ‘Windows 7’ Category

Joining a Windows 7 Client to a Domain through PowerShell

Icon Written by Niklas Goude on June 5, 2009 – 6:02 pm

Time to join a Windows 7 client to a domain. Now that the Test Domain is up and running ( Check Previous Posts ), we can start joining clients to the domain.

Since it’s a freshly installed Windows 7 client, we dont have to bother about userprofiles and so on.. we’ll save that for later [...]

Tags: ,

Write-StickyNote

Icon Written by Niklas Goude on June 5, 2009 – 5:30 pm

Here’s a fun script that uses the new “Sticky Notes” in WIndows 7.

The script is based on a simple function that uses the SendKeys() method through the Wscript.Shell COM object. This is a nice example on how you can handle COM objects through PowerShell.

I’ve also included an if statement that checks if StickyNotes is active. [...]

Tags: