Posts tagged Microsoft Vista

audit account logon events

audit account logon events

This is a video about auditing account logon events. It records successful and failed account log on events to a Microsoft Windows server 2008 domain. In an Active Directory environment, these events will be recorded to the domain controllers event viewer and must be viewed there. This feature is available on Server 2008, 2003, and 2000. You may also enact these policies on Windows 2000, XP, Vista, or 7, if they are a member of the domain. If they are not members of a domain, you may record them locally, but remember they must be viewed locally.

control passwords in group policy

control passwords in group policy

This is a short video about how to create password policies in a Server 2008 Active Directory domain. The policies are already configured, but this shows how to modify them. You can also use similar methods in Microsoft Windows Server 2003 and 2000 Server. Similar settings are also available in local group policy in an Microsoft Management Console (MMC). You can set these policies locally on Microsoft Windows 7, Vista, XP, or 2000.

The policies are located at…
Computer Configuration / Policies / Windows Settings / Security Settings / Account Policies / Password Policy

The six settings are…
Enforce Password History
Maximum password age
Minimum password age
Minimum password length
Password must meet complexity requirements
Store passwords using reversible encryption

Check Disk (chkdsk)

Check Disk (chkdsk)

This is a video about how to run a chkdsk (check disk) on your windows OS. CheckDisk will repair and try to recover a dirty file system. Most of the time that I use this is when I see a Blue Screen of Death (BSOD) with a 0×0000007B stop code. This means that the file system is corrupt and you should run a CHKDSK /R on your operating system. Also, I’ve various people tell me that they need to do this as their file systems become too fragmented. I demonstrate the methods available on Microsoft Windows 2000 XP Vista & Server 2003 and 2008. This is a very important part of disk maintenance. If windos is too corrupt to boot these may also be run from Startup Repair/Recovery Console. The commands I run are…

chkdsk /f e:
chkdsk /r e:
chkdsk /r c:
chkdsk /r d: