Carl Webster Accessibility Statement

Carl Webster is committed to facilitating the accessibility and usability of its website, carlwebster.com, for everyone. Carl Webster aims to comply with all applicable standards, including the World Wide Web Consortium’s Web Content Accessibility Guidelines 2.0 up to Level AA (WCAG 2.0 AA). Carl Webster is proud of the efforts that we have completed and that are in-progress to ensure that our website is accessible to everyone.

If you experience any difficulty in accessing any part of this website, please feel free to email us at info@carlwebster.com and we will work with you to provide the information or service you seek through an alternate communication method that is accessible for you consistent with applicable law (for example, through telephone support).

Scripts and Other Utilities

All downloads are now on Citrix ShareFile.

Please ignore the Filename displayed for the download. WordPress is showing the ShareFile link and not the filename of the download.

All current documentation scripts require PowerShell Version 3 or later and create a Microsoft Word 2010, 2013, or 2016/2019/Word O365 document.

Most documentation scripts will also create formatted text and HTML output so Microsoft Word is not required.

*****All scripts perform best with PowerShell Version 5*****

Each documentation script has up to seven parts:

  1. ReadMe file
  2. Change Log
  3. Unsigned script with PS1 extension
  4. Unsigned script with TXT extension
  5. Signed script with PS1 extension
  6. Signed script with TXT extension
  7. Sample Software Exclusions file with TXT extension (XenApp 6.x & StoreFront scripts only)
Filename d-se435ab0f91a64e5
Filesize 91.00 B
Version 2.00 Previous versions
Date added June 18, 2019
Downloaded 1723 times
Category XenApp Misc, XenDesktop Misc

Creates a CSV file of invalid computer and user accounts for a Citrix
7.x/18xx/19xx/20xx Site.

Creates a CSV file named SiteName_InvalidAccounts.csv

The CSV file contains a list of all invalid accounts found (User, Group, and
Computer).

If no invalid accounts are found, the following line is written to the CSV file:
“There were 0 invalid accounts found on $(Get-Date)”

This script does not require an elevated PowerShell session.

This script can be run by a Read-Only Site Administrator to find invalid accounts only.
Removing invalid accounts requires a Full Site Administrator.

This script supports -Confirm and -WhatIf to make it safer for removing invalid
accounts.

This script requires PowerShell version 3 or later.

This script is designed to help find the account(s) causing Event ID 505 caused by the Citrix ConfigSync Service in the Application event log.

The Citrix Config Sync Service failed an import.

Error details:
Error importing configuration data into secondary Broker.
:
At C:WindowsServiceProfilesNetworkServiceAppDataLocalTemp
e3fefc3b-dc5e-41dc-9099-b3f7c85ff935ImportBrokerConfiguration.ps1:1265 char:5
+ throw $_.Exception
+ ~~~~~~~~~~~~~~~~~~
+ Message : Security identifier does not represent a Windows
account
+ CategoryInfo : OperationStopped: (:) [], SdkOperationException
+ FullyQualifiedErrorId : Security identifier does not represent a Windows
account

While Citrix Virtual Apps and Desktops version 7.15 CU4 and 1906 no longer produce the 505 error, this script is still needed.