From 87ea6d2ae481620b2ee2af157c863a8a5d3b6a7a Mon Sep 17 00:00:00 2001 From: Malin De Silva Date: Mon, 29 Apr 2019 00:45:05 +0530 Subject: [PATCH 1/4] specified difference between #3 and #4 examples --- .../activedirectory/Get-ADDomainController.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md b/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md index 94ce27a917..e61c7fe56a 100644 --- a/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md +++ b/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md @@ -86,7 +86,7 @@ Description ----------- -Get a global catalog in the current forest using Discovery. +Get a global catalog in the current forest using Discovery. Domain type name is used in this scenario. ### -------------------------- EXAMPLE 4 -------------------------- ``` @@ -97,7 +97,7 @@ Description ----------- -Get a global catalog in the current forest using Discovery. +Get a global catalog in the current forest using Discovery. Domain type id is used in this scenario. Possible values are 1 = PrimaryDC, 2 = GlobalCatalog, 3 = KDC, 4 = TimeService , 5 = ReliableTimeService or 6 = ADWS. ### -------------------------- EXAMPLE 5 -------------------------- ``` From 21cf11e4b9f2f50438b42803f32b3a23711803c6 Mon Sep 17 00:00:00 2001 From: Nicole Turner <39884432+nenonix@users.noreply.github.com> Date: Fri, 3 May 2019 00:44:52 +0530 Subject: [PATCH 2/4] Update docset/winserver2012-ps/activedirectory/Get-ADDomainController.md Co-Authored-By: Malind19 --- .../winserver2012-ps/activedirectory/Get-ADDomainController.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md b/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md index e61c7fe56a..ecd1bac216 100644 --- a/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md +++ b/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md @@ -97,7 +97,7 @@ Description ----------- -Get a global catalog in the current forest using Discovery. Domain type id is used in this scenario. Possible values are 1 = PrimaryDC, 2 = GlobalCatalog, 3 = KDC, 4 = TimeService , 5 = ReliableTimeService or 6 = ADWS. +Get a global catalog in the current forest using Discovery. Domain type id is used in this scenario. Possible values are 1 = PrimaryDC, 2 = GlobalCatalog, 3 = KDC, 4 = TimeService, 5 = ReliableTimeService or 6 = ADWS. ### -------------------------- EXAMPLE 5 -------------------------- ``` From eeb9a41735ac5f6a443d490a4251b3b7e3a6e55b Mon Sep 17 00:00:00 2001 From: Malin De Silva Date: Wed, 8 May 2019 11:18:13 +0530 Subject: [PATCH 3/4] removed possible values --- .../winserver2012-ps/activedirectory/Get-ADDomainController.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md b/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md index ecd1bac216..7fd6354bbb 100644 --- a/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md +++ b/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md @@ -97,7 +97,7 @@ Description ----------- -Get a global catalog in the current forest using Discovery. Domain type id is used in this scenario. Possible values are 1 = PrimaryDC, 2 = GlobalCatalog, 3 = KDC, 4 = TimeService, 5 = ReliableTimeService or 6 = ADWS. +Get a global catalog in the current forest using Discovery. Domain type id is used in this scenario. ### -------------------------- EXAMPLE 5 -------------------------- ``` From aebc149129e2d42868f780192ffe9c2f52a3eb85 Mon Sep 17 00:00:00 2001 From: Malin De Silva Date: Fri, 17 May 2019 01:00:17 +0530 Subject: [PATCH 4/4] formatting change for Example 3 --- .../activedirectory/Get-ADDomainController.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md b/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md index 7fd6354bbb..b0b9a11d8c 100644 --- a/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md +++ b/docset/winserver2012-ps/activedirectory/Get-ADDomainController.md @@ -84,10 +84,10 @@ C:\PS>Get-ADDomainController -Discover -Service "GlobalCatalog" Description ------------ - Get a global catalog in the current forest using Discovery. Domain type name is used in this scenario. +----------- + ### -------------------------- EXAMPLE 4 -------------------------- ``` C:\PS>Get-ADDomainController -Discover -Service 2