diff --git a/windows/manage/appv-administering-appv-with-powershell.md b/windows/manage/appv-administering-appv-with-powershell.md index ebf327d6fb..1465d8003c 100644 --- a/windows/manage/appv-administering-appv-with-powershell.md +++ b/windows/manage/appv-administering-appv-with-powershell.md @@ -33,15 +33,15 @@ Use the following Windows PowerShell procedures to perform various App-V tasks.
[How to Load the PowerShell Cmdlets and Get Cmdlet Help](appv-load-the-powershell-cmdlets-and-get-cmdlet-help.md)
[How to Load the Windows PowerShell Cmdlets for App-V and Get Cmdlet Help](appv-load-the-powershell-cmdlets-and-get-cmdlet-help.md)
Describes how to install the Windows PowerShell cmdlets and find cmdlet help and examples.
[How to Manage App-V Packages Running on a Stand-Alone Computer by Using PowerShell](appv-manage-appv-packages-running-on-a-stand-alone-computer-with-powershell.md)
[How to Manage App-V Packages Running on a Stand-Alone Computer by Using Windows PowerShell](appv-manage-appv-packages-running-on-a-stand-alone-computer-with-powershell.md)
Describes how to manage the client package lifecycle on a stand-alone computer by using Windows PowerShell.
[How to Manage Connection Groups on a Stand-alone Computer by Using PowerShell](appv-manage-connection-groups-on-a-stand-alone-computer-with-powershell.md)
[How to Manage Connection Groups on a Stand-alone Computer by Using Windows PowerShell](appv-manage-connection-groups-on-a-stand-alone-computer-with-powershell.md)
Describes how to manage connection groups by using Windows PowerShell.
Describes how to modify the client by using Windows PowerShell.
[How to Apply the User Configuration File by Using PowerShell](appv-apply-the-user-configuration-file-with-powershell.md)
[How to Apply the User Configuration File by Using Windows PowerShell](appv-apply-the-user-configuration-file-with-powershell.md)
Describes how to apply a user configuration file by using Windows PowerShell.
[How to Apply the Deployment Configuration File by Using PowerShell](appv-apply-the-deployment-configuration-file-with-powershell.md)
[How to Apply the Deployment Configuration File by Using Windows PowerShell](appv-apply-the-deployment-configuration-file-with-powershell.md)
Describes how to apply a deployment configuration file by using Windows PowerShell.
[How to Sequence a Package by Using PowerShell](appv-sequence-a-package-with-powershell.md)
[How to Sequence a Package by Using Windows PowerShell](appv-sequence-a-package-with-powershell.md)
Describes how to create a new package by using Windows PowerShell.
[How to Create a Package Accelerator by Using PowerShell](appv-create-a-package-accelerator-with-powershell.md)
[How to Create a Package Accelerator by Using Windows PowerShell](appv-create-a-package-accelerator-with-powershell.md)
Describes how to create a package accelerator by using Windows PowerShell. You can use package accelerators automatically sequence large, complex applications.
[How to Enable Reporting on the App-V Client by Using PowerShell](appv-enable-reporting-on-the-appv-client-with-powershell.md)
[How to Enable Reporting on the App-V Client by Using Windows PowerShell](appv-enable-reporting-on-the-appv-client-with-powershell.md)
Describes how to enable the computer running the App-V to send reporting information.
[How to Install the App-V Databases and Convert the Associated Security Identifiers by Using PowerShell](appv-install-the-appv-databases-and-convert-the-associated-security-identifiers-with-powershell.md)
[How to Install the App-V Databases and Convert the Associated Security Identifiers by Using Windows PowerShell](appv-install-the-appv-databases-and-convert-the-associated-security-identifiers-with-powershell.md)
Describes how to take an array of account names and to convert each of them to the corresponding SID in standard and hexadecimal formats.
Package name contains $ |
-If a package name contains the character ( $ ), you must use a single-quote ( ‘ ), for example, -Add-AppvClientPackage ‘Contoso$App.appv’ |
+If a package name contains the character ( $ ), you must use a single-quote ( ' ), for example, +Add-AppvClientPackage 'Contoso$App.appv' |
Computer Configuration > Administrative Templates > System > App-V > Publishing
PowerShell cmdlet
Run the Set-AppvClientConfiguration cmdlet with the –RequirePublishAsAdmin parameter.
+Windows PowerShell cmdlet
Run the Set-AppvClientConfiguration cmdlet with the -RequirePublishAsAdmin parameter.
Parameter values:
0 - False
1 - True
Example:: Set-AppvClientConfiguration –RequirePublishAsAdmin1
Example: Set-AppvClientConfiguration -RequirePublishAsAdmin 1
Task description with App-V | -How to perform the task with App-V | -||||||
---|---|---|---|---|---|---|---|
You can configure a connection group to accept any version of a package, which enables you to upgrade the package without having to disable the connection group. -How the feature works: -
|
-
|
-
Account for Synchronous Script Execution during Package Lifecycle. |
-If script collateral is embedded in the package, Add (Powershell) may be significantly slower. + | If script collateral is embedded in the package, Add cmdlets may be significantly slower. Running of scripts during virtual application launch (StartVirtualEnvironment, StartProcess) and/or Add+Publish will impact the perceived performance during one or more of these lifecycle operations. |
Use of Asynchronous (Non-Blocking) Scripts will ensure that the lifecycle operations complete efficiently. |
This step requires working knowledge of all virtual application packages with embedded script collateral, which have associated dynamic configurations files and which reference and run scripts synchronously. |
@@ -677,18 +677,15 @@ For documentation on How to Apply a Dynamic Configuration, see:
- Open AppxManifest.xml and locate the following:
- <appv:Extension Category="AppV.Fonts">
+ ```
+