From 7897db31848b67f2717dfe7fd66d2e7cf7f3d427 Mon Sep 17 00:00:00 2001 From: Heidi Lohr Date: Mon, 20 Aug 2018 16:12:46 -0700 Subject: [PATCH] Removed extra tables --- ...-a-stand-alone-computer-with-powershell.md | 82 ------------------- 1 file changed, 82 deletions(-) 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:

-
    -
  • 0 - False

  • -
  • 1 - True

  • -
-

Example:: Set-AppvClientConfiguration –RequirePublishAsAdmin1

- -  - To use the App-V Management console to set this configuration, see [How to publish a package by using the Management Console](appv-publish-a-packages-with-the-management-console.md). ## Understanding pending packages: UserPending and GlobalPending @@ -178,39 +152,6 @@ Starting in App-V 5.0 SP2, if you run a Windows PowerShell cmdlet that affects a |UserPending|Indicates whether the listed package has a pending task that is being applied to the user:
- True
- False| |GlobalPending|Indicates whether the listed package has a pending task that is being applied globally to the computer:
- True
- False| - ---- - - - - - - - - - - - - - - - - -
Cmdlet output itemDescription

UserPending

Indicates whether the listed package has a pending task that is being applied to the user:

-
    -
  • True

  • -
  • False

  • -

GlobalPending

Indicates whether the listed package has a pending task that is being applied globally to the computer:

-
    -
  • True

  • -
  • False

  • -
- -  - The pending task will run later, according to the following rules: |Task type|Applicable rule| @@ -218,29 +159,6 @@ The pending task will run later, according to the following rules: |User-based
(for example, publishing a package to a user)|The pending task will be performed after the user logs off and then logs back on.| |Globally based
(for example, enabling a connection group globally)|The pending task will be performed when the computer is shut down and then restarted.| - ---- - - - - - - - - - - - - - - - - -
Task typeApplicable 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.

- For more information about pending tasks, see [Upgrading an in-use App-V package](appv-application-publishing-and-client-interaction.md#upgrading-an-in-use-app-v-package). ## Have a suggestion for App-V?