Using the Active Directory Modules included with Windows 7 + Windows 2008 R2 we can use powershell to identify computer accounts which are “stale” and have not changed their passwords in a specified amount of time. Define the Windows for “Stale” Example will check for 365 days old. Count the…
Using Views with BIND 9 Part 2
BIND 9 gives us the ability to run a split DNS configuration on a single server, in this article we will go over the configuration of slave servers which will transfer the zones from the master while still maintaining its views. Now before we go any further, if you do…
Using Views with BIND 9
In almost all organizations the network infrastructure needs to be designed in such a way as to allow both internal and external name resolution authoritatively. In most organizations this has been accomplished by having separate internal and external servers. Clearly this way is functional and simpler, however it is also…