Archive

Archive for July, 2007

Active Directory Group Policy (GPO) Backup, Restore, Copy and Import

July 28th, 2007

Backing up a GPO copies the data in the GPO to the file system. The backup function also serves as the export capability for GPOs. A GPO backup can be used to restore the GPO to the backed-up state, or to import the settings in the backup to another GPO.

Using the Group Policy Management Console (GPMC) in a Windows Server 2003 Active Directory Environment

Windows

Obtain Microsoft Supported Hotfixes Without A Phone Call

July 27th, 2007

Need a “supported hotfix is available…” fix that isn’t generally available on the technet web site? Are you dreading having to call and navigate the Microsoft call prompter (or HP enterprise support) to obtain a supported hotfix? Submit a simple web form to Microsoft and receive a link to the download.

Spat’s WebLog (Steve Patrick) : Get a hotfix — without having to call MS…

Weekend Warrior, Windows

Prevent .DS_Store file creation on network volumes

July 22nd, 2007

Article explains how to prevent OS X from creating new .DS_Store files when opening folders on remote volumes mounted using SMB/CIFS, AFP, NFS, and WebDAV. The creation of .DS_Store files (and more so, ._AppleDouble files which are not covered in this hint) is frequently the source of complaints against Mac users, who often leave a trail of these files scattered throughout the file system when “visiting” a Windows computer. Even with this hint in place, the .DS_Store files will continue to be created on local Mac volumes (which is a good thing).

To prevent the creation of these files, open the Terminal and type:

defaults write com.apple.desktopservices DSDontWriteNetworkStores true

It may be necessary to log out and back in, or even to restart the computer (which is what the article states), for the change to take effect.

macosxhints.com – Prevent .DS_Store file creation on network volumes

Macintosh, Weekend Warrior

A New AD Domain Unjoin Utility

July 18th, 2007

It will unjoin a machine from a Windows domain and not even start to ask the domain for permission or even tell it it did so, zip, out of the domain, have a nice day. You will find that this will likely be faster than NETDOM for any unjoin ops. It allows you to specify connection creds and will also allow you to specify a reboot.

New Utility – Unjoin V1.1.0

Active Directory, Windows

Microsoft Solution Accelerators

July 16th, 2007
  • Prescriptive guidance and automation for cross-product integration
  • Proven tools and content so you can plan, build, deploy, and operate with confidence

Solution Accelerators

Windows

Shopping For New Vista PC Hardware?

July 16th, 2007

Solid “core” recommendations when shopping for new desktop PC hardware.

What I look for in a Vista PC | Ed Bott’s Windows Expertise |

Weekend Warrior, Windows

The Windows Vista Master Driver List

July 16th, 2007

Drivers for common hardware types in a single location.

The Vista Master Driver List | Ed Bott’s Windows Expertise |

Weekend Warrior, Windows

Join Two Text Files Together From A Command Prompt

July 13th, 2007

No third party utilities required.

Merge two file names ( may.csv and may1.csv ) into a new file called may2.csv, use the following from a command window:

copy/b may.csv +may1.csv may2.csv <Enter>

How do I merge or join files from the command line?

Weekend Warrior, Windows

Hardware Requirements for SQL Server 2005 Express

July 13th, 2007
  • Processor — A minimum of a 600-MHz processor is required and a 1-GHz processor is recommended.
  • RAM — A minimum of 256 MB of RAM is required and 512 MB of RAM is recommended.
  • Disk Space — A minimum of 170 MB of free disk space is required, with the Microsoft .NET Framework V2.0 as a prerequisite.

Upgrading MSDE 2000 to SQL Server 2005 Express

Citrix, Windows

Active Directory Explorer

July 11th, 2007

Active Directory Explorer AD Explorer is an advanced Active Directory AD viewer and editor. You can use AD Explorer to easily navigate an AD database, define favorite locations, view object properties and attributes without having to open dialog boxes, edit permissions, view an objects schema, and execute sophisticated searches that you can save and re-execute.

AD Explorer also includes the ability to save snapshots of an AD database for off-line viewing and comparisons. When you load a saved snapshot, you can navigate and explorer it as you would a live database. If you have two snapshots of an AD database you can use AD Explorers comparison functionality to see what objects, attributes and security permissions changed between them.

AD Explorer works on Windows 2000 and higher.

Active Directory Explorer v1.0

Active Directory, Group Policy, Windows