Personal IT Experiences

Personal IT Experiences header image 4

Entries Tagged as 'Active Directory'

Microsoft Group Policy Diagnostic Best Practice Analyzer (GPDBPA)

August 30th, 2007 · No Comments

The GPDBPA tool is a stand-alone program that an administrator can run
from a Windows Server 2003-based system or from a Windows XP-based
system. You can use the tool to do the following:


Perform
a proactive health check on the Group Policy environment to detect
common configuration errors that frequently generate support incidents.


Collect diagnostic information and initial data from an […]

[Read more →]

Tags: Active Directory · Windows

A New AD Domain Unjoin Utility

July 18th, 2007 · 1 Comment

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 […]

[Read more →]

Tags: Active Directory · Windows

Active Directory Explorer

July 11th, 2007 · No Comments

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 […]

[Read more →]

Tags: Group Policy · Active Directory · Windows

Retaining NTFS Permission When Moving User Folders To New Drive Share

July 2nd, 2007 · No Comments

Moving a large group of terminal server user home folders from one clustered hard drive share to another on a SAN. If you try to manually copy or “move” the home folders, the NTFS permissions on the new home folders are not retained and users are not able to access their directories on the new […]

[Read more →]

Tags: Terminal Services · Active Directory · Windows

Making Bulk Changes To Active Directory Users With ADModify.NET

July 2nd, 2007 · No Comments

This article provides a step-by-step guide to making bulk changes to users in Active Directory using the ADModify.NET tool.
Making bulk changes to Active Directory users with ADModify.NET

[Read more →]

Tags: Active Directory · Windows

ADModify.Net Support Tool Utility

July 2nd, 2007 · 1 Comment

Having difficulty locating the Admodify.net utility? Try the URL link below.
Admodify - Download

[Read more →]

Tags: Active Directory · Windows

When Was The GPO Last Refreshed?

June 20th, 2007 · No Comments

If you’re creating and troubleshooting the effects of group policies (GPO) on your computer, there is a command line utility you can download and install called GPTime.exe. It’s one simple executable that I unzipped and copied into the same folder as the Win2k3 Resource Kit tools. The resource kit folder is already included in the […]

[Read more →]

Tags: Group Policy · Active Directory · Windows

What Group Policies Have Been Applied?

June 20th, 2007 · No Comments

In Windows XP or Windows 2003, open an entire command window and type -> GPUpdate <enter>. All of the current policy settings affecting your computer (or server) and your account are displayed.
You can also see a history of the application of group policies by inspecting the registry.
To inspect the group policies applied to your local […]

[Read more →]

Tags: Weekend Warrior · Group Policy · Active Directory · Windows