Book Image

Getting Started with Citrix XenApp 6.5

Book Image

Getting Started with Citrix XenApp 6.5

Overview of this book

XenApp is the leader in application hosting and virtualization delivery, allowing users from different platforms such Windows, Mac, Linux, and mobile devices to connect to their business applications. Using XenApp, you can deploy secure applications quickly to thousands of users.XenApp 6.5 brings with it exciting new features such as a brand new management console, Instant App access, Multi-stream ICA, Single Sign-on and SmartAuditor enhancements, and more.Getting Started with Citrix XenApp 6.5 provides comprehensive details on how to design, implement, and maintain Citrix farms based on XenApp 6.5. Additionally, you will learn to use management tools and scripts for daily tasks such as managing servers, published resources, printers, and connections.Getting Started with Citrix XenApp 6.5 starts by introducing the basics and new features of the brand new version such as installing servers and configuring components, and then teaches you how to publish applications and resources on the client device before moving on to configuring content redirection. Author Guillermo Musumeci includes a use case throughout the book to explain advanced topics like creating management scripts and deploying and optimizing XenApp for Citrix XenServer, VMware ESX, and Microsoft Hyper-V virtual machines. It will guide you through an unattended installation of XenApp and components on physical servers. By the end of this book you will have enough knowledge to successfully design and manage your own XenApp 6.5 Farms.
Table of Contents (23 chapters)
Getting Started with Citrix XenApp 6.5
Credits
About the Author
Acknowledgement
About the Reviewers
Acknowledgement
www.PacktPub.com
Preface
Index

MFCOM and PowerShell


Before XenApp 6.0 was released, MFCOM was used by developers and administrators to create utilities and scripts to automate administration tasks on Citrix XenApp farms.

MFCOM is very powerful and can be used from inside .VBS files (Visual Basic scripts), .WSH files (Windows Scripting Host), Visual Studio, Visual Studio.NET, and more.

Starting from XenApp 6.0, Citrix dropped support for MFCOM and moved scripting capabilities to Microsoft PowerShell. MFCOM-based scripts need to be completely re-written using XenApp cmdlets. A cmdlet is a command that is used in the Windows PowerShell.

On previous versions of XenApp, we can use multiple scripting or development languages to manage XenApp, but now on version 6.5 (and version 6.0), we have only one option: PowerShell; later we can learn how to run PowerShell commands from inside .NET code.

Microsoft is using PowerShell for management of different infrastructure products (Windows Server, Exchange Server, SQL Server, and so on...