mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 11:53:37 +00:00
Fixes to fmts and typos from visual test pass
This commit is contained in:
@ -23,8 +23,8 @@ Use one of the following methods to allow only administrators to enable or disab
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="50%" />
|
<col width="30%" />
|
||||||
<col width="50%" />
|
<col width="70%" />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="header">
|
<tr class="header">
|
||||||
|
@ -69,8 +69,8 @@ Use the following information to publish a package that has been added to a spec
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="50%" />
|
<col width="30%" />
|
||||||
<col width="50%" />
|
<col width="70%" />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="header">
|
<tr class="header">
|
||||||
@ -176,18 +176,12 @@ App-V cmdlets have been assigned to variables for the previous examples for clar
|
|||||||
|
|
||||||
## <a href="" id="bkmk-admins-pub-pkgs"></a>To enable only administrators to publish or unpublish packages
|
## <a href="" id="bkmk-admins-pub-pkgs"></a>To enable only administrators to publish or unpublish packages
|
||||||
|
|
||||||
|
Starting in App-V 5.0 SP3, you can use the following cmdlet and parameter to enable only administrators (not end users) to publish or unpublish packages:
|
||||||
**Note**
|
|
||||||
**This feature is supported starting in App-V 5.0 SP3.**
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
Use the following cmdlet and parameter to enable only administrators (not end users) to publish or unpublish packages:
|
|
||||||
|
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="50%" />
|
<col width="30%" />
|
||||||
<col width="50%" />
|
<col width="70%" />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr class="odd">
|
<tr class="odd">
|
||||||
@ -218,8 +212,8 @@ To use the App-V Management console to set this configuration, see [How to Publi
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="50%" />
|
<col width="30%" />
|
||||||
<col width="50%" />
|
<col width="70%" />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="header">
|
<tr class="header">
|
||||||
|
@ -30,8 +30,8 @@ You can also use the `–OSDsToIncludeInPackage` parameter with the `ConvertFrom
|
|||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="header">
|
<tr class="header">
|
||||||
<th align="left">New in App-V</th>
|
<th align="left">New in App-V for Windows 10</th>
|
||||||
<th align="left">Prior to App-V</th>
|
<th align="left">Prior to App-V for Windows 10</th>
|
||||||
</tr>
|
</tr>
|
||||||
</thead>
|
</thead>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
@ -113,7 +113,7 @@ Use the following example syntax, and substitute the name of your package for **
|
|||||||
|
|
||||||
`Start-AppvVirtualProcess -AppvClientObject $AppVName cmd.exe`
|
`Start-AppvVirtualProcess -AppvClientObject $AppVName cmd.exe`
|
||||||
|
|
||||||
If you don’t know the exact name of your package, you can use the command line **Get-AppvClientPackage \*executable\***, where **executable** is the name of the application, for example: Get-AppvClientPackage \*Word\*.
|
If you don’t know the exact name of your package, you can use the command line <strong>Get-AppvClientPackage \*executable\*</strong>, where **executable** is the name of the application, for example:<br>Get-AppvClientPackage \*Word\*
|
||||||
|
|
||||||
## <a href="" id="bkmk-cl-switch-appvpid"></a>Command line switch /appvpid:<PID>
|
## <a href="" id="bkmk-cl-switch-appvpid"></a>Command line switch /appvpid:<PID>
|
||||||
|
|
||||||
@ -143,7 +143,7 @@ To get the package GUID and version GUID of your application, run the **Get-Appv
|
|||||||
|
|
||||||
- Version ID of the desired package
|
- Version ID of the desired package
|
||||||
|
|
||||||
If you don’t know the exact name of your package, use the command line **Get-AppvClientPackage \*executable\***, where **executable** is the name of the application, for example: Get-AppvClientPackage \*Word\*.
|
If you don’t know the exact name of your package, use the command line <strong>Get-AppvClientPackage \*executable\*</strong>, where **executable** is the name of the application, for example:<br>Get-AppvClientPackage \*Word\*
|
||||||
|
|
||||||
This method lets you launch any command within the context of an App-V package, regardless of whether the package is currently running.
|
This method lets you launch any command within the context of an App-V package, regardless of whether the package is currently running.
|
||||||
|
|
||||||
|
@ -41,8 +41,8 @@ The client management console contains the following described main tabs.
|
|||||||
|
|
||||||
<table>
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col width="50%" />
|
<col width="20%" />
|
||||||
<col width="50%" />
|
<col width="80%" />
|
||||||
</colgroup>
|
</colgroup>
|
||||||
<thead>
|
<thead>
|
||||||
<tr class="header">
|
<tr class="header">
|
||||||
|
Reference in New Issue
Block a user