diff --git a/windows/application-management/app-v/appv-manage-appv-packages-running-on-a-stand-alone-computer-with-powershell.md b/windows/application-management/app-v/appv-manage-appv-packages-running-on-a-stand-alone-computer-with-powershell.md index dfdc8d31dd..1083fdf7ff 100644 --- a/windows/application-management/app-v/appv-manage-appv-packages-running-on-a-stand-alone-computer-with-powershell.md +++ b/windows/application-management/app-v/appv-manage-appv-packages-running-on-a-stand-alone-computer-with-powershell.md @@ -141,32 +141,6 @@ For example: Set-AppvClientConfiguration –RequirePublishAsAdmin1 ``` - -
Cmdlet |
-Set-AppvClientConfiguration |
-
Parameter |
--RequirePublishAsAdmin -Parameter values: -
Example:: Set-AppvClientConfiguration –RequirePublishAsAdmin1 |
-
Cmdlet output item | -Description | -
---|---|
UserPending |
-Indicates whether the listed package has a pending task that is being applied to the user: -
|
-
GlobalPending |
-Indicates whether the listed package has a pending task that is being applied globally to the computer: -
|
-
Task type | -Applicable rule | -
---|---|
User-based task, e.g., publishing a package to a user |
-The pending task will be performed after the user logs off and then logs back on. |
-
Globally based task, e.g., enabling a connection group globally |
-The pending task will be performed when the computer is shut down and then restarted. |
-