Skip to content

Commit 6b791c8

Browse files
committed
2 parents c0f62c2 + e75b956 commit 6b791c8

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

docset/windows/appvclient/enable-appv.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Enable-Appv [<CommonParameters>]
2929
```
3030

3131
## DESCRIPTION
32-
The **Enable-Appv** cmdlet enables the Microsoft Application Virtualization (App-V) service on Windows 10 Anniversary Edition computers.
32+
The **Enable-Appv** cmdlet enables the Microsoft Application Virtualization (App-V) service on computers running at least Windows 10 Anniversary Edition (version 1607) .
3333
If this cmdlet succeeds, it returns a message.
3434

3535
Before you enable the App-V service, configure App-V service settings by using Windows PowerShell or Group Policy.
@@ -46,7 +46,7 @@ This command enables the App-V service.
4646
## PARAMETERS
4747

4848
### CommonParameters
49-
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about_CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
49+
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see [about CommonParameters](http://go.microsoft.com/fwlink/?LinkID=113216).
5050

5151
## INPUTS
5252

docset/windows/hyper-v/set-vmprocessor.md

+10
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,16 @@ PS C:\> Set-VMProcessor TestVM -CompatibilityForOlderOperatingSystemsEnabled $tr
7878

7979
Configures virtual machine TestVM, enabling compatibility for running older operating systems.
8080

81+
### Example 4
82+
```
83+
PS C:\> Set-VMProcessor TestVM ExposeVirtualizationExtensions $true
84+
```
85+
86+
Configures virtual machine TestVM, enabling embedded Hyper-V.Uu
87+
88+
89+
90+
8191
## PARAMETERS
8292

8393
### -CimSession

docset/windows/netsecurity/new-netfirewallrule.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,9 @@ The acceptable values for this parameter are:
323323
324324
- True: Specifies the rule is currently enabled.
325325
- False: Specifies the rule is currently disabled.
326+
327+
Note, that the type of this parameter is not boolean, therefore `$true` and `$false` variables are not acceptable values here. Use "True" and "False" text strings instead.
328+
326329
A disabled rule will not actively modify computer behavior, but the management construct still exists on the computer so it can be re-enabled.
327330

328331
```yaml
@@ -333,7 +336,7 @@ Accepted values: True, False
333336
334337
Required: False
335338
Position: Named
336-
Default value: None
339+
Default value: True
337340
Accept pipeline input: False
338341
Accept wildcard characters: False
339342
```

0 commit comments

Comments
 (0)