Which Domain Groups Have No Members?
Using the Active Directory command-line tools, I have scripted NoMembers.bat to display the distinguished name of all domain groups that have no members.
Using the Active Directory command-line tools, I have scripted NoMembers.bat to display the distinguished name of all domain groups that have no members.
When you receive a STOP error, Windows displays the STOP on a Blue screen, hence the name BSOD (Blue Screen Of Death).
The rules for logon names are:
On a user object, display name is normally the user’s first name followed by their last name, but it can be set to any string.
You may experience intermittent communication failure between computers that are running Windows XP, or Windows Server 2003, if the network adapter is configured to use checksum offloading and the Windows Firewall is turned on. To workaround this behavior, turn off checksum offloading on the network adapter: 1. Open a CMD.EXE window. 2. Type the following command and press… Read More »
If you want to prevent a user logon script from running on a specific Windows Server 2003 computer, like a Terminal Server, you can prevent the Userinit.exe process from running it, by altering the Userinit Value Name at HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows NT\CurrentVersion\Winlogon and by setting the UserInitLoginScript variable to null:
Although Windows Update and WSUS are both generally pretty simple to configure, you can sometimes gain a higher level of control over them by making a few minor modifications to the Windows registry. In this article, I will show you some registry keys that are associated with Windows Update. As I do, I will show you the various… Read More »
Active Directory (AD) is a directory service developed by Microsoft for Windows domain networks. It is included in most Windows Server operating systems as a set of processes and services.
Find and Replace text within file(s) Notice that munge looks for a complete string (delimited with spaces) – it won’t match part of a string. Syntax MUNGE ScriptFile [options] FilesToMunge… Key ScriptFile : A text file containing the strings to Find & Replace FilesToMunge : One or more files to be changed (may use wildcards) Editing options -q… Read More »
NTVDM stands for “NT Virtual DOS Machine”. WOW stands for “Windows on Windows”. They are both names for the same Win16 subsystem that runs under Windows NT, 2000, and XP.