Browse by Tags

Tagged Content List
  • Wiki Page: ADDS PowerShell (CMDLET, ADSI & .Net) to Expedite Your Tasks

    Table of Contents CMDLET ADSI PowerShell ADSI(Active Directory Services Interface) commands 2. How to find the Group members for a Group. 3. Listing an OU Contents 4. Finding FSMO using .Net Namespace "System.DirectoryServices" 5. Finding All attributes & Properties How to get the Property...
  • Wiki Page: NIC Teaming-Windows Server 2012

    See the below snap for after creating the NIC Teaming Powershell command for getting the Team info. NIC Teaming in Windows Server 2012 http://www.windowsnetworking.com/articles_tutorials/NIC-Teaming-Windows-Server-2012.html NIC Teaming in Windows Server 2012 Brings Simple,...
  • Wiki Page: Windows Server Administration One Liners

    1. Quickly Turn ON/OFF Windows Firewall Using Command Line To Turn Off : NetSh Advfirewall set allprofiles state off To Turn On: NetSh Advfirewall set allrprofiles state on To check the status of Windows Firewall: Netsh Advfirewall show allprofiles Domain Profile Settings:...
  • Wiki Page: ADDS Audit

    Table of Contents Default policy settings after promoting the 2008 DC in a domain Default settings after promoting the 2008 DC in a domain (Using Auditpol for "DS Access" category) Default settings after promoting the 2008 DC in a domain (Using Auditpol for "*" category) Enabling...
  • Wiki Page: User Page: Biswajit

    Table of Contents 1. DNS 2. Group Policy Object 3. Domain Controller 4. PowerShell 5. ADDS & Windows 6. My Forums Treads 7. My Gallery Contributions 8. PKI See Also 1. DNS Nos. Description 1. Dns-design-dns-zones-for-per-organization-units 2. Dns-read-only...
  • 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: PowerShell Handy Commands

    These are very helpful commands for PowerShell Beginner, so keep them handy. How to find installed Modules? PS C:\> Get-Module How to find available modules? PS C:\> Get-Module -List How to import a Module? PS C:\> import-module activedirectory How to get help for...
  • Wiki Page: Active Directory: DSQUERY Commands

    DSQUERY Commands to query AD objects:- 1. How to find all members for a particular group dsget group "<DN of the group>" -members 1a. How to find all groups for a particular member (including nested groups) dsget user "<DN of the user>" -memberof -expand...
  • Wiki Page: Microsoft Outlook Safe-Sender List Through GPO

    Some time outlook safesender list is not updated. Please check that text file is accessible from the client machine. If still problem is there replace the safesender file with outlook safe sender text file (Export from outlook and replace in sysvol). Check the permission of that text file ( authenticated...
  • Wiki Page: Quest Powershell for Active Directory

    Guys, Believe me or not? If yes and you are a MS-Directory Professional try it. Benefits: 1. Where WAN connectivity is very slow you can work through command line. 2. Prevent accident deletion until you put exact deletion command. 3. You can automate you’re your AD environment. 4. Commands...
  • Wiki Page: Difference Between Forwarder and Stub Zone

    Both the zones are used for name resolution but when we are used stub and when we are used forwarder. I am trying to say as small as possible. Ex: We need a trust between domain A and domain B and am a system admin of domain A and in future any changes happen in domain B, we may not get those update...
  • Wiki Page: Active Directory Administration One Liners

    Table of Contents 1.DCDIAG 2. NSLOOKUP 3. Repadmin 4. W32TM 5. NLTEST 6. PortQuery 7.How to check the delegation 8. DNSlint 9.RUNAS 1.DCDIAG To deploy an additional domain controller: Dcdiag /test:dcpromo /DnsDomain:domain_name.com /ReplicaDC To deploy a child domain: Dcdiag /test...
  • Wiki Page: Security Filtering Using GPMC

    1. Security filtering using GPMC You have to install the GPMC for 2003 but in 2008 GPMC is available in any DC. Remove the Authenticated users and add a security group, find the screenshot for the same. See the below links for implemainting the Security filtering. You will get the...
  • Wiki Page: ADMT

    Table of Contents Blogged by Patris Blogged by Tom Blogged by Santhosh Blogged by me My Tread TechNet ADMT Platforms:- Blogged by Patris Interforest Migration with ADMT 3.2 - Part 1 Interforest Migration with ADMT 3.2 - Part 2 Interforest Migration with ADMT 3.2 - Part 3 Blogged...
  • Wiki Page: WMI Filter for Windows Operating Systems

    Windows Server 2012 DC select * from Win32_OperatingSystem where Version like "6.2%" and ProductType = "2" Windows Server 2012 select * from Win32_OperatingSystem where Version like "6.2%" and ProductType = "3" Windows 8 select * from Win32_OperatingSystem...
  • Wiki Page: Three Ways for Disabling Server Manager at Start-up for Windows 2012

    Table of Contents 1.Using Server Manager. 2.Using GPEDIT.MSC for local GPO 3. Using GPMC for GPO. 1.Using Server Manager. Go to Manage -> Server Manager Properties -> Do not start Server Manager automatically at logon. 2.Using GPEDIT.MSC for local GPO Computer Conf...
Page 1 of 1 (20 items)
Can't find it? Write it!