Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Getting Started with XenDesktop 7.x

You're reading from   Getting Started with XenDesktop 7.x Deliver desktops and applications to your end users, anywhere, anytime, with XenDesktop 7.x.

Arrow left icon
Product type Paperback
Published in Apr 2014
Publisher Packt
ISBN-13 9781849689762
Length 422 pages
Edition Edition
Arrow right icon
Author (1):
Arrow left icon
Craig Thomas Ellrod Craig Thomas Ellrod
Author Profile Icon Craig Thomas Ellrod
Craig Thomas Ellrod
Arrow right icon
View More author details
Toc

Table of Contents (27) Chapters Close

Getting Started with XenDesktop 7.x
Credits
Notice
About the Author
About the Reviewers
www.PacktPub.com
Preface
1. Designing a XenDesktop Site FREE CHAPTER 2. Installing XenDesktop 3. Managing Machine Catalogs, Hosts, and Personal vDisks 4. Managing Delivery Groups 5. Managing Policies 6. Managing Printing 7. Virtualizing USB Support 8. Virtualizing Storage and Backup 9. High Definition Experience (HDX) 10. Application Delivery 11. Working with the XenDesktop SDK 12. Working with Citrix ReceiverTM and Plugins 13. Securing XenDesktop 14. Managing and Monitoring XenDesktop 15. VDI in the Cloud Creating a Domain Certificate Authority
XenDesktop Policy Settings Reference Creating Self-signed Certificates for NetScaler Gateway Using Public CA-signed SSL Wildcard Certificates on NetScaler Gateway Index

Troubleshooting using the XD PowerShell SDK


There are some common cmdlets that can be used for troubleshooting. The most useful cmdlet for troubleshooting a user's desktop is the Get-BrokerDesktop cmdlet. This shows the connection information for the desktop, such as connection time, deregistration time, and any errors that might have occurred.

Useful desktop cmdlets

To find desktops that are hung or not responding because they haven't been shut down after use, you can use the following command:

Get-BrokerDesktop –PowerActionPending $false –PowerState On –SummaryState Available –WillShutdownAfterUse $true

To find and set the desktop group's settings, you can use the Get-BrokerDesktopGroup and Set-BrokerDesktopGroup cmdlets.

To change the protocol from ICA to RDP, you can use the following command:

Note

The highlighted part of the code will change as per each administrator's requirement.

Set-BrokerDesktopGroup –Name $desktopGroupName –ProtocolPriority RDP=$true

To create and configure a desktop...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime