You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docset/winserver2012r2-ps/activedirectory/Get-ADDomainController.md
+19-20Lines changed: 19 additions & 20 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@ You can get domain controllers by setting the **Identity**, **Filter** or **Disc
39
39
40
40
The **Identity** parameter specifies the domain controller to get.
41
41
You can identify a domain controller by its GUID, IPV4Address, global IPV6Address, or DNS host name.
42
-
You can also identify a domain controller by the name of the server object that represents the domain controller, the distinguished name of the NTDS settings object or the server object, the GUID of the NTDS settings object or the server object under the configuration partition, or the distinguished name of the computer object that represents the domain controller.
42
+
You can also identify a domain controller by the name of the server object that represents the domain controller, the distinguished name of the NTDS settings object or the server object, the GUID of the NTDS settings object or the server object under the configuration partition, or the distinguished name of the computer object that represents the domain controller.
43
43
You can also set the **Identity** parameter to a domain controller object variable, such as **$\<localDomainControllerObject\>**, or pass a domain controller object through the pipeline to the **Identity** parameter.
44
44
45
45
To search for and retrieve more than one domain controller, use the **Filter** parameter.
Specifies the Active Directory Domain Services instance to connect to, by providing one of the following values for a corresponding domain name or directory server.
350
350
The service may be any of the following: Active Directory Lightweight Domain Services, Active Directory Domain Services or Active Directory snapshot instance.
351
351
352
-
Specify the Active Directory Domain Services instance in one of the following ways:
352
+
Specify the Active Directory Domain Services instance in one of the following ways:
353
353
354
354
Domain name values:
355
355
356
356
- Fully qualified domain name
357
357
- NetBIOS name
358
358
359
-
Directory server values:
359
+
Directory server values:
360
360
361
361
- Fully qualified directory server name
362
362
- NetBIOS name
@@ -371,7 +371,7 @@ The default value for this parameter is determined by one of the following metho
371
371
```yaml
372
372
Type: String
373
373
Parameter Sets: Identity, Filter
374
-
Aliases:
374
+
Aliases:
375
375
376
376
Required: False
377
377
Position: Named
@@ -395,7 +395,7 @@ The acceptable values for this parameter are:
Copy file name to clipboardExpand all lines: docset/winserver2016-ps/activedirectory/Get-ADDomainController.md
+18-19Lines changed: 18 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,7 @@ You can get domain controllers by setting the *Identity*, *Filter* or *Discover*
40
40
41
41
The *Identity* parameter specifies the domain controller to get.
42
42
You can identify a domain controller by its GUID, IPV4Address, global IPV6Address, or DNS host name.
43
-
You can also identify a domain controller by the name of the server object that represents the domain controller, the distinguished name of the NTDS settings object or the server object, the GUID of the NTDS settings object or the server object under the configuration partition, or the distinguished name of the computer object that represents the domain controller.
43
+
You can also identify a domain controller by the name of the server object that represents the domain controller, the distinguished name of the NTDS settings object or the server object, the GUID of the NTDS settings object or the server object under the configuration partition, or the distinguished name of the computer object that represents the domain controller.
44
44
You can also set the *Identity* parameter to a domain controller object variable, such as `$<localDomainControllerObject>`, or pass a domain controller object through the pipeline to the *Identity* parameter.
45
45
46
46
To search for and retrieve more than one domain controller, use the *Filter* parameter.
Specifies the Active Directory Domain Services instance to connect to, by providing one of the following values for a corresponding domain name or directory server.
351
351
The service may be any of the following: Active Directory Lightweight Domain Services, Active Directory Domain Services or Active Directory snapshot instance.
352
352
353
-
Specify the Active Directory Domain Services instance in one of the following ways:
353
+
Specify the Active Directory Domain Services instance in one of the following ways:
354
354
355
355
Domain name values:
356
356
357
357
- Fully qualified domain name
358
358
- NetBIOS name
359
359
360
-
Directory server values:
360
+
Directory server values:
361
361
362
362
- Fully qualified directory server name
363
363
- NetBIOS name
@@ -372,7 +372,7 @@ The default value for this parameter is determined by one of the following metho
372
372
```yaml
373
373
Type: String
374
374
Parameter Sets: Identity, Filter
375
-
Aliases:
375
+
Aliases:
376
376
377
377
Required: False
378
378
Position: Named
@@ -396,7 +396,7 @@ The acceptable values for this parameter are:
0 commit comments