• GPO

    GPO – Event ID 1085

    Event ID 1085 Check-in ADSIedit.msc and clear the Gpc for machine and user from the respective GPO. After refering lots of articles and lots of research, it was just a small problem. I have opened ADSIEDIT.msc and done as below. 1- Expand the first folder (domain)2- And the next one go to CN=SYSTEM expand it3- Go to CN=Policies expand it4- Right click each folder of the policies click properties and search for gPCFileSysPath press edit and add the server name before the domain name done it for the remaining policies folders. For example as \\DCName.DomainName.local\sysvol\DomainName.local\Policies\{31B2F340-016D-11D2-945F-00C04FB984F9} And i logged off and logged in on one of the member server and found…

  • BASIC

    Determine which .NET Framework versions are installed

    We can find the installed dot net version from registry or using power shell script, refer below detail. Registry path: Find .NET Framework versions 4.5 and later in the registryFrom the Start menu, choose Run, enter regedit, and then select OK.You must have administrative credentials to run regedit.In the Registry Editor, open the following subkey: HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\NET Framework Setup\NDP\v4\Full. If the Full subkey isn't present, then you don't have the .NET Framework 4.5 or later installed. NoteThe NET Framework Setup folder in the registry does not begin with a period.Check for a DWORD entry named Release. If it exists, then you have .NET Framework 4.5 or later versions installed. Its value is a release key that corresponds to a particular version of the .NET Framework.…

  • AD

    AD – Replicate single Objects between the Domain Controllers

    Complete command: C:\Repadmin /replsingleobj SourceDC DestinationDC ObjectDN Object Distinguish Name follows the LDAP DN rules. Example is User Name JamesBovik created in HR OU of Corp.Customer.com Domain will be DN: CN=JamesBovik,OU=HR,DC=Corp,DC=Customer,DC=com.Note if the DN has any spaces in it, please include usual quotes.Example with the syntax:repadmin /replsingleobj DC1.corp.customer.com DC2.pugazh.in CN=Jame,OU=HR,DC=Corp,DC=Customer,DC=com.

  • DNS

    DNS – Troubleshooting SRV Record Registration

    Troubleshooting SRV Record Registration Verify that the DC is trying to register the correct records. To do this, stop the “Netlogon” service on the DC and then delete the “Netlogon.dnb” and “Netlogon.dns” files located in the %systemroot%\System32\Config folder. Then start the netlogon service. Verify that the “Netlogon.dns” file contains the correct SRV records & verify that these records have been updated in DNS.  If the records did not update correctly, examine the system event log for errors. In particular, look for events with event IDs 5774, 5775 & 5781. Each of these event IDs indicates a problem with the SRV record registration.

  • AD

    Active Directory Replication Error 8606: “Insufficient attributes were given to create an object”

    This article describes the symptoms and cause of an issue in which Active Directory replication is unsuccessful and generates error 8606: “Insufficient attributes were given to create an object. This object may not exist because it may have been deleted.” This article also describes a resolution for this issue. Symptoms Symptom 1 The DCDIAG reports that the Active Directory Replications test failed with error 8606: “Insufficient attributes were given to create an object.”Starting test: Replications[Replications Check, <Destination DC>] A recent replication attempt failed:From <source DC> to <destination DC>Naming Context: <directory partition DN path>The replication generated an error (8606): Insufficient attributes were given to create an object. This object may not exist…

  • RDP

    rdp

    Error message when a remote user tries to connect to a resource on a Windows Server 2008-based computer through TS Gateway by using the FQDN of the resource: “Remote Desktop Disconnected” Symptoms Consider the following scenario. You use the Terminal Services Gateway (TS Gateway) role service of Windows Server 2008 to allow authorized remote users to connect to resources on your internal corporate network or on your private network. Additionally, you use the Active Directory security groups to control user rights on the resources. In this scenario, when a remote user tries to connect to a resource through TS Gateway from an external client computer by using the fully qualified…

  • RDP

    Troubleshooting Specific Remote Desktop Problems

    Troubleshooting Specific problems What problem are you having? I cannot copy text from an application on the terminal server to another application that is on my local computer. I minimized the Remote Desktop Connection dialog box, and then my screen went blank. The screen saver on my Remote Desktop is blank. I’m supposed to be able to connect to a specific application when I log on to the remote computer, but it doesn’t start. Remote Desktop Connection is very slow. I cannot copy text from an application on the terminal server to another application that is on my local computer. Cause:  It is possible that Remote Desktop Connection was not installed…