Book Image

Citrix XenDesktop Cookbook-Third Edition

By : Gaspare Silvestri
Book Image

Citrix XenDesktop Cookbook-Third Edition

By: Gaspare Silvestri

Overview of this book

Table of Contents (18 chapters)
Citrix XenDesktop Cookbook Third Edition
Disclaimer
Credits
About the Author
About the Reviewers
www.PacktPub.com
Preface
Index

Managing additional components – StoreFrontTM admin and logging cmdlets


In this recipe, we will use and explain how to manage and configure the StoreFront component, by using the available PowerShell cmdlets. Moreover, we will explain how to manage and check the configurations for the system logging activities.

Getting ready

No preliminary tasks are required. You have already installed the PowerShell SDK during the installation of the Desktop Controller role machine(s).

To be able to run a PowerShell script (in the.ps1 format), you have to enable the script execution from the PowerShell prompt in this way:

Set-ExecutionPolicy -ExecutionPolicy RemoteSigned -Force

How to do it…

In this section, we will explain and execute the commands associated with the Citrix Storefront system:

  1. Connect to one of the Desktop Broker servers.

  2. Click on the PowerShell icon installed on the Windows taskbar.

  3. Load the PowerShell modules by typing the following command, and then press the Enter key:

    Asnp Citrix*
    

    Note

    To...