Jump to content

Recommended Posts

Posted

Hello everyone!!

 

So due to it coming up to the school holidays i have been thinking, laptop/workstations that dont contact the DC or are turned on in a long period of time (1-2 months) seem to drop off the domain and no one can log back onto them until they are re-added to the domain. now i believe this has something to do with the trust relationship between the computer and DC breaks down or something similar (i could be wrong).

 

so my question is, can i turn these computers off for 2 months then log on with an AD account when i first turn them on without removing and re-adding to the domain. Can i extend the trust relationship or something like that???

 

:confused:

 

Uffy2000

Posted

If you create the following GPP regedit, this will stop workstations reporting Trust Relationship messages -

 

Hive: HKEY_LOCAL_MACHINE
Key Path: SYSTEM\CurrentControlSet\Services\Netlogon\Parameters
Value name: DisablePasswordChange
Value type: REG_DWORD
Value data: 1 (Hex)

 

I generally only have the problem on wireless rather than wired devices, but you can apply this to both.

 

In theory even if you leave machines off for two months or more, it should still work.

  • Thanks 1
Posted

Muchly Appreciated, ill give this a go!

 

The previous technician did not add laptops/netbooks to the domain because he kept having to re-add them after the holidays. I knew there was a way to stop or at least postpone this, now i have to add all the netbooks and teacher laptops to the domain after i have added this gem!

 

Thanks again for the input!

 

Uffy2000

Posted
Woah, why are they dropping off in the first place?

 

The computer password has changed but the domain controllers machine password database hasnt updated. The trust relationship is then broken.

 

The link i posted explains it all. It isn't uncommon I dont think.

 

:)

Posted

Once again this can often be traced back to DNS/RDNS issues.

Machines that have lingering and obsolete records in DNS will have trouble initiating the secure channel between the host and DC often laptops with netbios names appearing in RDNS zone with multiple IP addresses.

 

Laptop-001 was once 192.168.1.12 this has not been seen for 2 months, another device has used the IP since but the RDNS record has not been cleaned up. Laptop-001 suddenly reappears as 192.168.1.99 and there are now two or more entries in the RDNS zone or another device is assumed to be Laptop-001.

 

The machine password change will fail if there are resolution issues, the act of deleting the machine account and rejoining the domain also tend to force DNS registration and updates so this appears to have fixed the problem when in fact it was a DNS issue all along.

 

99% of AD issues stem from DNS related problems. If there is one part of windows networking that requires almost OCD like attention its DNS keep it clean tidy and up to date many of these type of issues never occur.

  • Thanks 1
Posted
Once again this can often be traced back to DNS/RDNS issues.

Machines that have lingering and obsolete records in DNS will have trouble initiating the secure channel between the host and DC often laptops with netbios names appearing in RDNS zone with multiple IP addresses.

 

Laptop-001 was once 192.168.1.12 this has not been seen for 2 months, another device has used the IP since but the RDNS record has not been cleaned up. Laptop-001 suddenly reappears as 192.168.1.99 and there are now two or more entries in the RDNS zone or another device is assumed to be Laptop-001.

 

The machine password change will fail if there are resolution issues, the act of deleting the machine account and rejoining the domain also tend to force DNS registration and updates so this appears to have fixed the problem when in fact it was a DNS issue all along.

 

99% of AD issues stem from DNS related problems. If there is one part of windows networking that requires almost OCD like attention its DNS keep it clean tidy and up to date many of these type of issues never occur.

 

Hi,

 

The URL I posted from Microsoft on this issue does not mention anything about DNS.....

 

*shrug*

 

:)

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now



×
×
  • Create New...