If you ever (god forbid) have to support Microsoft Virtual Server 2005 then this is the tool to use;
It is by far better than the native tools/website.
If you ever (god forbid) have to support Microsoft Virtual Server 2005 then this is the tool to use;
It is by far better than the native tools/website.
By default new computers are created in the “Computers” OU in AD, however sometimes it would be smart to have them created in another OU. The not so nice thing about the “Computers” OU is that you can not force GPO settings onto it, thus creating your own OU eg. “Domain Computers” and forcing new computers to be created here will allow you to force GPO settings onto new computers right from the start.
Another option is to change the Sysprep.inf settings to include the OU where the computers will be added, but this will only affect computers added via sysprep.
Example (sysprep.inf lines);
[Identification]
JoinDomain=Corp
MachineObjectOU=”OU=Workstations,OU=GEB,DC=corp,DC=inet”
You could also use the NETDOM command from the Support Tools to add workstations to the domain, the NETDOM command also allow for adding the OU in which to create the computer object, but this has the similar problems as sysprep.inf it will not FORCE every new computer to be added in a specific OU.
Here is how to make the change via the redircmp command;
(from http://support.microsoft.com/kb/324949);
Redirecting CN=Computers to an administrator-specified organizational unit
Redircmp.exe is installed in the %Systemroot%\System32 folder on Windows Server 2003-based or newer computers. For example, to change the default location for a computer that is created with earlier-version APIs such as Net User to the OU=mycomputers container in the CONTOSO.COM domain, use the following syntax:
Note When Redircmp.exe is run to redirect the CN=Computers container to an organizational unit that is specified by an administrator, the CN=Computers container will no longer be a protected object. This means that the Computers container can now be moved, deleted, or renamed. If you use ADSIEDIT to view attributes on the CN=Computers container, you will see that the systemflags attribute was changed from -1946157056 to 0. This is by design.
If you are as set in your ways as I, and if you are forced to use Windows XP in your workplace then you may just hate the Windows Desktop Search as much as I, in my experience it simply does not work properly.
Well you can return to the good old “Search Companion” quite easily, simply run this command;
regsvr32 /u "%programfiles%\Windows Desktop Search\wdsShell.dll"
And before you get too worked up then let me calm you down, in my case this also killed the annoying Fido dog that usually pops up – in other words it’s a win – win situation 🙂
People are strange, but hey it’s their dime 🙂 It’s not my taste in smoothie though 🙂
Now also available for Facebook users 🙂
For those of you that have ever tried finding anything on HP’s homepage you know that it can be virtually impossible 🙁 thus I am often struggling to find the download link for “HP ProLiant Support Pack for Microsoft Windows Server 2003”, well no more my friends 🙂 here is the link to use 🙂
And as a bonuslink, here is how to install it on a “Server Core” (the one without the Win GUI)..
I had to upgrade a server today from Win 2003 to Win 2003 R2, this should be a simple task however as with much IT this proved a no go 🙁
————————— Windows Server 2003 R2 Setup Wizard ————————— Setup cannot continue because this product disc is incompatible with the service pack installed on this computer. To complete the installation of Windows Server 2003 R2, you will need to insert the latest version of Windows Server 2003 R2 Disc 2. ————————— OK —————————
A quick google search however led me to;
http://blog.stealthpuppy.com/windows/windows-2003-r2-and-integrated-service-pack-2
where it was explained that a Windows 2003 Slipstreamed SP2 installation could cause problems with subsequent R2 installation, the solution is simple just modify the file “R2INTL.INF” in the \CMPNENTS\R2 directory like this;
change;
R2SPLevel = 1
to:
R2SPLevel = 2
and the installation will work without a problem. Easy as pie (when you know what to do that is ;-))…
Long ago I wrote about www.jingproject.com (a free and cool screen capture software), but recently I was made aware of a “competitive” product called PicPick which is equally free and cool.
Compared the two products offer some advantages over each other;
Jing: Upload directly to screencast, video capture possibility and also a layered approach (when adding text and arrows onto captures).
PicPick: Lots of different capture modes (eg. freehand) and a build-in graphics editor in which you will work with your capture (ala Paint from windows).
Both:Hotkey support (pipick even separate hotkeys for the different capture modes), option to add both text and arrows to the capture to underline your point.
Which is better is hard to say – I guess it depends on what kind of captures you do the most.. A merge of the two products would be ever so cool 🙂
I think PicPick offer some great options when talking capture modes and also the build in editor is nice, it is however annoying that the editing is not layered (if you add an arrow it is added into the graphics and cant thus be changed later as opposed to Jing). Maybe you will just have to have both 😉
Get PicPick free here; http://www.picpick.org/home
Get Jing free here; www.jingproject.com
Adobe is making the next version of their “Content Aware Fill” feature in Photoshop even more intelligent, this will allow you to edit out even complex structures from pictures and this without advanced knowledge of photo editing.
See the video for a demonstration, it is quite amazing.
Are you just dying to own a licence plate with your own name on it? Sure you could buy this at the motor vehicle office at a rediculous price, but now there is a cheaper alternative 🙂
http://www.showplate.se/butik/index.php?cPath=26&osCsid=2c0b95f4d767d1a0020f02f709c539e0
Will make your own plate for 200-275 SEK (as opposed to approx 6.000 DKK at the motor vehicle office)
But beware, should you choose to use it for other than novelty use (eg. actually place it on your car) you could be in for a heavy fine 🙁 cops never had a sense of humor 😉
If you ever find yourself scripting then this command must be added to your inventory;
NirCmd http://www.nirsoft.net/utils/nircmd.html
It is a free dos util (about 30 kb) that will allow you to script a ton of different things, like;
Read/write from registry, dial ras, take screen shots, stop/start/restart/pause services, change displaymode, create shortcuts, set volume for the speaker, restart/shutdown windows (both remote and local) – and as if this was not enough you can even batch many of the commands eg. create a list/file with computer names that a command need executing on and then just point to this list/file.
Very powerful and easy to use.
