Jump to content

Brian Ellis1709152899

Legacy Group
  • Posts

    4
  • Joined

  • Last visited

Posts posted by Brian Ellis1709152899

  1. I would like to disable all published applications in a folder using PowerShell.  I can use this command to disable a specific application:

     

    Disable-XAApplication "applicaiton name"

     

    And I can use this command to list all applications in the Applications/Test folder:

     

    Get-XAApplication -FolderPath Applications/Test

     

    How can I disable all applications in the Applications/Test folder using PowerShell?

     

    Thanks in advance.  Brian

     

     

×
×
  • Create New...