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.
255
+
The distinguished name must be one of the naming contexts on the current directory server.
256
+
The cmdlet searches this partition to find the object defined by the *Identity* parameter.
257
+
258
+
In many cases, a default value is used for the *Partition* parameter if no value is specified.
259
+
The rules for determining the default value are given below.
260
+
Note that rules listed first are evaluated first and when a default value can be determined, no further rules are evaluated.
261
+
262
+
In AD DS environments, a default value for *Partition* are set in the following cases:
263
+
264
+
- If the *Identity* parameter is set to a distinguished name, the default value of *Partition* is automatically generated from this distinguished name.
265
+
- If running cmdlets from an Active Directory provider drive, the default value of *Partition* is automatically generated from the current path in the drive.
266
+
- 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.
267
+
268
+
In AD LDS environments, a default value for *Partition* will be set in the following cases:
269
+
270
+
- If the *Identity* parameter is set to a distinguished name, the default value of *Partition* is automatically generated from this distinguished name.
271
+
- If running cmdlets from an Active Directory provider drive, the default value of *Partition* is automatically generated from the current path in the drive.
272
+
- If the target AD LDS instance has a default naming context, the default value of *Partition* is set to the default naming context.
273
+
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.
274
+
- If none of the previous cases apply, the *Partition* parameter does not take any default value.
255
275
256
-
A Secure Sockets Layer (SSL) connection is required for the Basic authentication method.
Sets the virtual switch in the management OS to the Access mode.
112
+
Traffic sent by this virtual switch is tagged with VLAN ID 20.
113
+
106
114
## PARAMETERS
107
115
108
116
### -Access
109
-
Specifies **Access** mode for the virtual machine network adapter.
110
-
This parameter must be specified in conjunction with parameter **VlanId**.
117
+
Specifies **Access** mode for the virtual machine network adapter. This parameter configures an untagged virtual port with the VLANId (port based VLAN), so it must be specified together with **VlanId**.
Specifies **Trunk** mode for the virtual machine network adapter.
360
+
Specifies **Trunk** mode for the virtual machine network adapter. This parameter configures a tagged virtual port that passes all allowed VLANId tags to the VM adapter. Traffic with the NativeVLANId is passed untagged to the VM adapter.
354
361
This parameter must be used in conjunction with parameters **AllowedVlanIdList** and **NativeVlanId**.
355
362
356
363
```yaml
@@ -488,4 +495,4 @@ If **-PassThru** is specified.
488
495
## NOTES
489
496
490
497
## RELATED LINKS
491
-
498
+
[Configure and View VLAN Settings on Hyper-V Virtual Switch Ports](https://docs.microsoft.com/windows-server/virtualization/hyper-v-virtual-switch/configure-and-view-vlan-settings-on-hyper-v-virtual-switch-ports)
This reference provides cmdlet descriptions and syntax for all Windows Server Update Services (WSUS) Administration-specific cmdlets. It lists the cmdlets in alphabetical order based on the verb at the beginning of the cmdlet.
26
26
27
+
> [!NOTE]
28
+
> All cmdlets except the ones referencing "DynamicCategory" are included in the **UpdateServices** module.
0 commit comments