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
Specifies the distinguished name of an Active Directory partition.
262
+
The distinguished name must be one of the naming contexts on the current directory server.
263
+
The cmdlet searches this partition to find the object defined by the **Identity** parameter.
262
264
263
-
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
265
+
In many cases, a default value is used for the **Partition** parameter if no value is specified.
266
+
The rules for determining the default value are given below.
267
+
Note that rules listed first are evaluated first and once a default value can be determined, no further rules are evaluated.
268
+
269
+
In Active Directory Domain Services (AD DS) environments, a default value for **Partition** is set in the following cases:
270
+
271
+
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
272
+
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
273
+
- If none of the previous cases apply, the default value of **Partition** is set to the default partition or naming context of the target domain.
274
+
275
+
In Active Directory Lightweight Directory Services (AD LDS) environments, a default value for **Partition** is set in the following cases:
276
+
277
+
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
278
+
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
279
+
- If the target AD LDS instance has a default naming context, the default value of **Partition** is set to the default naming context.
280
+
To specify a default naming context for an AD LDS environment, set the **msDS-defaultNamingContext** property of the Active Directory directory service agent object (**nTDSDSA**) for the AD LDS instance.
281
+
- If none of the previous cases apply, the **Partition** parameter does not take any default value.
264
282
265
283
```yaml
266
284
Type: String
@@ -269,7 +287,7 @@ Aliases:
269
287
270
288
Required: False
271
289
Position: Named
272
-
Default value: None
290
+
Default value: DefaultNC; Provider: The default is to use the Partition that you are currently in. Otherwise, use DefaultNC (that is, if you are in the RootDSE)
Specifies the distinguished name of an Active Directory partition.
262
+
The distinguished name must be one of the naming contexts on the current directory server.
263
+
The cmdlet searches this partition to find the object defined by the **Identity** parameter.
262
264
263
-
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
265
+
In many cases, a default value is used for the **Partition** parameter if no value is specified.
266
+
The rules for determining the default value are given below.
267
+
Note that rules listed first are evaluated first and once a default value can be determined, no further rules are evaluated.
268
+
269
+
In Active Directory Domain Services (AD DS) environments, a default value for **Partition** is set in the following cases:
270
+
271
+
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
272
+
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
273
+
- If none of the previous cases apply, the default value of **Partition** is set to the default partition or naming context of the target domain.
274
+
275
+
In Active Directory Lightweight Directory Services (AD LDS) environments, a default value for **Partition** is set in the following cases:
276
+
277
+
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
278
+
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
279
+
- If the target AD LDS instance has a default naming context, the default value of **Partition** is set to the default naming context.
280
+
To specify a default naming context for an AD LDS environment, set the **msDS-defaultNamingContext** property of the Active Directory directory service agent object (**nTDSDSA**) for the AD LDS instance.
281
+
- If none of the previous cases apply, the **Partition** parameter does not take any default value.
264
282
265
283
```yaml
266
284
Type: String
@@ -269,11 +287,12 @@ Aliases:
269
287
270
288
Required: False
271
289
Position: Named
272
-
Default value: None
290
+
Default value: DefaultNC; Provider: The default is to use the Partition that you are currently in. Otherwise, use DefaultNC (that is, if you are in the RootDSE)
273
291
Accept pipeline input: False
274
292
Accept wildcard characters: False
275
293
```
276
294
295
+
277
296
### -ResourceContextPartition
278
297
Specifies the distinguished name of the partition of an AD or AD LDS instance to search.
279
298
Use this parameter with the *ResourceContextServer* parameter to specify a partition hosted by the specified server.
Specifies the distinguished name of an Active Directory partition.
262
+
The distinguished name must be one of the naming contexts on the current directory server.
263
+
The cmdlet searches this partition to find the object defined by the **Identity** parameter.
262
264
263
-
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
265
+
In many cases, a default value is used for the **Partition** parameter if no value is specified.
266
+
The rules for determining the default value are given below.
267
+
Note that rules listed first are evaluated first and once a default value can be determined, no further rules are evaluated.
268
+
269
+
In Active Directory Domain Services (AD DS) environments, a default value for **Partition** is set in the following cases:
270
+
271
+
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
272
+
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
273
+
- If none of the previous cases apply, the default value of **Partition** is set to the default partition or naming context of the target domain.
274
+
275
+
In Active Directory Lightweight Directory Services (AD LDS) environments, a default value for **Partition** is set in the following cases:
276
+
277
+
- If the **Identity** parameter is set to a distinguished name, the default value of **Partition** is automatically generated from this distinguished name.
278
+
- If running cmdlets from an Active Directory provider drive, the default value of **Partition** is automatically generated from the current path in the drive.
279
+
- If the target AD LDS instance has a default naming context, the default value of **Partition** is set to the default naming context.
280
+
To specify a default naming context for an AD LDS environment, set the **msDS-defaultNamingContext** property of the Active Directory directory service agent object (**nTDSDSA**) for the AD LDS instance.
281
+
- If none of the previous cases apply, the **Partition** parameter does not take any default value.
264
282
265
283
```yaml
266
284
Type: String
@@ -269,7 +287,7 @@ Aliases:
269
287
270
288
Required: False
271
289
Position: Named
272
-
Default value: None
290
+
Default value: DefaultNC; Provider: The default is to use the Partition that you are currently in. Otherwise, use DefaultNC (that is, if you are in the RootDSE)
Specifies the network configuration used to determine IP address settings.
172
+
173
+
The acceptable values for this parameter are:
174
+
175
+
- Automatic: Automatically detects the appropriate setting. If SQL Server is running in Azure, it uses `Distributed`. If SQL Server is running on-premises, uses `Singleton`. (Default setting)
176
+
- Singleton: The traditional method of DHCP or static IP address.
177
+
- Distributed: Uses a Distributed Network Name by using Node IP addresses.
0 commit comments