Browse by Tags

Tagged Content List
  • Wiki Page: NLTEST to test the trust relationship between a workstation and domain

    Table of Contents 1.NLTEST can be used to show this trust relationship. 2.To determine the domain controllers in the CONTOSO domain: 3.To determine the domain controllers in the CONTOSO domain: 4.Below are the secure channels between each domain controller in CONTOSO and a DC in the MICROSOFT domain...
  • Wiki Page: DNSCMD

    Table of Contents Set forwarders Disable forwarders Add conditional forwader To see a complete list of zones on your DNS server To set the current time on a time stamp to resource records To display a list of autocreated zones that are also reverse lookup zones on the DNS server To export the resource...
  • Wiki Page: Dcdiag for DNS test: What are the "Auth", "Basc", "Forw", "Del", "Dyn", "RReg", "Ext"?

    Table of Contents 1.dcdiag /test:dns 2. Below output seems ok 3. H ere is some problem with the below output 4.Now what are the "Auth" "Basc"" Forw" "Del" "Dyn" "RReg" "Ext"? 5. Forw 6. RReg 7. Dyn 8.Ext 9. Use /E switch for testing...
  • Wiki Page: DNS Server Event IDs

    DNS Server Event IDs DNS Server Active Directory Integration Event ID 4000 Event ID 4001 Event ID 4002 Event ID 4003 Event ID 4004 Event ID 4006 Event ID 4007 Event ID 4010 Event ID 4011 Event ID 4012 Event ID 4013 Event ID 4014 Event ID 4015 Event ID 4016...
  • Wiki Page: Troubleshooting SRV Record Registration

    Troubleshooting SRV Record Registration 1. 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" & "Netlogon.dns" fiies located in the %systemroot%\System32\Config folder...
  • Wiki Page: LDAPs(636) and MSFT-GC-SSL(3269) Service

    Table of Contents PortQry output after promoting a DC for SSL ports LDP.EXE output after connecting the SSL ports. NETMON capture for SSL Ports Network capture without netmon Cert server into a domain controller is not recommended. Publish a cert Template certutil -v -template LDAPSSL Find the Template...
  • Wiki Page: Converting DNS "A" Record From Lowercase to Uppercase

    Introduction I have seen a weird problem in DNS last week. One of my colleagues was asking a host (A) record in all uppercase. I am not sure why that is required because Microsoft DNS is not case sensitive. The colleague told that is required for SAP but I don't have the clear idea about...
  • Wiki Page: AD Integrated Conditional Forwarder

    Normally if we put the forwarder from DNSMGMT.MSC, those are static forwarder. Those are not replicated to all DCs and there is no any GUI option in 2003 for creating the AD integrated forwarder. How to create AD integrated forwarder on Windows 2003? http://msmvps.com/blogs/ulfbsimonweidner...
  • Wiki Page: DNS Design-DNS Zones for per Organization Units

    Table of Contents 1. Add the "Primary DNS Suffix 2. Need to allow an attribute(Write dNSHostName); please find the below link for that. You can modify that attribute Domain/OU level 3.Now the time for the delegation for Regional Administrators who will be managed their own DNS Zone Suppose...
  • Wiki Page: How to Find from which Server a GPO Created

    If you didn't change the domain controller it will automatically point to PDC in all GPMC by default. But in case if you are using Different servers for GPMC and created by different Admins and you want to find from where and which server the GPO created use the below command. repadmin...
  • Wiki Page: Active Directory: Get-ADUser Default and Extended Properties

    The concept of default and extended properties available with the PowerShell Active Directory cmdlets are defined in Active Directory: PowerShell AD Module Properties . The PowerShell Get-ADUser cmdlet supports the default and extended properties in the following table. Many can be assigned values...
  • Wiki Page: Active Directory: Get-ADComputer Default and Extended Properties

    The concept of default and extended properties available with the PowerShell Active Directory cmdlets are defined in Active Directory: PowerShell AD Module Properties . The PowerShell Get-ADComputer cmdlet supports the default and extended properties in the following table. Many can be assigned...
  • Wiki Page: Active Directory: Get-ADOrganizationalUnit Default and Extended Properties

    The concept of default and extended properties available with the PowerShell Active Directory cmdlets are defined in Active Directory: PowerShell AD Module Properties . The PowerShell Get-ADOrganizationUnit cmdlet supports the default and extended properties in the following table. Many can be assigned...
  • Wiki Page: Active Directory: Get-ADGroup Default and Extended Properties

    The concept of default and extended properties available with the PowerShell Active Directory cmdlets are defined in Active Directory: PowerShell AD Module Properties . The PowerShell Get-ADGroup cmdlet supports the default and extended properties in the following table. Many can be assigned values...
  • Wiki Page: Active Directory: Get-ADObject Default and Extended Properties

    The concept of default and extended properties available with the PowerShell Active Directory cmdlets are defined in Active Directory: PowerShell AD Module Properties . The PowerShell Get-ADObject cmdlet supports the default and extended properties in the following table. Many can be assigned values...
  • Wiki Page: Active Directory: LDAP Syntax Filters

    LDAP Syntax filters can be used in many situations to query Active Directory. They can be used in VBScript and PowerShell scripts. Many utilities, like adfind and dsquery *, accept LDAP filters. Many PowerShell Active Directory module cmdlets, like Get-ADUser, Get-ADGroup, Get-ADComputer, and Get-ADObject...
  • Wiki Page: LDIFDE Import OU Structure Cross Domain

    LDIFDE is one of the powerful tool used to perform various tasks on Active directory management. One of the functionality is to export the OU structure from a Domain Controller and import the OU structure to another Domain in different forest. This article would only emphasize on exporting the OU structure...
  • Wiki Page: Guía paso a paso para configurar el controlador de dominio de Windows Server 2012 (es-ES)

    Tabla de Contenidos Resumen INSTALACIÓN DE AD DS PAPEL PROMOCIÓN 2012 DE WINDOWS SERVER A CONTROLADOR DE DOMINIO Resumen En Windows Server 2012, ha quedado obsoleto dcpromo . Con el fin de hacer que el servidor de windows controlador de dominio...
  • Wiki Page: Active Directory: Использование LDAP-фильтров (ru-RU)

    LDAP-фильтры используются для получения данных из Active Directory, например, в сценариях на PowerShell и VBScript. LDAP-фильтры используются в командах adfind и dsquery. Командлеты PowerShell Get-ADUser, Get-ADGroup, Get-ADComputer и Get-ADObject используют LDAP-фильтры, если указать...
  • Wiki Page: Configuring MaxConcurrentAPI for NTLM Pass-Through Authentication

    This troubleshooting topic for the IT professional describes how to configure MaxConcurrentAPI to remediate Net Logon service authentication bottlenecks beginning with Windows Server 2003. Introduction This topic presents the following concepts for the Net Logon service and NTLM pass-through...
  • Wiki Page: Migrating Active Directory Domain Controller from Windows Server 2003 to Windows Server 2008

    Most people are running their Active Directory Domains now on Windows Server 2003 or Windows Server 2003 R2, and want to upgrade their domain controllers to Windows Server 2008 to benefit from the new features that Windows 2008 AD offers. In a previous article, I have shown you how to perform an In...
  • Wiki Page: PowerShell : DC PROMO Windows Server 2012

    #################################################################################################### # # Unattend_DCPROMO.ps1 # # v.01 The 26 November 2012 by Kévin KISOKA - Personal Website : http://www.it-deployment.fr # # Usage : # - Modules Work Only with Powershell 3.0 / .NET 4.0...
  • Wiki Page: Windows Server 2012 Active Directory İçerisinde Kullanıcı Taşıma İşlemleri (tr-TR)

    Merhabalar. Bu makalemizde, Windows Server 2012 Active Directory Domain yapısı içerisinde kullanıcı taşıma işlemlerinden bahsediyor olacağız. Bundan bir önceki makalemizde, yine Windows Server 2012 işletim sistemi üzerinde kullanıcı oluşturma işlemlerinden bahsetmiştik. Konu ile ilgili makaleyi incelemek...
  • Wiki Page: Como Reverter ou Diminuir os Níveis Funcionais da Floresta e Domínio do Active Directory no Windows Server 2008 R2 (pt-BR)

    Esse artigo foi originalmente escrito em: http://social.technet.microsoft.com/wiki/contents/articles/850.how-to-revert-back-or-lower-the-active-directory-forest-and-domain-functional-levels-in-windows-server-2008-r2-en-us.aspx Table of Contents Visão Geral Antes de Rebaixar o Nível Funcional da...
  • Wiki Page: Integrating Active Directory with Linux / UNIX

    Applies to Windows 2000, Windows Server 2003, Windows Server 2008, and Windows Server R2 Microsoft's Services for Unix Microsoft's attempt to integrate with Unix and Linux is available through Services for Unix (SFU). Starting in Windows Server 2008, SFU has been built into the operating...
Page 2 of 6 (145 items) 12345»
Can't find it? Write it!