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/windows/addsadministration/set-adorganizationalunit.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ To modify an object property, you must use the Lightweight Directory Access Prot
120
120
You can specify multiple values to a property by specifying a comma-separated list of values and more than one property by separating them using a semicolon.
Copy file name to clipboardExpand all lines: docset/windows/addsadministration/set-adresourcepropertylist.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -67,7 +67,7 @@ To modify an object property, you must use the Lightweight Directory Access Prot
67
67
You can specify multiple values to a property by specifying a comma-separated list of values and more than one property by separating them using a semicolon.
Copy file name to clipboardExpand all lines: docset/windows/addsadministration/set-aduser.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -202,7 +202,7 @@ To modify an object property, you must use the LDAP display name.
202
202
You can specify multiple values to a property by specifying a comma-separated list of values and more than one property by separating them using a semicolon.
Copy file name to clipboardExpand all lines: docset/windows/networkcontroller/get-networkcontrollernetworkinterface.md
+19-19
Original file line number
Diff line number
Diff line change
@@ -133,27 +133,27 @@ Following settings of a network interface can be retrieved:
133
133
4. Whether the NIC is primary
134
134
5. Internal DNS name label of the NIC
135
135
6. Port settings of the NIC
136
-
- Whether MAC spoofing is enabled
137
-
- Whether ARP guard is enabled. ARP guard will allow only addresses specified in ArpFilter to pass through the port
138
-
- ArpFilter: IP list for allowed addresses when arpGuard is enabled
139
-
- Whether DHCP guard is enabled. Specifies whether to drop DHCP messages from a virtual machine claiming to be a DHCP server.
140
-
- Storm limit: the number of broadcast, multicast, and unknown unicast packets per second a virtual machine is allowed to send through the specified virtual network adapter. A value of zero (0) means there is no limit.
141
-
- Port Flow Limit: Specifies the maximum number of flows that can be executed for the port. A value of blank or zero (0) means there is no limit
142
-
- IovWeight: Specifies whether single-root I/O virtualization (SR-IOV) is to be enabled on this virtual network adapter. The range of the value is typically from 0 through 100. Value of 0 disables SR-IOV on the virtual network adapter.
143
-
- IovInterruptModeration: Specifies the interrupt moderation value for a single-root I/O virtualization (SR-IOV) virtual function assigned to a virtual network adapter. Allowed values are “default”, “adaptive”, “off”, low”, “medium”, and “high”.
144
-
- IovQueuePairsRequested: Specifies the number of hardware queue pairs to be allocated to an SR-IOV virtual function. If receive-side scaling (RSS) is required, and if the physical network adapter that binds to the virtual switch supports RSS on SR-IOV virtual functions, then more than one queue pair is required. Allowed values range from 1 to 4294967295
145
-
- VmqWeight: Specifies whether virtual machine queue (VMQ) is to be enabled on the virtual network adapter. The relative weight describes the affinity of the virtual network adapter to use VMQ. The range of value is typically from 0 through 100. Value of 0 disables VMQ on the virtual network adapter.
146
-
- QosSettings: Reference to QoS Settings applied on the interface
136
+
- Whether MAC spoofing is enabled
137
+
- Whether ARP guard is enabled. ARP guard will allow only addresses specified in ArpFilter to pass through the port
138
+
- ArpFilter: IP list for allowed addresses when arpGuard is enabled
139
+
- Whether DHCP guard is enabled. Specifies whether to drop DHCP messages from a virtual machine claiming to be a DHCP server.
140
+
- Storm limit: the number of broadcast, multicast, and unknown unicast packets per second a virtual machine is allowed to send through the specified virtual network adapter. A value of zero (0) means there is no limit.
141
+
- Port Flow Limit: Specifies the maximum number of flows that can be executed for the port. A value of blank or zero (0) means there is no limit
142
+
- IovWeight: Specifies whether single-root I/O virtualization (SR-IOV) is to be enabled on this virtual network adapter. The range of the value is typically from 0 through 100. Value of 0 disables SR-IOV on the virtual network adapter.
143
+
- IovInterruptModeration: Specifies the interrupt moderation value for a single-root I/O virtualization (SR-IOV) virtual function assigned to a virtual network adapter. Allowed values are “default”, “adaptive”, “off”, low”, “medium”, and “high”.
144
+
- IovQueuePairsRequested: Specifies the number of hardware queue pairs to be allocated to an SR-IOV virtual function. If receive-side scaling (RSS) is required, and if the physical network adapter that binds to the virtual switch supports RSS on SR-IOV virtual functions, then more than one queue pair is required. Allowed values range from 1 to 4294967295
145
+
- VmqWeight: Specifies whether virtual machine queue (VMQ) is to be enabled on the virtual network adapter. The relative weight describes the affinity of the virtual network adapter to use VMQ. The range of value is typically from 0 through 100. Value of 0 disables VMQ on the virtual network adapter.
146
+
- QosSettings: Reference to QoS Settings applied on the interface
147
147
7. DNS servers assigned to the interface
148
148
8. IP configuration of the interface
149
-
- Private IP address
150
-
- Private IP address allocation method
151
-
- Load balancer backend address pools associated with the IP configuration
152
-
- Load balancer inbound NAT Rules associated with the IP configuration
153
-
- Subnet associated with the IP configuration
154
-
- Public IP address associated with the IP configuration
155
-
- Access control list associated with the IP Configuration
156
-
- Service insertion rules associated with the IP configuration
149
+
- Private IP address
150
+
- Private IP address allocation method
151
+
- Load balancer backend address pools associated with the IP configuration
152
+
- Load balancer inbound NAT Rules associated with the IP configuration
153
+
- Subnet associated with the IP configuration
154
+
- Public IP address associated with the IP configuration
155
+
- Access control list associated with the IP Configuration
156
+
- Service insertion rules associated with the IP configuration
Copy file name to clipboardExpand all lines: docset/windows/storage/new-virtualdisk.md
+12-21
Original file line number
Diff line number
Diff line change
@@ -660,30 +660,21 @@ The cmdlet creates the write-back cache of the size that you specify when the cm
660
660
661
661
The following describes the behavior of this parameter based on the value that you specify:
662
662
663
-
- 1.
664
-
If you do not specify this parameter, the cmdlet sets the value of the **WriteCacheSizeDefault** property from the storage pool.
663
+
1. If you do not specify this parameter, the cmdlet sets the value of the **WriteCacheSizeDefault** property from the storage pool.
665
664
666
-
- 2.
667
-
The default setting of **WriteCacheSizeDefault** for a storage pool is Auto, which specifies that Windows Server automatically selects the optimal write-back cache size for your configuration.
665
+
1. The default setting of **WriteCacheSizeDefault** for a storage pool is Auto, which specifies that Windows Server automatically selects the optimal write-back cache size for your configuration.
668
666
You can change the value of **WriteCacheSizeDefault** to a concrete value at any time.
669
667
670
-
- 3.
671
-
The Auto setting for **WriteCacheSize** functions as follows:
672
-
a.
673
-
If any of the following is true, Auto is set to 1 GB:
674
-
i.
675
-
The storage pool contains at least N drives with enough capacity and you set the *Usage* parameter to Journal.
676
-
(N = 1 for simple spaces, N = 2 for two-way mirror and single parity, N = 3 for three-way mirror and dual parity)
677
-
ii.
678
-
The storage pool contains at least N drives with enough capacity and the media type of the virtual disk is set to SSD (N = 1 for simple spaces, N = 2 for two-way mirror and single parity, N = 3 for three-way mirror and dual parity)
679
-
b.
680
-
Otherwise, Auto is set to 0 (no log) for simple and mirror spaces, and 32 MB for parity spaces.
681
-
682
-
- 4.
683
-
If you specify Auto or 0 (zero) for this parameter and the storage space is not a parity space, the cmdlet verifies that either 3.a.i or 3.a.ii is true.
684
-
If either 3.a.i or 3.a.ii is not true, you cannot set **WriteCacheSize** to Auto or 0.
685
-
a.
686
-
The objective of these conditions is to help you avoid scenarios in which you force the creation of a write-back cache in situations that result in slower performance.
668
+
1. The Auto setting for **WriteCacheSize** functions as follows:
669
+
1. If any of the following is true, Auto is set to 1 GB:
670
+
1. The storage pool contains at least N drives with enough capacity and you set the *Usage* parameter to Journal.
671
+
(N = 1 for simple spaces, N = 2 for two-way mirror and single parity, N = 3 for three-way mirror and dual parity)
672
+
1. The storage pool contains at least N drives with enough capacity and the media type of the virtual disk is set to SSD (N = 1 for simple spaces, N = 2 for two-way mirror and single parity, N = 3 for three-way mirror and dual parity)
673
+
1. Otherwise, Auto is set to 0 (no log) for simple and mirror spaces, and 32 MB for parity spaces.
674
+
675
+
1. If you specify Auto or 0 (zero) for this parameter and the storage space is not a parity space, the cmdlet verifies that either 3.a.i or 3.a.ii is true.
676
+
If either 3.a.i or 3.a.ii is not true, you cannot set **WriteCacheSize** to Auto or 0.
677
+
1. The objective of these conditions is to help you avoid scenarios in which you force the creation of a write-back cache in situations that result in slower performance.
0 commit comments