Subscribe: Posts | Comments
  • Home
  • About Webster
  • Download Scripts
  • Conferences
  • Testimonials
  • Contact
  • Archives
  • Sitemap
  • Store
Carl Webster
  • Active Directory
  • Blog
    • Certification
  • PVS
  • Web Interface
    • Receiver
    • Secure Gateway
  • Presentations
  • PowerShell
  • XenApp
    • XenApp 5 for Windows Server 2003
    • XenApp 5 for Windows Server 2008
    • XenApp 6 for Windows Server 2008 R2
    • XenApp 6.5 for Windows Server 2008 R2
  • XenDesktop
  • XenServer
  • 1 September 2019 Script Stats

    Script Download Counts

    I am now tracking the download counts as of the first day of each month. This will allow those who contribute scripts and tools to track the counts so they have the data for their community contribution data reported for CTPs, MVPs, vExperts, or employer requested data. At the bottom of this a[...]

    Continue reading...
  • Where to Get Copies of the Various Documentation Scripts

    Many people have asked me where they can get copies of the PowerShell documentation scripts. To make it easier to find, I have linked to all of them in this one article.

    Continue reading...
  • Group Policy Default Settings Reference for Citrix XenApp and XenDesktop V1.10

    Updated for Citrix Virtual Apps and Desktops 1909. I am sure I may have missed something, so if I did, please let me know. You can always find the most current Excel file by going to https://carlwebster.com/where-to-get-copies-of-the-documentation-scripts/ Thanks Webster […]

    Continue reading...
  • Group Policy Default Settings for Citrix Virtual Apps and Desktops That Changed Between 1906 and 1909

    Computer XenApp Settings: Added: Automatic migration of existing application profiles – Disabled Added: Display memory limit – 65536 KB Removed: Framehawk display channel port range Added: Migrate user store – Disabled Added: Outlook search index database – backup and restore – Disabled Computer XenDes […]

    Continue reading...
  • 10 Building Webster’s Lab – Citrix XenServer Host and Pool Configuration

    Now that you have installed the XenServer host, the host’s configuration can begin. As stated in the Introduction article, Citrix uses XenCenter to manage one or more XenServer hosts. The first thing needed is to download XenCenter from Citrix, or browse to the IP address of the XenServer host and download either the XenCenter […]

    Continue reading...
  • 09 Building Webster’s Lab – Install Citrix XenServer 8.0

    Installing Citrix XenServer 8.0 is easy as there are not many options. It is almost a “Next, Next, Install, Finish, Reboot” process. The first thing is to download the latest XenServer 8.0 ISO from Citrix. After I downloaded the XenServer ISO, I used Rufus to create a bootable 32GB thumb drive from my laptop, as shown in […]

    Continue reading...
  • 08 Building Webster’s Lab – Additional vCenter Configuration

    Before getting to work adding Citrix Virtual Apps and Desktops (CVAD), Parallels RAS, and VMware Horizon to the lab, there are a few additional items on the to-do list for vCenter. Join vCenter to the lab’s Active Directory (AD) domain Add the lab’s AD to the SSO Create a Citrix related service account with minimum VMware permis […]

    Continue reading...
  • 07 Building Webster’s Lab – Creating the vSphere Distributed Switch

    Before creating a vSphere Distributed Switch (vDS), a Datacenter is required. Verify you are connected and logged in to the vCenter console. Click Menu and click VMs and Templates, as shown in Figure 1. Figure 1 Right-click the vCenter VM and click New Datacenter…, as shown in Figure 2. Figure 2 Enter a Name for the Datacenter and […]

    Continue reading...
  • 06 Building Webster’s Lab – Install the VMware vCenter Server Appliance

    Now that the host has local storage for a Virtual Machine (VM), we can install the vCenter Server Appliance (VCSA). To make the installation easier, I downloaded the VCSA 6.7 U3 ISO, mounted it, and extracted all the files to a VCSA67U3 folder, as shown in Figure 1. Figure 1 I am installing the VCSA from my Windows 10 computer. Since […]

    Continue reading...
  • 05 Building Webster’s Lab – VMware ESXi Host Configuration

    Building Webster’s Lab – VMware ESXi Host Configuration Now that the host has a static IP address, you can begin more of the host’s configuration. You do minimal configuration for now. Just enough to allow the installation of the vCenter Server Appliance in the next article. To continue, start an Internet browser and br […]

    Continue reading...
  • Get-GPOBackupAndReports PowerShell Script V1.23

    #Version 1.23 12-Sep-2019 Add a Rename parameter switch. (Thanks to Jani Kohonen for this suggestion) If a GPO name contains any the following characters, <>:”\/|?*, replace the character with an _ (Underscore), allowing the creation of a report file in  Windows. The GPO is then renamed in the Group Policy Management C […]

    Continue reading...
  • 02 Building Webster’s Lab – Configuring a Synology 1817+ NAS for NFS, ESXi 6.7, and XenServer 8.0

    In the “Introduction” article, I made the following statements: For storage, I decided to go with Network File System (NFS) instead of Internet Small Computer Systems Interface (iSCSI). Gregory Thompson was the first to tell me to use NFS instead of iSCSI. If you Google “VMware NFS iSCSI”, you find many articl […]

    Continue reading...
  • Citrix Provisioning Services Assessment Script Update Version 1.21

    Version 1.21 9-Sep-2019 Fix incorrect LicenseSKU value for PVS version 7.19 and later You can always find the most current script by going to https://carlwebster.com/where-to-get-copies-of-the-documentation-scripts/ Thanks Webster […]

    Continue reading...
  • Citrix Provisioning Services 7.x Documentation Script Update Version 5.18

    Version 5.18 9-Sep-2019 Fix incorrect LicenseSKU value for PVS version 7.19 and later Fix issue with Versions vDisk tables You can always find the most current script by going to https://carlwebster.com/where-to-get-copies-of-the-documentation-scripts/ Thanks Webster […]

    Continue reading...
  • 01 Building Webster’s Lab – Introduction

    I started work on rebuilding my lab in June 2018, and then life happened. During the 2019 New Year’s holiday break, I finally got back to working on the lab rebuild, but still ran into issues. Finally, in August 2019, someone on Twitter gave me a possible solution for my lab issues. His suggestion worked, and now 15 months afte […]

    Continue reading...
  • Citrix XenApp/XenDesktop 7.8+ Documentation Script Update Version 2.27

    Version 2.27 4-Sep-2019 Add a NoSessions parameter to exclude Machine Catalog, Application and Hosting session data from the report You can always find the most current script by going to https://carlwebster.com/where-to-get-copies-of-the-documentation-scripts/ Thanks Webster […]

    Continue reading...
  • 04 Building Webster’s Lab – Initial VMware ESXi Host Configuration

    Now that the ESXi 6.7 host installation is complete, it is time for the initial host configuration. In this article, you complete the following steps: Give the Host a Static IPv4 address Configure DNS Give the Host a unique hostname Enable SSH Enable VMware vSphere Storage APIs Array Integration (VAAI) support for NFS on the Synolog […]

    Continue reading...
  • 03 Building Webster’s Lab – Install VMware ESXi 6.7

    Installing VMware ESXi 6.7 is easy as there are not many installation options. It is almost a “Next, Next, Install, Finish, Reboot” process. The first thing is to download the latest ESXi 6.7 ISO from VMware. After I downloaded the ISO, I used Rufus to create a bootable 32GB thumb drive from my laptop, as shown in Figure […]

    Continue reading...
  • A Look Inside Webster’s Lab – August 2019

    August 2019 This is the 8th major update to Webster’s Lab since I started this website in November 2008. This write-up will attempt to include more detail that you have asked for. As of August 2019, there are now seven physical servers running XenServer that allow me to install and run many different operating systems.  I tri […]

    Continue reading...
  • Citrix NetScaler Documentation Script V2.60

    #Version 2.60 28-Aug-2018 This update has been sitting on Github for almost a year, so I figured it was time to release it. This is the last update to this old script. The 2.60 update adds support for Word 2016/2019/O365 and removes support for Word 2007. Added -Dev and -ScriptInfo parameters Added Chinese language support Added fou […]

    Continue reading...
  • Citrix Provisioning Services Assessment Script Update Version 1.20

    Version 1.20 8-Jul-2019 Added to Farm properties, Citrix Provisioning license type: On-Premises or Cloud (new to 1808) Added to vDisk properties, Accelerated Office Activation (new to 1906) Added to vDisk properties, updated Write Cache types (new to 1811) Private Image with Asynchronous IO Cache on server, persistent with Asynchro […]

    Continue reading...
  • Citrix Provisioning Services 7.x Documentation Script Update Version 5.17

    Version 5.17 8-Jul-2019 Added to Farm properties, Citrix Provisioning license type: On-Premises or Cloud (new to 1808) Added to vDisk properties, Accelerated Office Activation (new to 1906) Added to vDisk properties, updated Write Cache types (new to 1811) Private Image with Asynchronous IO Cache on server, persistent with Asynchro […]

    Continue reading...
  • Posts navigation

    1 2 … 28 ← Older posts

Support Script Development

I've spent numerous hours working on the many documentation and miscellaneous scripts, which are freely available, for both personal and commercial use, here on my site.

If you'd like to say thanks, please consider making a donation to keep them going!

Cost-Effective Application on Any Device

Cost-Effective Application on Any Device

eG Innovations: How to Make Citrix Logons 75% Faster?

eG Innovations: How to Make Citrix Logons 75% Faster?

ControlUp

Next-gen EDGE OS for Cloud Workspaces

Next-gen EDGE OS for Cloud Workspaces

Goliath Technologies

Goliath Technologies

SysKit Monitor

CTP Logo

Carl Webster is a Citrix Technology Professional

JOIN THE IGEL COMMUNITY

JOIN THE IGEL COMMUNITY

Parallels VIPP

Parallels VIPP

Experts Exchange Badge

#1
#2
#3
Questions Answered
Articles Written
Overall Points

CCE-V

Subscribe

Subscribe to our e-mail newsletter to receive updates.

Featured Downloads

  • XenApp 6.5 (137172 downloads)
  • All Scripts Zip File (60892 downloads)
  • XenApp 6 (48542 downloads)
  • Provisioning Services (PVS) Old (38630 downloads)
  • Active Directory (28595 downloads)
  • XenApp 5 for Windows Server 2003 (19515 downloads)
  • XenApp 5 for Windows Server 2008 (18147 downloads)
  • NetScaler Old (ns.conf) (15079 downloads)
  • Microsoft DHCP (12699 downloads)
  • XenApp/XenDesktop 7.0 through 7.7 (11785 downloads)
  • Popular
  • Latest
  • Comments
  • Tags
  • Where to Get Copies of the Various Documentation Scripts September 30, 2011
  • Citrix XenDesktop 7.6, Provisioning Services 7.6 and the XenDesktop Setup Wizard with Write Cache and Personal vDisk Drives December 24, 2014
  • Citrix XenDesktop 7.1, Provisioning Services 7.1 and the XenDesktop Setup Wizard with Write Cache and Personal vDisk Drives January 28, 2014
  • Documenting a Citrix XenApp 6.5 Farm with Microsoft PowerShell October 7, 2011
  • Changing a Production XenDesktop 7.1 Site to use SQL Mirroring February 11, 2014
  • Group Policy Default Settings Reference for Citrix XenApp and XenDesktop V1.10 September 21, 2019
  • Group Policy Default Settings for Citrix Virtual Apps and Desktops That Changed Between 1906 and 1909 September 21, 2019
  • 10 Building Webster’s Lab – Citrix XenServer Host and Pool Configuration September 20, 2019
  • Figure 33 09 Building Webster’s Lab – Install Citrix XenServer 8.0 September 19, 2019
  • Figure 1 08 Building Webster’s Lab – Additional vCenter Configuration September 18, 2019
  • Carl Webster: The steps in the article apply to both of your sce...
  • Bala Kumar: Hi Carl, Any article/steps on migrating the citrix...
  • Ram Prasad: Excellent Information, very useful. Thank you very...
  • David P: Hi Carl, Customization Wizard saves MST file as...
  • Carl Webster: Have you looked at the articles already written on...
certification citrix citrix secure gateway cloning data store dhcp documentation exams GPO Group Policy How do I how to imaging ipad java license license file license server MyCitrix.com Personal vDisk powershell PowerShell V3 provisioning services publish application PvD PVS pvs 7.1 script scripts secure gateway ssl certificate upgrading virtual machine web interface wildcard ssl Windows Server 2003 Windows Server 2008 Word Word COM Object xenapp xenapp 5 xenapp 6 xenapp 6.5 xendesktop xenserver

Categories

  • Active Directory
  • Blog
  • Certification
  • Configuration Manager
  • DHCP
  • DNS
  • Hyper-V
  • NetScaler
  • Nutanix
  • PowerShell
  • Presentations
  • PVS
  • Receiver
  • SCVMM
  • Secure Gateway
  • Server 2012
  • SMS PASSCODE MFA
  • StoreFront
  • Uncategorized
  • Vendor Articles
  • VMware
  • Web Interface
  • Workspace Environment Management
  • XenApp
  • XenApp 5 for Windows Server 2003
  • XenApp 5 for Windows Server 2008
  • XenApp 6 for Windows Server 2008 R2
  • XenApp 6.5 for Windows Server 2008 R2
  • XenApp 7.x for Windows Server 2012+
  • XenDesktop
  • XenMobile
  • XenServer

Pages

  • About Webster
  • Archives
  • Cart
  • Checkout
  • Conferences
  • Contact
  • My account
  • No Access
  • Scripts and Other Utilities
  • Shop
  • Sitemap
  • Store
  • Testimonials
  • Thank You
  • Thank You For Payment

Categories

  • Active Directory
  • Blog
  • Certification
  • Configuration Manager
  • DHCP
  • DNS
  • Hyper-V
  • NetScaler
  • Nutanix
  • PowerShell
  • Presentations
  • PVS
  • Receiver
  • SCVMM
  • Secure Gateway
  • Server 2012
  • SMS PASSCODE MFA
  • StoreFront
  • Uncategorized
  • Vendor Articles
  • VMware
  • Web Interface
  • Workspace Environment Management
  • XenApp
  • XenApp 5 for Windows Server 2003
  • XenApp 5 for Windows Server 2008
  • XenApp 6 for Windows Server 2008 R2
  • XenApp 6.5 for Windows Server 2008 R2
  • XenApp 7.x for Windows Server 2012+
  • XenDesktop
  • XenMobile
  • XenServer

Recent Posts

  • Group Policy Default Settings Reference for Citrix XenApp and XenDesktop V1.10
  • Group Policy Default Settings for Citrix Virtual Apps and Desktops That Changed Between 1906 and 1909
  • 10 Building Webster’s Lab – Citrix XenServer Host and Pool Configuration
  • 09 Building Webster’s Lab – Install Citrix XenServer 8.0
  • 08 Building Webster’s Lab – Additional vCenter Configuration

Copyright © 2003 - 2019 Carl Webster. All Rights Reserved.