Archive for the ‘Uncategorized’ Category

What exactly are Hyperscalers?

February 20, 2023

Hyperscalers is a terminology that has evolved from the concept over hypervisors.

As we know hypervisors are bare-bone machines that allows us to install Linux based OS layer that can hold a miriad of other OS’s on top of it. For example the most populat Hypervisor out there is from VMWARE. It allows us to install and store Virtual machines like Windows Server OS, Windows Desktop OS, Linux machines and other types of Virtual machines, whether Linux or Windows based machines. Other examples of Hypervisors include Microsoft Hyper-V. Citrix Xen Server, Nutanix, etc.

Hyperscalers – With the advent of the Cloud computing. The major software and hardware manufacturers started to develop bare-bone machines that allows us to perform the same actions in public and private virtual Clouds. The most popular Hyperscalers out there are Amazon’s AWS (Amazon Web Services), Microsoft’s Azure and Alphabet’s Google Cloud Provider or GCP. More to come…

O que Medo e Timidez tem em comum?

February 20, 2023

Timidez

De acordo com Psicologa Clinica, Dr Elaine Aron, a timidez e trato da personalidade que se aprende ao longo dos anos. No seu livro Highly Sensitive Person’s Complete Learning Program, a autora descrev uma lista de tratos de personalidade que existem em pessoas que sao altamente sensiveis. Uma pessoa altamente sensivel nao e necessariamente timida. Cerca de 30% das pessoas altamente sensiveis sao de fato extroveridas. A timidez pode existir em pessoas que nao sejam altamente sensiveis e tambem podem ocorrer em pessoas que sajam altamente sensiveis (o termo em ingles e HSP ou High Sensitive Person)

Medo

Uma reacao humana que todos nos convivemos e a sensacao de medo. Por incrivel que pareca o medo e algo que aprendemos e nao e necessariamente inato aos seres humanos. Voce ja colocou a crianca que esta engatinhando our aprendendo a andar em cima de uma cama um pouco alta? Se esta crianca tentar descer da cama ela, pelo menos a principio nao hesitara em descer da cama mesmo que aconteca dela se machucar. Nos adultos que observarmos tal cena normalmnete nao deixaremos que isto aconteca e claro.Comece a abserver o comportamente de uma crianca que aprende a andar ou nao tem nocao dos riscos ao seu redor. Seu impeto de realizar uma acao que ocorra o risco de se machucar nao e bloqueada de forma inata; Com o passar do tempo o medo comeca a ser definido de forma mais clara esta reacao tao humana e tao essencial a nossa sobrevivencia!

O que a timidez e o medo tem em comum?

February 20, 2023

Resposta curta: Ambos sao aprendidos nao sao inatos!

Timidez

De acordo com Psicologa Clinica, Dr Elaine Aron, a timidez e trato da personalidade que se aprende ao longo dos anos. No seu livro Highly Sensitive Person’s Complete Learning Program, a autora descrev uma lista de tratos de personalidade que existem em pessoas que sao altamente sensiveis. Uma pessoa altamente sensivel nao e necessariamente timida. Cerca de 30% das pessoas altamente sensiveis sao de fato extroveridas. A timidez pode existir em pessoas que nao sejam altamente sensiveis e tambem podem ocorrer em pessoas que sajam altamente sensiveis (o termo em ingles e HSP ou High Sensitive Person)

Medo

Uma reacao humana que todos nos convivemos e a sensacao de medo. Por incrivel que pareca o medo e algo que aprendemos e nao e necessariamente inato aos seres humanos. Voce ja colocou a crianca que esta engatinhando our aprendendo a andar em cima de uma cama um pouco alta? Se esta crianca tentar descer da cama ela, pelo menos a principio nao hesitara em descer da cama mesmo que aconteca dela se machucar. Nos adultos que observarmos tal cena normalmnete nao deixaremos que isto aconteca e claro.Comece a abserver o comportamente de uma crianca que aprende a andar ou nao tem nocao dos riscos ao seu redor. Seu impeto de realizar uma acao que ocorra o risco de se machucar nao e bloqueada de forma inata; Com o passar do tempo o medo comeca a ser definido de forma mais clara esta reacao tao humana e tao essencial a nossa sobrevivencia!

Slow boot with UEFI Boot possible causes (When using Citrix Provisioning)

July 19, 2021

When using a UEFI boot, a more secure boot type, and therefore becoming a more popular booting type for institutions leveraging Citrix Provisioning, it is important to configure the NIC properly, if using VMWARE as the Hypervisor.

VMXNET3 NIC type is the best practices, recommended type for VMWARE virtual NIC’s . If your NIC is configured as E1000, the Targe Device boot in PVS environments will take longer.

Reference articles:

CTX224827 – How to troubleshoot PVS TD bootup error ‘BNIStack failed,network stack could not be initialized’

Choosing a VMWARE NIC

Other reasons for Slow boot or target devices not booting at all

Write-cache redirected to server in Citrix Provisioning

January 22, 2020

Possible Cause 1 : San Policy “Citrix Provisioning clients always failover to server side cache during boot when the virtual disk mode is set to Cache in device RAM with overflow on hard disk.” according to Citrix documentation above

san policy

 

The solution is to apply the Diskpart command: “san policy=online all”

Per Citrix documentaion:

In a provisioning target device booting in private virtual disk mode or maintenance virtual disk version, open a command prompt with administrator privileges.

Run the DiskPart utility, using the following command:

Diskpart – Press [Enter], followed by:

san – Press [Enter], (To verify the current SAN policy)

san policy=OnlineAll – Press [Enter], (To modify the current SAN policy to  allow it to function correctly while in Cache in Device RAM with Overflow on Hard Disk mode.)

 

Possible cause 2: The Write cache drive is not formatted

Solution: You need to boot the vDisk in private or maintenance mode, open Disk Management and format the write cache drive to make it active

Symptom:

When you configured the vDisk to use Cache in Device RAM with Overflow on Hard Disk mode but when booting the target device this is what you see:

write-cache redirected to server

Good luck!

What is Citrix Provisioning (aka PVS) and How PVS communicates

December 24, 2019

Citrix Provisioning (formerly known as Citrix Provisioning Services or PVS) is a software provisioning technology owned by Citrix. PVS allows one shared image to be used by multiple virtual desktop endpoints. Desktop OS and Server OS virtual machines can be deployed to large number of users from one single image also known as vDisk.

The PVS software is a Server-Client based solution. The server side composes of a console and several services. The PVS console communicates with the SOAP service over TCP port 54321 and 54322

Other important services include

  1. PXE Service
  2. TFTP Service
  3. Login Service
  4. Streaming Service

For mnemonics purpose let’s call it PT-LS services (1st letter of each one of the 4 services above)

Each one of the services has a unique function or role as follows:

  • PVS Server role # 1  PXE SERVER, the 1st responder
  • – This is the server that first responds to the PXE broadcast with the boot strap file location
  • PVS Server role #2 TFTP Server – The Bootstrap provider
  • This delivers the bootstrap file to the target devices over a network
  • PVS Server role #3 The Login Server – The Gatekeeper
  • Helps target device find a PVS server and port to use for streaming its assigned vDisk
  • PVS Server role #4 The Streaming Server – The Workhorse
  • Actively streams vDISK contents to target  devices during OS boot and steady-state operations

Like other Citrix software products like WEM and Virtual Apps and Desktops, PVS has its own database to store configuration and properties settings

DATABASE

PVS leverages a Microsoft SQL database to store its data

The account that performs the initial farm installation requires the following permissions:

If the database was created via Citrix Configuration Wizard:

  • DB Creator – To create the SQL database
  • Security Admin – To create the SQL logins for both Stream and SOAP services

If the database was created prior by  a SQL admin

  • DB Owner
  • View any definition

The account used by the Stream and SOAP services during normal PVS operations (and assigned during farm creation)

DB_DataReader role

DB_DataWriter role

Execute Permissions on Stored procedures

What does the database holds?

The database holds all of the configuration, runtime, and optionally auditing data for the PVS farm. The DB usually doesn’t grow to a large size. For example when provisioning a large number of desktops. let’s say 25,00 desktops, It rarely grow above 1 Gb. An average DB is anywhere between 200 to 300 mb

To be continued…

 

 

Troubleshooting Issues with Citrix StoreFront

January 25, 2019

These are some ideas on how to troubleshoot StoreFront (SF)  issues

Open a Power Shell  (PoSh) command prompt

Type: Import modules.ps1

If SF MMC console is not launching 1st validate that PoSh execution level  is set to unrestricted. The command to check that is:

Set-ExecutionPolicy unrestricted

To reset the configuration of StoreFront, run the following command:

Clear-DSConfiguration (This should remove all the services and set your SF console into initial setup mode. Warning: Make you have a snapshot of the server since you will lose all prior configuration done on the server! This will allow you to create a new deployment or join the server to an existing SF cluster.

StoreFront runs with minimum of. 1.5 Gb of RAM. Validate if RAM is not an issue when opening a MMC console.

If SF doesn’t have Internet access for some security reason, you can  disable Assembly Verification using PoSh commands as follows:

  1. Add PS Snapin Citrix.DeliveryServices.Frameworks.commands
  2. Set-DSAssemblyVerification $false

Troubleshooting issues Opening the SF MMC

If you are having issues opening the MMC console, make sure to capture the error details by running  DebugView while opening the console and looking for any errors generated in the MMC process

 

Troubleshooting Issues when trying to join a SF server to a Server Group or Cluster

If having issues joining a SF server to a SF server group, check the following

  1. Validate the date and time and the time zone of the server joining the group
  2. Make that the machine(s) joining the group is(are) in the same version of SF
  3. Validate that all network ports are open between the machines in the group
  4. Validate that each SF server can resolve each server’s hostname and/or disable NetBios on the NIC
  5. On item, 3 above keep in mind that SF servers use TCP port 808 to communicate among themselves. They also may use any otherramdom port for different types of communication. Therefore keep the firewall disabled on those servers
  6.  Confirm that NT Service\CitrixConfigurationReplication and NT Service\ClusteService are both part of the Local Administrators Group
  7. Make sure the user account used to join the server to the group must  have security privileges to be able to create self-signed certificates. You can open the Local Security Policy to validate that

If none of these suggestions work, there are some additional tools that can be used to locate the root causes of  SF malfunction:

Storefront Verbose Logs (CTX139592)
Wireshark traces from the Storefront server (make sure it is decrypted; some companies encrypt the traces generated by Wireshark traces)
Debug View logs on the Storefront server
– Always collect timestamp, username affected, IP addresses of client device and SF server. The event viewer logs will list username and timestamp, so if you have that info it will facilitate further investigation
Event Viewer logs (Application, Citrix Delivery services)

 

Manually Removing Server from a Group

To manually remove a server from a server group, make sure to backup the feature.config file from the C:\Programs Files\Citrix\Receiver StoreFront\ClusterManagement

Then, open the feature.config file and remove the entries that state the following two items: member and thumbprint:

<member hostname=”[hostname]” servername=”[hostname]”

certficateThumbprint=”[40-character long thumbprint-Id]” />

Additionally, remove the server from CitrixClusterMembers Group Local Security Group under “Computer Management”

Finally, make a backup of the Citrix.DeliveryServices.PeerResolution.ServiceHost.exe.config,  located in the C:\Programs Files\Citrix\Receiver StoreFront\Services\PeerNameResolution folder

Edit the config file and remove the line stating:

<add name=”[serverHostname]” url=”net.tcp://badserver/Citrix/PeerResolverService/Replicaton” />

Save the file

Troubleshooting Propagation Issues

  1. Make sure that the Citrix Configuration Replication Service has started in all servers in the server group
  2. Validate that the NT Service\CitrixConfigurationReplication account is included in the Local Administrators Group in the SF server (check under Computer Mgmt\ Groups\Administrators Group)
  3. Make an attempt to set the CitrixConfigurationReplication Service properties under the Logon Tab to logon as the Local System Account or identity  by selecting the radio button next to it (be default  it is set to network service account)
  4. Reboot the SF server to take the new permission settings or restart all Citrix services
  5. Validate the IIS is using the same disk, drive and “inetwwwroot” folderi in all SF Servers
  6. Check the Event Viewer logs for errors and look under C:\Programs Files\Citrix\Receiver StoreFront\Admin\trace for the traces logs for the Configuration Replication Serviceand serach for any exceptions in the traces logs. Erros that could prevent replication could include but not limited to folders already and need to be created (so delete the folder and try again), or IIS application exists that need to be created (to fix this remove the IIS application in question and try it again); If a Windows service exists that needs to be created after a previous failed attempt (us the sc delete command)

Troubleshooting Logon Issues

The Credential Wallet service is in charge of managing the logon flow which includes engaging LDAP in AD for domain controller validation and engaging the Delivery Controller for Resources Enumeration

When troubleshooting login issues, check under Services.msc (Services Console) if the Credential Wallet service and the default domain service are running. If they are in stopped state, make an attempt to start both services or try to restart them, if they are already running. Note that SF versions 2.5 and older had issues with the Credential Wallet Service, so make sure the version of SF installed is SF 3.12 (for LTSR deployments) or SF 3.16 (for Current release deployments) . This is true as of January 2019.

Troubleshooting Receiver for Web Login Failures

One of the most infamous login failure messages in SF is the “Cannot Complete your Request” message

The causes may vary. Citrix has created a very good KB article listing possible causes.

The article number is CTX207162. It is one of the most well written articles by Citrix. It contains 36 possible root causes for the error that encompasses StoreFront by itself and also the errors caused by the Citrix Gateway and by a Load Balancer when used in conjunction with SF.

Always check if the version of StoreFront is the latest  like 3.12 (for LTSR deployments) or SF 3.16 (for Current release deployments) as described earlier. Older version of SF have a bug in the Citrix Credentail Wallet. Restarting the Credential Wallet service and the Default Domain services is always a good troubleshooting step.

Troubleshooting Other SF issues

These are great  questions to asking when troubleshooting ANY SF related issues:

  1. Can you authenticate via SF?
  2. Can you enumerate the applications and desktops?
  3. Are the applications and Desktops able to launch?
  4. Are you using any Citrix Gateway solutions?

Knowing the answer for those three questions is a great starting point. You can focus on the components associated with one of three steps above, which will help simplify the troubleshooting steps

Example:

  1. Authentication Issues. Check the Credential Wallet and the Default Domain service in the SF server. Also check to make sure the AD Domain Controller(s) is/are up and running when the issue occurs. These two components are usually common cause of authentication failures. Validate that ports 389 and 636 are open between the SF servers and the Domain Controllers. Check the Event viewer logs in the SF server(s) for errors.
  2. Enumeration Issues. Check the list of Deliver Controllers in the SF console. Make sure all the Delivery Controllers are up and running. Check certificates, Also check AD DC’s. Check ports that communicate between SF and the Delivery Controllers. Finally check event viewer logs (always important).
  3. Resources launching issues. Check communication with the VDA’s or VDI’s. Check on the end point device for errors, Check the version of Citrix Receiver or Citrix Workspace App, check if the ICA file was properly downloaded into the VDA (The SF server is responsible for generating the ICA file and sending it to the end point device. Withou ICA file the resource WILL NOT be launched). Check the Event Viewer logs!
  4. If Citrix Gateway is in use. Isolating the issue further may be necessary. For example. Does the behavior occur when using the SF server ipaddress or hostname directly? Can you modify the hosts file in the SF server and enter the ip address of the local SF server for the FQDN of the URL? You can use Fiddler or Debug View or SF Verbose Logs along with Debug View to see the HTTP headers for hints of the issue. The HTTP header should show if the connection is coming from a Citrix Gateway connection. The Event viewer logs in SF should also provide hints whether or not Citrix Gateway is involved.

We hope this helps!

 

 

 

 

 

 

 

 

 

 

 

 

 

PowerShell Commands used by Citrix Virtual Apps and Virtual Desktops

October 31, 2018

Issuing the following two PowerShell (PoSh) commands in the Citrix Delivery Controller :

asnp Citrix*    (this will add all the Citrix PoSh modules to the current PoSh session)

followed by this command:

Get-Command –Module Citrix.*

Will display the complete list of PoSh commands used in a Citrix environment

The list keeps growing as new versions are introduced

Using the tab key after entering the first few letters of the command allows you to see the complete tree of commands of a specific command

Example: To see a list of Get-Admin commands

type: Get-Admin  +  [TAB] key

You will notice that all the Get-Admin commands will be listed (17 total), one by one as you keep pressing TAB:

Get-AdminEffectiveRight

Get-AdminAdministrator   (this will list all Admins configured for the site)

Get-AdminDBConnection

Get-AdminDBVersionChangeScript

Get-AdminDBSchema

This is the latest list of Citrix PoSh commands as of Oct 30, 2018 for version  7 1808 (current versions of Virtual Apps and Desktops now have Date stamps, so version 7 1808 means it was released in Aug 2018)

CommandType Name Version Source
———– —- ——- ——
Function Get-CtxIcon 1.0 Citrix.Common.Commands
Cmdlet Add-AcctADAccount 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Add-AcctIdentityPoolScope 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Add-AdminPermission 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Add-AdminRight 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Add-AppLibAppDiskScope 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Add-AppLibIsolationGroupPackage 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Add-AppLibTaskMetadata 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Add-BrokerApplication 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Add-BrokerApplicationGroup 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Add-BrokerDesktopGroup 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Add-BrokerMachine 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Add-BrokerMachineConfiguration 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Add-BrokerMachinesToDesktopGroup 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Add-BrokerScope 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Add-BrokerTag 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Add-BrokerUser 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Add-ConfigRegisteredServiceInstanceMetadata 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Add-ConfigServiceGroupMetadata 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Add-DSAGDiscover 3.16.0.0 Citrix.DeliveryServices.AGDiscover.Ins…
Cmdlet Add-DSApplicationPool 3.16.0.0 Citrix.DeliveryServices.Web.Commands
Cmdlet Add-DSAuthenticationProtocol 3.16.0.0 Citrix.DeliveryServices.Authentication…
Cmdlet Add-DSBasicFeature 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Add-DSCertificate 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Add-DSCertificateKeyReadAccess 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Add-DSCitrixOnlineIntegration 3.16.0.0 Citrix.DeliveryServices.CitrixOnlineIn…
Cmdlet Add-DSClusterService 3.16.0.0 Citrix.DeliveryServices.ClusterService…
Cmdlet Add-DSConfigurationReplication 3.16.0.0 Citrix.DeliveryServices.ConfigurationR…
Cmdlet Add-DSCredentialWallet 3.16.0.0 Citrix.DeliveryServices.CredentialWall…
Cmdlet Add-DSDazzleResources 3.16.0.0 Citrix.DeliveryServices.DazzleResource…
Cmdlet Add-DSDesktopAppliance 3.16.0.0 Citrix.DeliveryServices.DesktopApplian…
Cmdlet Add-DSDomainService 3.16.0.0 Citrix.DeliveryServices.DomainService….
Cmdlet Add-DSFirewallRule 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Add-DSIntegratedWindowsAuthentication 3.16.0.0 Citrix.DeliveryServices.Authentication…
Cmdlet Add-DSLocalGroup 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Add-DSLocalGroupMember 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Add-DSNFuseWorkflow 3.16.0.0 Citrix.DeliveryServices.Workflow.NFuse…
Cmdlet Add-DSPeerResolutionService 3.16.0.0 Citrix.DeliveryServices.PeerResolution…
Cmdlet Add-DSPnaProtocolAuthentication 3.16.0.0 Citrix.DeliveryServices.PnaProtocol.Au…
Cmdlet Add-DSPnaProtocolRedirect 3.16.0.0 Citrix.DeliveryServices.PnaProtocol.Re…
Cmdlet Add-DSPnaProtocolResources 3.16.0.0 Citrix.DeliveryServices.PnaProtocol.Re…
Cmdlet Add-DSResourcesCommon 3.16.0.0 Citrix.DeliveryServices.ResourcesCommo…
Cmdlet Add-DSRoaming 3.16.0.0 Citrix.DeliveryServices.Roaming.Install
Cmdlet Add-DSServiceMonitor 3.16.0.0 Citrix.DeliveryServices.ServiceMonitor…
Cmdlet Add-DSSubscriptionsStoreService 3.16.0.0 Citrix.DeliveryServices.SubscriptionsS…
Cmdlet Add-DSSubscriptionsSynchroniser 3.16.0.0 Citrix.DeliveryServices.SubscriptionsS…
Cmdlet Add-DSTenant 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Add-DSTenantCertificateOwnership 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Add-DSUrlPrefixAccess 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Add-DSWebApplication 3.16.0.0 Citrix.DeliveryServices.WebApplication…
Cmdlet Add-DSWebFeature 3.16.0.0 Citrix.DeliveryServices.Web.Commands
Cmdlet Add-DSWebReceiver 3.16.0.0 Citrix.DeliveryServices.WebReceiver.In…
Cmdlet Add-DSWing 3.16.0.0 Citrix.DeliveryServices.WING.Install
Cmdlet Add-DSWorkflowIntegration 3.16.0.0 Citrix.DeliveryServices.Workflow.Install
Cmdlet Add-HypHostingUnitMetadata 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Add-HypHostingUnitNetwork 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Add-HypHostingUnitStorage 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Add-HypHypervisorConnectionAddress 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Add-HypHypervisorConnectionMetadata 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Add-HypHypervisorConnectionScope 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Add-HypMetadata 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Add-LicGlobalMetadata 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Add-MonitorNotificationPolicyCondition 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Add-MonitorNotificationPolicyEmailAddresses 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Add-MonitorNotificationPolicyTargets 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Add-ProvSchemeControllerAddress 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Add-ProvSchemeMetadata 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Add-ProvSchemeScope 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Add-ProvTaskMetadata 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Add-SfServerToCluster 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Add-SfStorefrontAddress 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Add-STFAuthenticationService 1.0.0.0 Citrix.StoreFront.Authentication
Cmdlet Add-STFAuthenticationServiceProtocol 1.0.0.0 Citrix.StoreFront.Authentication
Cmdlet Add-STFConfigurationApi 1.0.0.0 Citrix.StoreFront.ConfigurationApi
Cmdlet Add-STFDeployment 1.0.0.0 Citrix.StoreFront
Cmdlet Add-STFDesktopApplianceService 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Add-STFFeatureState 1.0.0.0 Citrix.StoreFront
Cmdlet Add-STFHmacKey 1.0.0.0 Citrix.StoreFront
Cmdlet Add-STFRoamingGateway 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet Add-STFSessionManagerTrustedIssuer 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Add-STFStoreFarm 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Add-STFStoreService 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Add-STFSubscriptionSynchronizationSchedule 1.0.0.0 Citrix.StoreFront.SubscriptionsStore
Cmdlet Add-STFSubscriptionSynchronizationSource 1.0.0.0 Citrix.StoreFront.SubscriptionsStore
Cmdlet Add-STFUserFarmMapping 1.0.0.0 Citrix.StoreFront.Stores.MultiSite
Cmdlet Add-STFWebReceiverClientPlugin 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Add-STFWebReceiverFeature 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Add-STFWebReceiverFeaturedAppGroup 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Add-STFWebReceiverService 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Add-StoreServiceRecordFeature 3.16.0.0 Citrix.DeliveryServices.StoreServiceRe…
Cmdlet Add-XDController 1.0 Citrix.XenDesktop.Admin
Cmdlet Clear-DSConfigurationReplicationClusterMemberCache 3.16.0.0 Citrix.DeliveryServices.ConfigurationR…
Cmdlet Clear-STFDefaultPnaStore 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Clear-STFDeployment 1.0.0.0 Citrix.StoreFront
Cmdlet Clear-STFFeatureStates 1.0.0.0 Citrix.StoreFront
Cmdlet Clear-STFRoamingBeacon 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet Clear-STFSubscriptionSynchronizationSchedule 1.0.0.0 Citrix.StoreFront.SubscriptionsStore
Cmdlet Clear-STFSubscriptionSynchronizationSource 1.0.0.0 Citrix.StoreFront.SubscriptionsStore
Cmdlet Clear-STFUserFarmMappings 1.0.0.0 Citrix.StoreFront.Stores.MultiSite
Cmdlet Clear-STFWebReceiverClientPlugin 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Clear-STFWebReceiverFeaturedAppGroup 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Clear-STFWebReceiverSiteStyle 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Close-CtxAppVServerSession 7.19.1.17 Citrix.AppV.Admin.V1
Cmdlet Compare-DSFeatureInstanceCertificateOwnership 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet ConvertFrom-DSEncryption 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet ConvertTo-CtxAppVLauncherArg 7.19.1.17 Citrix.AppV.Admin.V1
Cmdlet ConvertTo-DSEncryption 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Copy-AcctIdentityPool 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Disable-AppLibAppDNAConnection 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Disable-STFAuthenticationServiceProtocol 1.0.0.0 Citrix.StoreFront.Authentication
Cmdlet Disable-STFStoreDelegation 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Disable-STFStorePna 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Disconnect-BrokerSession 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Enable-AppLibAppDNAConnection 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Enable-STFAuthenticationServiceProtocol 1.0.0.0 Citrix.StoreFront.Authentication
Cmdlet Enable-STFStoreDelegation 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Enable-STFStorePna 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Export-AcctIdentityPool 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Export-BrokerConfiguration 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Export-BrokerDesktopPolicy 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Export-ConfigConfiguration 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Export-ConfigFeatureTable 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Export-CtxGPTemplate 7.19.0.0 Citrix.Common.GroupPolicy
Cmdlet Export-DSStoreSubscriptions 3.16.0.0 Citrix.DeliveryServices.SubscriptionsM…
Cmdlet Export-LogReportCsv 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Export-LogReportHtml 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Export-ProvScheme 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Export-STFConfiguration 1.0.0.0 Citrix.StoreFront
Cmdlet Export-STFSamlEncryptionCertificate 1.0.0.0 Citrix.StoreFront.Authentication.Saml
Cmdlet Export-STFSamlSigningCertificate 1.0.0.0 Citrix.StoreFront.Authentication.Saml
Cmdlet Export-STFStoreSubscriptions 1.0.0.0 Citrix.StoreFront.SubscriptionsStore
Cmdlet Get-AcctADAccount 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Get-AcctDBConnection 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Get-AcctDBSchema 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Get-AcctDBVersionChangeScript 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Get-AcctIdentityPool 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Get-AcctInstalledDBVersion 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Get-AcctScopedObject 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Get-AcctService 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Get-AcctServiceAddedCapability 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Get-AcctServiceInstance 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Get-AcctServiceStatus 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Get-AdminAdministrator 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminDBConnection 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminDBSchema 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminDBVersionChangeScript 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminEffectiveAdministrator 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminEffectiveRight 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminInstalledDBVersion 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminPermission 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminPermissionGroup 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminRevision 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminRole 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminRoleConfiguration 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminScope 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminService 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminServiceAddedCapability 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminServiceInstance 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AdminServiceStatus 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Get-AnalyticsDBConnection 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Get-AnalyticsDBSchema 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Get-AnalyticsDBVersionChangeScript 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Get-AnalyticsInstalledDBVersion 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Get-AnalyticsService 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Get-AnalyticsServiceAddedCapability 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Get-AnalyticsServiceInstance 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Get-AnalyticsServiceStatus 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Get-AnalyticsSite 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Get-AppLibAppDisk 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibAppDiskAppDNARecommendedOrder 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibAppDiskAppDNAReport 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibAppDiskAppDNAReportUrl 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibAppDiskObjectReference 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibAppDiskPreparationMachineStatus 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibAppDiskStartMenuIcon 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibAppDiskStartMenuShortcut 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibAppDNAConnection 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibAppVApplication 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibAppVApplicationInfo 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibAppVPackage 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibDBConnection 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibDBSchema 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibDBVersionChangeScript 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibInstalledDBVersion 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibIsolationGroup 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibIsolationGroupPackage 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibLibrary 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibObjectReference 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibScopedObject 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibService 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibServiceAddedCapability 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibServiceConfigurationData 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibServiceInstance 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibServiceStatus 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-AppLibTask 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Get-BrokerAccessPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerAdminFolder 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerAppAssignmentPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerAppEntitlementPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerApplication 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerApplicationGroup 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerApplicationInstance 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerAssignmentPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerCatalog 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerConfigurationSlot 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerConfiguredFTA 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerConnectionLog 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerController 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerDBConnection 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerDBSchema 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerDBVersionChangeScript 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerDelayedHostingPowerAction 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerDesktop 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerDesktopGroup 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerDesktopGroupAnalysisReport 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerDesktopGroupAppDisk 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerDesktopGroupWebhook 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerDesktopUsage 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerEntitlementPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerHostingPowerAction 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerHypervisorAlert 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerHypervisorConnection 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerIcon 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerImportedFTA 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerInstalledDbVersion 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerLease 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerMachine 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerMachineCommand 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerMachineConfiguration 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerMachineStartMenuShortcutIcon 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerMachineStartMenuShortcuts 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerPowerTimeScheme 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerPrivateDesktop 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerRebootCycle 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerRebootSchedule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerRebootScheduleV2 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerRemotePCAccount 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerResource 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerScopedObject 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerServiceAddedCapability 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerServiceInstance 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerServiceStatus 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerSession 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerSessionLinger 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerSessionPreLaunch 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerSessionRecordingStatus 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerSharedDesktop 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerSite 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerTag 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerTagUsage 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerUnconfiguredMachine 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerUser 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-BrokerUserZonePreference 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Get-ConfigDBConnection 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigDBSchema 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigDBVersionChangeScript 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigEdgeServer 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigEnabledFeature 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigInstalledDBVersion 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigLicensingModel 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigLocalData 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigProduct 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigProductEdition 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigProductFeature 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigProductVersion 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigRegisteredServiceInstance 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigService 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigServiceAddedCapability 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigServiceGroup 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigServiceInstance 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigServiceStatus 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigSite 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-ConfigZone 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Get-CtxAppVApplication 7.19.1.17 Citrix.AppV.Admin.V1
Cmdlet Get-CtxAppVApplicationInfo 7.19.1.17 Citrix.AppV.Admin.V1
Cmdlet Get-CtxAppVPackagesEnabledCount 7.19.1.17 Citrix.AppV.Admin.V1
Cmdlet Get-CtxAppVServer 7.19.1.17 Citrix.AppV.Admin.V1
Cmdlet Get-CtxAppVServerSetting 7.19.1.17 Citrix.AppV.Admin.V1
Cmdlet Get-CtxIcon 1.0 Citrix.Common.Commands
Cmdlet Get-DSAllowedClockSkew 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSApplicationPool 3.16.0.0 Citrix.DeliveryServices.Web.Commands
Cmdlet Get-DSCanCreateWebApp 3.16.0.0 Citrix.DeliveryServices.Web.Commands
Cmdlet Get-DSCertificate 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSCertificateStore 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSClusterServiceLocalPasscode 3.16.0.0 Citrix.DeliveryServices.ClusterService…
Cmdlet Get-DSClusterServiceState 3.16.0.0 Citrix.DeliveryServices.ClusterService…
Cmdlet Get-DSConfigurableFeatureNames 3.16.0.0 Citrix.DeliveryServices.ConfigurationP…
Cmdlet Get-DSConfigurationReplicationState 3.16.0.0 Citrix.DeliveryServices.ConfigurationR…
Cmdlet Get-DSConfigurationReplicationVersion 3.16.0.0 Citrix.DeliveryServices.ConfigurationR…
Cmdlet Get-DSDefaultHostbaseUrl 3.16.0.0 Citrix.DeliveryServices.Web.Commands
Cmdlet Get-DSEndpoints 3.16.0.0 Citrix.DeliveryServices.WebApplication…
Cmdlet Get-DSFeatureClass 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSFeatureClassBlockingProcesses 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSFeatureInstanceProperty 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSFeatureInstancePropertyKeys 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSFeatureInstanceReadOnlyProperty 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSFeatureInstanceReadOnlyPropertyKeys 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSFrameworkController 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSFrameworkProperty 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSFrameworkPropertyKeys 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSInstallPath 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSIsUrlPrefixAccessSet 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSPackage 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSReplicatedFolderNames 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSService 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSSiteRedirect 3.16.0.0 Citrix.DeliveryServices.Web.Commands
Cmdlet Get-DSSQLServerInstance 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSUrlPrefixAccess 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Get-DSWebSite 3.16.0.0 Citrix.DeliveryServices.Web.Commands
Cmdlet Get-DSWebSiteCertificate 3.16.0.0 Citrix.DeliveryServices.Web.Commands
Cmdlet Get-EnvTestConfiguration 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Get-EnvTestDBConnection 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Get-EnvTestDBSchema 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Get-EnvTestDBVersionChangeScript 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Get-EnvTestDefinition 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Get-EnvTestInstalledDBVersion 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Get-EnvTestService 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Get-EnvTestServiceAddedCapability 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Get-EnvTestServiceInstance 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Get-EnvTestServiceStatus 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Get-EnvTestSuiteDefinition 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Get-EnvTestTask 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Get-HypConfigurationDataForItem 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypConfigurationObjectForItem 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypConnectionRegion 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypDBConnection 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypDBSchema 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypDBVersionChangeScript 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypHypervisorPlugin 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypInstalledDBVersion 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypLocalizedString 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypScopedObject 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypService 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypServiceAddedCapability 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypServiceInstance 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypServiceStatus 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypVMMacAddress 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypVolumeServiceConfiguration 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-HypXenServerAddress 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Get-LicAdministrator 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicAlerts 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicCEIPOption 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicCertificate 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicConfigUsageSamples 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicEffectivePermission 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicEntitlements 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicGlobalMetadata 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicHistoricalUsage 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicInventory 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicLACEnabledState 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicLACLocation 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicLocalizedNames 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicLocation 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicRenewals 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicSARenewalOptions 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicServerInfo 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicServiceAddedCapability 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LicUsageDetails 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Get-LogDataStore 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Get-LogDBConnection 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Get-LogDBSchema 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Get-LogDBVersionChangeScript 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Get-LogHighLevelOperation 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Get-LogInstalledDBVersion 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Get-LogLowLevelOperation 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Get-LogService 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Get-LogServiceAddedCapability 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Get-LogServiceInstance 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Get-LogServiceStatus 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Get-LogSite 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Get-LogSummary 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Get-MonitorConfiguration 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Get-MonitorDataStore 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Get-MonitorDBConnection 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Get-MonitorDBSchema 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Get-MonitorDBVersionChangeScript 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Get-MonitorInstalledDBVersion 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Get-MonitorNotificationEmailServerConfiguration 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Get-MonitorNotificationPolicy 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Get-MonitorNotificationSnmpServerConfiguration 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Get-MonitorService 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Get-MonitorServiceAddedCapability 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Get-MonitorServiceInstance 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Get-MonitorServiceStatus 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Get-OrchDBConnection 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Get-OrchDBSchema 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Get-OrchDBVersionChangeScript 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Get-OrchInstalledDBVersion 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Get-OrchService 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Get-OrchServiceAddedCapability 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Get-OrchServiceInstance 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Get-OrchServiceStatus 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Get-ProvDBConnection 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvDBSchema 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvDBVersionChangeScript 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvInstalledDBVersion 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvObjectReference 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvScheme 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvSchemeMasterVMImageHistory 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvScopedObject 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvService 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvServiceAddedCapability 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvServiceConfigurationData 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvServiceInstance 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvServiceStatus 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvTask 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvVirtualDisk 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvVirtualDiskPendingOperation 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-ProvVM 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Get-SfCluster 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Get-SfDBConnection 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Get-SfDBSchema 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Get-SfDBVersionChangeScript 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Get-SfInstalledDBVersion 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Get-SfIsStorefrontInstalled 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Get-SfOptimalGateway 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Get-SfService 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Get-SfServiceAddedCapability 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Get-SfServiceInstance 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Get-SfServiceStatus 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Get-SfStorefrontAddress 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Get-SfTask 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Get-STFAccountSelfService 1.0.0.0 Citrix.StoreFront.Authentication.Accou…
Cmdlet Get-STFAuthenticationProtocolsAvailable 1.0.0.0 Citrix.StoreFront.Authentication
Cmdlet Get-STFAuthenticationService 1.0.0.0 Citrix.StoreFront.Authentication
Cmdlet Get-STFAuthenticationServiceProtocol 1.0.0.0 Citrix.StoreFront.Authentication
Cmdlet Get-STFCitrixAGBasicOptions 1.0.0.0 Citrix.StoreFront.Authentication.Citri…
Cmdlet Get-STFComputerSynchronizationPermission 1.0.0.0 Citrix.StoreFront.SubscriptionsStore
Cmdlet Get-STFDeployment 1.0.0.0 Citrix.StoreFront
Cmdlet Get-STFDesktopApplianceService 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFDomainService 1.0.0.0 Citrix.StoreFront
Cmdlet Get-STFEquivalentFarmset 1.0.0.0 Citrix.StoreFront.Stores.MultiSite
Cmdlet Get-STFExplicitAuthenticator 1.0.0.0 Citrix.StoreFront.Authentication.Passw…
Cmdlet Get-STFExplicitCommonOptions 1.0.0.0 Citrix.StoreFront.Authentication.Explicit
Cmdlet Get-STFExplictJsonAuthCEIP 1.0.0.0 Citrix.StoreFront.Authentication.Explicit
Cmdlet Get-STFExplictJsonEndPoints 1.0.0.0 Citrix.StoreFront.Authentication.Explicit
Cmdlet Get-STFFeatureState 1.0.0.0 Citrix.StoreFront
Cmdlet Get-STFFeatureStateNames 1.0.0.0 Citrix.StoreFront
Cmdlet Get-STFHmacKey 1.0.0.0 Citrix.StoreFront
Cmdlet Get-STFIISSitesInfo 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFInstalledFeatures 1.0.0.0 Citrix.StoreFront
Cmdlet Get-STFPackage 1.0.0.0 Citrix.StoreFront
Cmdlet Get-STFPeerResolutionService 1.0.0.0 Citrix.StoreFront
Cmdlet Get-STFRoamingAccount 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet Get-STFRoamingBeacon 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet Get-STFRoamingGateway 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet Get-STFRoamingService 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet Get-STFRoamingServiceRecord 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet Get-STFServerGroup 1.0.0.0 Citrix.StoreFront
Cmdlet Get-STFServerGroupJoinState 1.0.0.0 Citrix.StoreFront
Cmdlet Get-STFServiceMonitor 1.0.0.0 Citrix.StoreFront
Cmdlet Get-STFStoreEnumerationOptions 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Get-STFStoreFarm 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Get-STFStoreFarmConfiguration 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Get-STFStoreGatewayService 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Get-STFStoreLaunchOptions 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Get-STFStorePna 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Get-STFStorePnaSmartAccess 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Get-STFStoreRegisteredGateway 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Get-STFStoreRegisteredOptimalLaunchGateway 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Get-STFStoreService 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Get-STFStoreSubscriptionsDatabase 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Get-STFSubscriptionStoreService 1.0.0.0 Citrix.StoreFront.SubscriptionsStore
Cmdlet Get-STFSubscriptionSynchronizationSchedule 1.0.0.0 Citrix.StoreFront.SubscriptionsStore
Cmdlet Get-STFSubscriptionSynchronizationSource 1.0.0.0 Citrix.StoreFront.SubscriptionsStore
Cmdlet Get-STFUserFarmMapping 1.0.0.0 Citrix.StoreFront.Stores.MultiSite
Cmdlet Get-STFVersion 1.0.0.0 Citrix.StoreFront
Cmdlet Get-STFWebReceiverApplicationShortcuts 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverAuthenticationManager 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverAuthenticationMethods 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverAuthenticationMethodsAvailable 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverClientPlugin 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverCommunication 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverDefaultSiteStyle 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverDiscoveryService 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverFeature 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverFeaturedAppGroup 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverFeaturedAppGroupTiles 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverPluginAssistant 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverResourcesService 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverService 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverSiteStyle 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverStoreProxy 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverStrictTransportSecurity 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-STFWebReceiverUserInterface 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Get-TrustDBConnection 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Get-TrustDBSchema 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Get-TrustDBVersionChangeScript 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Get-TrustInstalledDBVersion 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Get-TrustService 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Get-TrustServiceAddedCapability 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Get-TrustServiceInstance 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Get-TrustServiceKey 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Get-TrustServiceStatus 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Get-UserProfileDefinition 7.19.1.16 Citrix.UserProfileManager.Admin.V1
Cmdlet Get-UserProfileManagerServiceAddedCapability 7.19.1.16 Citrix.UserProfileManager.Admin.V1
Cmdlet Get-UserProfilePath 7.19.1.16 Citrix.UserProfileManager.Admin.V1
Cmdlet Get-XDDatabaseSchema 1.0 Citrix.XenDesktop.Admin
Cmdlet Get-XDLogging 1.0 Citrix.XenDesktop.Admin
Cmdlet Get-XDMonitor 1.0 Citrix.XenDesktop.Admin
Cmdlet Get-XDSite 1.0 Citrix.XenDesktop.Admin
Cmdlet Grant-HypSecurityGroupEgress 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Grant-HypSecurityGroupIngress 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Grant-STFComputerSynchronizationPermission 1.0.0.0 Citrix.StoreFront.SubscriptionsStore
Cmdlet Grant-STFStorePnaSmartAccess 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Group-BrokerDesktop 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Group-BrokerMachine 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Group-BrokerSession 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Import-AcctIdentityPool 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Import-AdminRoleConfiguration 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Import-AnalyticsDataDefinition 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Import-AppLibAppDisk 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Import-BrokerDesktopPolicy 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Import-ConfigFeatureTable 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Import-CtxGPTemplate 7.19.0.0 Citrix.Common.GroupPolicy
Cmdlet Import-DSStoreSubscriptions 3.16.0.0 Citrix.DeliveryServices.SubscriptionsM…
Cmdlet Import-LicLicenseFile 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Import-ProvScheme 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Import-STFConfiguration 1.0.0.0 Citrix.StoreFront
Cmdlet Import-STFNetScalerConfiguration 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet Import-STFSamlEncryptionCertificate 1.0.0.0 Citrix.StoreFront.Authentication.Saml
Cmdlet Import-STFSamlSigningCertificate 1.0.0.0 Citrix.StoreFront.Authentication.Saml
Cmdlet Import-STFStoreSubscriptions 1.0.0.0 Citrix.StoreFront.SubscriptionsStore
Cmdlet Install-DSFeatureClass 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Install-LicRenewals 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Install-STFFeature 1.0.0.0 Citrix.StoreFront
Cmdlet Invoke-AppLibAppDiskDnaImport 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Invoke-DSSubscriptionsSynchroniser 3.16.0.0 Citrix.DeliveryServices.SubscriptionsS…
Cmdlet Lock-ProvVM 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Move-BrokerAdminFolder 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Move-BrokerApplication 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-AcctADAccount 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet New-AcctIdentityPool 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet New-AdminAdministrator 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet New-AdminRole 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet New-AdminScope 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet New-AppLibAppDisk 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet New-AppLibAppVAppPublishedEvent 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet New-AppLibAppVPackage 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet New-AppLibAppVPackageRepositoryEvent 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet New-AppLibIsolationGroup 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet New-BrokerAccessPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerAdminFolder 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerAppAssignmentPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerAppEntitlementPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerApplication 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerApplicationGroup 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerAssignmentPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerCatalog 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerConfigurationSlot 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerConfiguredFTA 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerDelayedHostingPowerAction 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerDesktopGroup 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerDesktopGroupWebhook 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerEntitlementPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerHostingPowerAction 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerHypervisorConnection 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerIcon 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerImportDb 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerLocalDb 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerMachine 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerMachineCommand 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerMachineConfiguration 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerPowerTimeScheme 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerRebootSchedule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerRebootScheduleV2 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerRemotePCAccount 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerSessionLinger 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerSessionPreLaunch 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerTag 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerUser 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-BrokerUserZonePreference 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet New-ConfigEdgeServer 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet New-ConfigZone 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet New-CtxAppVServer 7.19.1.17 Citrix.AppV.Admin.V1
Cmdlet New-DSCertificate 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet New-EnvTestDiscoveryTargetDefinition 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet New-HypStorage 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet New-HypVMSnapshot 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet New-LicAdministrator 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet New-LicAllocation 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet New-MonitorNotificationPolicy 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet New-ProvScheme 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet New-ProvVM 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet New-SfCluster 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet New-SfStorefrontAddress 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet New-STFEquivalentFarmset 1.0.0.0 Citrix.StoreFront.Stores.MultiSite
Cmdlet New-STFFeatureState 1.0.0.0 Citrix.StoreFront
Cmdlet New-STFFeatureStateProperty 1.0.0.0 Citrix.StoreFront
Cmdlet New-STFRoamingGateway 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet New-STFSamlEncryptionCertificate 1.0.0.0 Citrix.StoreFront.Authentication.Saml
Cmdlet New-STFSamlIdPCertificate 1.0.0.0 Citrix.StoreFront.Authentication.Saml
Cmdlet New-STFSamlSigningCertificate 1.0.0.0 Citrix.StoreFront.Authentication.Saml
Cmdlet New-STFSessionManagerTrustedIssuer 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet New-STFStoreFarm 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet New-STFUserFarmMappingGroup 1.0.0.0 Citrix.StoreFront.Stores.MultiSite
Cmdlet New-STFWebReceiverClientPlugin 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet New-STFWebReceiverFeaturedAppGroup 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet New-TrustBearerToken 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet New-UserProfileConfiguration 7.19.1.16 Citrix.UserProfileManager.Admin.V1
Cmdlet New-UserProfileShare 7.19.1.16 Citrix.UserProfileManager.Admin.V1
Cmdlet New-XDDatabase 1.0 Citrix.XenDesktop.Admin
Cmdlet New-XDSite 1.0 Citrix.XenDesktop.Admin
Cmdlet Publish-ProvMasterVMImage 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Publish-STFServerGroupConfiguration 1.0.0.0 Citrix.StoreFront
Cmdlet Read-STFNetScalerConfiguration 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet Register-ConfigServiceInstance 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Register-STFStoreGateway 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Register-STFStoreOptimalLaunchGateway 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Register-TrustServiceKey 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Remove-AcctADAccount 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Remove-AcctIdentityPool 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Remove-AcctIdentityPoolMetadata 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Remove-AcctIdentityPoolScope 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Remove-AcctServiceMetadata 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Remove-AdminAdministrator 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Remove-AdminAdministratorMetadata 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Remove-AdminPermission 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Remove-AdminRight 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Remove-AdminRole 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Remove-AdminRoleMetadata 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Remove-AdminScope 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Remove-AdminScopeMetadata 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Remove-AdminServiceMetadata 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Remove-AnalyticsServiceMetadata 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Remove-AppLibAppDisk 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Remove-AppLibAppDiskMetadata 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Remove-AppLibAppDiskScope 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Remove-AppLibAppDNAConnection 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Remove-AppLibAppVApplicationMetadata 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Remove-AppLibAppVPackage 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Remove-AppLibAppVPackageMetadata 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Remove-AppLibIsolationGroup 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Remove-AppLibIsolationGroupMetadata 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Remove-AppLibIsolationGroupPackage 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Remove-AppLibLibraryMetadata 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Remove-AppLibServiceConfigurationData 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Remove-AppLibServiceMetadata 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Remove-AppLibTask 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Remove-AppLibTaskMetadata 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Remove-BrokerAccessPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerAccessPolicyRuleMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerAdminFolder 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerAdminFolderMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerAppAssignmentPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerAppEntitlementPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerApplication 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerApplicationGroup 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerApplicationGroupMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerApplicationInstanceMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerApplicationMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerAssignmentPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerAssignmentPolicyRuleMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerCatalog 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerCatalogMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerConfigurationSlot 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerConfigurationSlotMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerConfiguredFTA 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerControllerMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerDelayedHostingPowerAction 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerDesktopGroup 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerDesktopGroupMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerDesktopGroupWebhook 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerEntitlementPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerEntitlementPolicyRuleMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerHostingPowerAction 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerHostingPowerActionMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerHypervisorAlertMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerHypervisorConnection 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerHypervisorConnectionMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerIcon 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerIconMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerImportDb 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerImportedFTA 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerLease 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerLeaseMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerLocalDb 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerMachine 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerMachineCommand 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerMachineCommandMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerMachineConfiguration 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerMachineConfigurationMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerMachineMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerPowerTimeScheme 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerPowerTimeSchemeMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerRebootCycleMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerRebootSchedule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerRebootScheduleV2 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerRebootScheduleV2Metadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerRemotePCAccount 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerScope 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerSessionLinger 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerSessionMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerSessionPreLaunch 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerSiteMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerTag 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerTagMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerUser 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-BrokerUserZonePreference 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Remove-ConfigEdgeServer 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Remove-ConfigEdgeServerMetadata 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Remove-ConfigRegisteredServiceInstanceMetadata 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Remove-ConfigServiceGroup 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Remove-ConfigServiceGroupMetadata 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Remove-ConfigServiceMetadata 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Remove-ConfigSiteMetadata 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Remove-ConfigZone 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Remove-ConfigZoneMetadata 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Remove-DSCertificate 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Remove-DSCertificateKeyReadAccess 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Remove-DSClusterService 3.16.0.0 Citrix.DeliveryServices.ClusterService…
Cmdlet Remove-DSConfigurationReplication 3.16.0.0 Citrix.DeliveryServices.ConfigurationR…
Cmdlet Remove-DSConfigurationReplicationServerFromCluster 3.16.0.0 Citrix.DeliveryServices.ConfigurationR…
Cmdlet Remove-DSCredentialWallet 3.16.0.0 Citrix.DeliveryServices.CredentialWall…
Cmdlet Remove-DSDirectory 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Remove-DSDomainService 3.16.0.0 Citrix.DeliveryServices.DomainService….
Cmdlet Remove-DSFeatureInstance 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Remove-DSFeatureInstanceProperty 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Remove-DSFirewallRule 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Remove-DSFrameworkProperty 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Remove-DSLocalGroup 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Remove-DSLocalGroupMember 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Remove-DSPeerResolutionService 3.16.0.0 Citrix.DeliveryServices.PeerResolution…
Cmdlet Remove-DSReplicatedFolder 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Remove-DSSubscriptionsStoreService 3.16.0.0 Citrix.DeliveryServices.SubscriptionsS…
Cmdlet Remove-DSSubscriptionsSynchroniser 3.16.0.0 Citrix.DeliveryServices.SubscriptionsS…
Cmdlet Remove-DSTenant 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Remove-DSUrlPrefixAccess 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Remove-EnvTestServiceMetadata 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Remove-EnvTestTask 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Remove-EnvTestTaskMetadata 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Remove-HypHostingUnitMetadata 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Remove-HypHostingUnitNetwork 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Remove-HypHostingUnitStorage 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Remove-HypHypervisorConnectionAddress 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Remove-HypHypervisorConnectionMetadata 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Remove-HypHypervisorConnectionScope 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Remove-HypMetadata 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Remove-HypServiceMetadata 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Remove-LicAdministrator 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Remove-LicGlobalMetadata 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Remove-LogOperation 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Remove-LogServiceMetadata 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Remove-LogSiteMetadata 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Remove-MonitorNotificationPolicy 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Remove-MonitorNotificationPolicyConditions 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Remove-MonitorNotificationPolicyEmailAddresses 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Remove-MonitorNotificationPolicyTargets 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Remove-MonitorServiceMetadata 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Remove-OrchServiceMetadata 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Remove-ProvScheme 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Remove-ProvSchemeControllerAddress 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Remove-ProvSchemeMasterVMImageHistory 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Remove-ProvSchemeMetadata 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Remove-ProvSchemeScope 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Remove-ProvServiceConfigurationData 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Remove-ProvServiceMetadata 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Remove-ProvTask 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Remove-ProvTaskMetadata 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Remove-ProvVM 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Remove-SfOptimalGateway 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Remove-SfServerFromCluster 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Remove-SfServiceMetadata 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Remove-SfTask 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Remove-SfTaskMetadata 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Remove-STFAuthenticationService 1.0.0.0 Citrix.StoreFront.Authentication
Cmdlet Remove-STFAuthenticationServiceProtocol 1.0.0.0 Citrix.StoreFront.Authentication
Cmdlet Remove-STFConfigurationApi 1.0.0.0 Citrix.StoreFront.ConfigurationApi
Cmdlet Remove-STFDesktopApplianceService 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Remove-STFFeatureState 1.0.0.0 Citrix.StoreFront
Cmdlet Remove-STFHmacKey 1.0.0.0 Citrix.StoreFront
Cmdlet Remove-STFRoamingGateway 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet Remove-STFServerGroupMember 1.0.0.0 Citrix.StoreFront
Cmdlet Remove-STFSessionManagerTrustedIssuer 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Remove-STFStoreFarm 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Remove-STFStoreService 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Remove-STFSubscriptionSynchronizationSource 1.0.0.0 Citrix.StoreFront.SubscriptionsStore
Cmdlet Remove-STFUserFarmMapping 1.0.0.0 Citrix.StoreFront.Stores.MultiSite
Cmdlet Remove-STFWebReceiverClientPlugin 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Remove-STFWebReceiverFeature 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Remove-STFWebReceiverFeaturedAppGroup 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Remove-STFWebReceiverService 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Remove-TrustServiceKeyMetadata 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Remove-TrustServiceMetadata 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Remove-UserProfileShare 7.19.1.16 Citrix.UserProfileManager.Admin.V1
Cmdlet Remove-XDController 1.0 Citrix.XenDesktop.Admin
Cmdlet Remove-XDSite 1.0 Citrix.XenDesktop.Admin
Cmdlet Rename-AcctIdentityPool 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Rename-AdminRole 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Rename-AdminScope 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Rename-AppLibAppDisk 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Rename-BrokerAccessPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Rename-BrokerAdminFolder 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Rename-BrokerAppAssignmentPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Rename-BrokerAppEntitlementPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Rename-BrokerApplication 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Rename-BrokerApplicationGroup 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Rename-BrokerAssignmentPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Rename-BrokerCatalog 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Rename-BrokerDesktopGroup 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Rename-BrokerEntitlementPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Rename-BrokerImportDb 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Rename-BrokerMachineConfiguration 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Rename-BrokerPowerTimeScheme 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Rename-BrokerRebootScheduleV2 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Rename-BrokerTag 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Rename-ConfigEdgeServer 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Rename-ConfigZone 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Rename-ProvScheme 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Repair-AcctADAccount 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Repair-UserProfileShare 7.19.1.16 Citrix.UserProfileManager.Admin.V1
Cmdlet Reset-AcctEnabledFeatureList 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Reset-AcctServiceGroupMembership 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Reset-AdminEnabledFeatureList 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Reset-AdminServiceGroupMembership 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Reset-AnalyticsEnabledFeatureList 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Reset-AnalyticsServiceGroupMembership 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Reset-AppLibEnabledFeatureList 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Reset-AppLibServiceGroupMembership 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Reset-BrokerEnabledFeatureList 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Reset-BrokerLicensingConnection 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Reset-BrokerServiceGroupMembership 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Reset-ConfigEdgeServerList 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Reset-ConfigEnabledFeatureList 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Reset-ConfigServiceGroupMembership 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Reset-EnvTestEnabledFeatureList 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Reset-EnvTestServiceGroupMembership 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Reset-HypEnabledFeatureList 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Reset-HypServiceGroupMembership 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Reset-LogDataStore 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Reset-LogEnabledFeatureList 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Reset-LogServiceGroupMembership 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Reset-MonitorDataStore 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Reset-MonitorEnabledFeatureList 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Reset-MonitorServiceGroupMembership 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Reset-OrchEnabledFeatureList 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Reset-OrchServiceGroupMembership 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Reset-ProvEnabledFeatureList 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Reset-ProvServiceGroupMembership 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Reset-SfEnabledFeatureList 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Reset-SfServiceGroupMembership 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Reset-STFFeatureData 1.0.0.0 Citrix.StoreFront
Cmdlet Reset-TrustEnabledFeatureList 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Reset-TrustServiceGroupMembership 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Restore-DSStoreSubscriptions 3.16.0.0 Citrix.DeliveryServices.SubscriptionsM…
Cmdlet Restore-STFStoreSubscriptions 1.0.0.0 Citrix.StoreFront.SubscriptionsStore
Cmdlet Revoke-HypSecurityGroupEgress 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Revoke-HypSecurityGroupIngress 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Revoke-STFComputerSynchronizationPermission 1.0.0.0 Citrix.StoreFront.SubscriptionsStore
Cmdlet Revoke-STFStorePnaSmartAccess 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Revoke-TrustBearerToken 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Revoke-TrustPreviousServiceKey 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Save-STFService 1.0.0.0 Citrix.StoreFront
Cmdlet Send-BrokerSessionMessage 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-AcctDBConnection 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Set-AcctIdentityPool 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Set-AcctIdentityPoolMetadata 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Set-AcctServiceMetadata 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Set-AdminAdministrator 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Set-AdminAdministratorMetadata 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Set-AdminDBConnection 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Set-AdminRole 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Set-AdminRoleMetadata 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Set-AdminScope 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Set-AdminScopeMetadata 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Set-AdminServiceMetadata 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Set-AnalyticsDBConnection 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Set-AnalyticsServiceMetadata 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Set-AnalyticsSite 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Set-AppLibAppDisk 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Set-AppLibAppDiskMetadata 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Set-AppLibAppDNAConnection 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Set-AppLibAppVApplicationMetadata 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Set-AppLibAppVPackageMetadata 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Set-AppLibDBConnection 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Set-AppLibIsolationGroup 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Set-AppLibIsolationGroupMetadata 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Set-AppLibIsolationGroupPackage 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Set-AppLibLibraryMetadata 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Set-AppLibServiceConfigurationData 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Set-AppLibServiceMetadata 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Set-AppLibTaskMetadata 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Set-BrokerAccessPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerAccessPolicyRuleMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerAdminFolderMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerAppAssignmentPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerAppEntitlementPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerApplication 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerApplicationGroup 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerApplicationGroupMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerApplicationInstanceMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerApplicationMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerAssignmentPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerAssignmentPolicyRuleMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerCatalog 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerCatalogMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerConfiguration 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerConfigurationSlotMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerControllerMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerDBConnection 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerDesktopGroup 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerDesktopGroupMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerDesktopGroupWebhook 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerEntitlementPolicyRule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerEntitlementPolicyRuleMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerHostingPowerAction 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerHostingPowerActionMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerHypervisorAlertMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerHypervisorConnection 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerHypervisorConnectionMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerIconMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerLeaseMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerMachine 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerMachineCatalog 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerMachineCommandMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerMachineConfiguration 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerMachineConfigurationMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerMachineMaintenanceMode 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerMachineMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerPowerTimeScheme 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerPowerTimeSchemeMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerPrivateDesktop 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerRebootCycleMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerRebootSchedule 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerRebootScheduleV2 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerRebootScheduleV2Metadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerRemotePCAccount 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerSession 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerSessionLinger 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerSessionMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerSessionPreLaunch 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerSharedDesktop 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerSite 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerSiteMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerTag 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerTagMetadata 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-BrokerUserZonePreference 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Set-ConfigDBConnection 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Set-ConfigEdgeServer 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Set-ConfigEdgeServerMetadata 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Set-ConfigRegisteredServiceInstance 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Set-ConfigRegisteredServiceInstanceMetadata 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Set-ConfigService 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Set-ConfigServiceGroupMetadata 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Set-ConfigServiceMetadata 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Set-ConfigSite 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Set-ConfigSiteMetadata 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Set-ConfigZone 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Set-ConfigZoneMetadata 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Set-CtxAppVServerSetting 7.19.1.17 Citrix.AppV.Admin.V1
Cmdlet Set-DSAllowedClockSkew 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Set-DSAssemblyVerification 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Set-DSFeatureInstanceCertificateOwnership 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Set-DSFeatureInstanceProperty 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Set-DSFrameworkProperty 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Set-DSMultipleTenancyMode 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Set-DSReplicatedFolder 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Set-DSSite 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Set-DSSiteRedirect 3.16.0.0 Citrix.DeliveryServices.Web.Commands
Cmdlet Set-DSTracefileLocation 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Set-DSTraceLevel 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Set-EnvTestConfiguration 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Set-EnvTestDBConnection 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Set-EnvTestServiceMetadata 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Set-EnvTestTaskMetadata 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Set-HypAdminConnection 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Set-HypDBConnection 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Set-HypHostingUnitMetadata 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Set-HypHostingUnitStorage 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Set-HypHypervisorConnectionMetadata 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Set-HypServiceMetadata 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Set-HypVolumeServiceConfiguration 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Set-LicAdministrator 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Set-LicCEIPOption 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Set-LicConfigUsageSamples 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Set-LicLACEnabledState 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Set-LicSARenewalOptions 5.5.0.1… Citrix.Licensing.Admin.V1
Cmdlet Set-LogDBConnection 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Set-LogServiceMetadata 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Set-LogSite 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Set-LogSiteMetadata 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Set-MonitorConfiguration 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Set-MonitorDBConnection 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Set-MonitorNotificationEmailServerConfiguration 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Set-MonitorNotificationPolicy 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Set-MonitorNotificationSnmpServerConfiguration 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Set-MonitorServiceMetadata 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Set-OrchDBConnection 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Set-OrchServiceMetadata 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Set-ProvDBConnection 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Set-ProvScheme 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Set-ProvSchemeMetadata 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Set-ProvServiceConfigurationData 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Set-ProvServiceMetadata 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Set-ProvTaskMetadata 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Set-SfCluster 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Set-SfDBConnection 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Set-SfOptimalGateway 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Set-SfServiceMetadata 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Set-SfTaskMetadata 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Set-STFAccountSelfService 1.0.0.0 Citrix.StoreFront.Authentication.Accou…
Cmdlet Set-STFCitrixAGBasicOptions 1.0.0.0 Citrix.StoreFront.Authentication.Citri…
Cmdlet Set-STFClaimsFactoryNames 1.0.0.0 Citrix.StoreFront.Authentication
Cmdlet Set-STFDeployment 1.0.0.0 Citrix.StoreFront
Cmdlet Set-STFDesktopApplianceService 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Set-STFDiagnostics 1.0.0.0 Citrix.StoreFront
Cmdlet Set-STFDomainService 1.0.0.0 Citrix.StoreFront
Cmdlet Set-STFExplicitAuthenticator 1.0.0.0 Citrix.StoreFront.Authentication.Passw…
Cmdlet Set-STFExplicitCommonOptions 1.0.0.0 Citrix.StoreFront.Authentication.Explicit
Cmdlet Set-STFFeatureState 1.0.0.0 Citrix.StoreFront
Cmdlet Set-STFRoamingAccount 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet Set-STFRoamingBeacon 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet Set-STFRoamingGateway 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet Set-STFSamlRequireArtifactResolution 1.0.0.0 Citrix.StoreFront.Authentication.Saml
Cmdlet Set-STFServiceMonitor 1.0.0.0 Citrix.StoreFront
Cmdlet Set-STFStoreEnumerationOptions 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Set-STFStoreFarm 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Set-STFStoreFarmConfiguration 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Set-STFStoreGatewayService 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Set-STFStoreLaunchOptions 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Set-STFStorePnaSmartAccess 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Set-STFStoreService 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Set-STFStoreSubscriptionsDatabase 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Set-STFUserFarmMapping 1.0.0.0 Citrix.StoreFront.Stores.MultiSite
Cmdlet Set-STFWebReceiverApplicationShortcuts 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Set-STFWebReceiverAuthenticationManager 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Set-STFWebReceiverAuthenticationMethods 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Set-STFWebReceiverClientPlugin 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Set-STFWebReceiverCommunication 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Set-STFWebReceiverDiscoveryService 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Set-STFWebReceiverFeaturedAppGroup 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Set-STFWebReceiverFeaturedAppGroups 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Set-STFWebReceiverPluginAssistant 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Set-STFWebReceiverResourcesService 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Set-STFWebReceiverService 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Set-STFWebReceiverSiteStyle 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Set-STFWebReceiverStrictTransportSecurity 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Set-STFWebReceiverUserInterface 1.0.0.0 Citrix.StoreFront.WebReceiver
Cmdlet Set-TrustDBConnection 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Set-TrustServiceKeyMetadata 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Set-TrustServiceKeyRotation 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Set-TrustServiceMetadata 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Set-UserProfileDefinition 7.19.1.16 Citrix.UserProfileManager.Admin.V1
Cmdlet Set-XDLicensing 1.0 Citrix.XenDesktop.Admin
Cmdlet Set-XDLogging 1.0 Citrix.XenDesktop.Admin
Cmdlet Set-XDMonitor 1.0 Citrix.XenDesktop.Admin
Cmdlet Set-XDSiteMetadata 1.0 Citrix.XenDesktop.Admin
Cmdlet Start-AppLibAppDiskAnalysis 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Start-AppLibAppDiskSeal 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Start-BrokerCatalogAnalysis 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Start-BrokerCatalogPvdImagePrepare 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Start-BrokerDesktopGroupRebootCycle 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Start-BrokerMachinePvdImagePrepare 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Start-BrokerNaturalDesktopGroupRebootCycle 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Start-BrokerNaturalRebootCycle 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Start-BrokerRebootCycle 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Start-BrokerSessionRecording 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Start-DSApplicationPool 3.16.0.0 Citrix.DeliveryServices.Web.Commands
Cmdlet Start-DSClusterJoin 3.16.0.0 Citrix.DeliveryServices.ClusterService…
Cmdlet Start-DSConfigurationReplicationClusterUpdate 3.16.0.0 Citrix.DeliveryServices.ConfigurationR…
Cmdlet Start-DSConfigurationReplicationLocalUpdate 3.16.0.0 Citrix.DeliveryServices.ConfigurationR…
Cmdlet Start-DSService 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Start-EnvTestTask 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Start-HypVM 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Start-LogHighLevelOperation 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Start-OrchRestApi 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Start-STFServerGroupJoin 1.0.0.0 Citrix.StoreFront
Cmdlet Stop-AppLibTask 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Stop-BrokerRebootCycle 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Stop-BrokerSession 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Stop-BrokerSessionRecording 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Stop-DSApplicationPool 3.16.0.0 Citrix.DeliveryServices.Web.Commands
Cmdlet Stop-DSService 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Stop-EnvTestTask 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Stop-HypVM 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Stop-LogHighLevelOperation 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Stop-OrchRestApi 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Stop-ProvTask 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Stop-STFServerGroupJoin 1.0.0.0 Citrix.StoreFront
Cmdlet Switch-EnvTestTask 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Switch-ProvTask 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Test-AcctDBConnection 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Test-AcctIdentityPoolNameAvailable 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Test-AdminAccess 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Test-AdminDBConnection 7.19.1.17 Citrix.DelegatedAdmin.Admin.V1
Cmdlet Test-AnalyticsDBConnection 7.19.1.18 Citrix.Analytics.Admin.V1
Cmdlet Test-AppLibAppDiskNameAvailable 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Test-AppLibAppDNAConnection 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Test-AppLibAppDNAExistingConnection 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Test-AppLibDBConnection 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Test-BrokerAccessPolicyRuleNameAvailable 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Test-BrokerAppAssignmentPolicyRuleNameAvailable 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Test-BrokerAppEntitlementPolicyRuleNameAvailable 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Test-BrokerApplicationGroupNameAvailable 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Test-BrokerApplicationNameAvailable 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Test-BrokerAssignmentPolicyRuleNameAvailable 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Test-BrokerCatalogNameAvailable 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Test-BrokerDBConnection 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Test-BrokerDesktopGroupNameAvailable 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Test-BrokerEntitlementPolicyRuleNameAvailable 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Test-BrokerLicenseServer 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Test-BrokerMachineNameAvailable 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Test-BrokerPowerTimeSchemeNameAvailable 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Test-BrokerRemotePCAccountNameAvailable 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Test-ConfigDBConnection 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Test-ConfigServiceInstanceAvailability 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Test-CtxAppVServer 7.19.1.17 Citrix.AppV.Admin.V1
Cmdlet Test-DSFeatureDependancy 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Test-EnvTestDBConnection 7.19.1.16 Citrix.EnvTest.Admin.V1
Cmdlet Test-HypDBConnection 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Test-HypHostingUnitNameAvailable 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Test-HypHypervisorConnectionNameAvailable 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Test-LogDBConnection 7.19.1.16 Citrix.ConfigurationLogging.Admin.V1
Cmdlet Test-MonitorDBConnection 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Test-MonitorNotificationEmailServerConfiguration 7.19.1.17 Citrix.Monitor.Admin.V1
Cmdlet Test-OrchDBConnection 7.19.1.73 Citrix.Orchestration.Admin.V1
Cmdlet Test-ProvDBConnection 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Test-ProvSchemeNameAvailable 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Test-SfDBConnection 7.19.1.17 Citrix.Storefront.Admin.V1
Cmdlet Test-STFSecureTicketAuthority 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet Test-TrustDBConnection 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Test-UserProfileShare 7.19.1.16 Citrix.UserProfileManager.Admin.V1
Cmdlet Uninstall-DSFeatureClass 3.16.0.0 Citrix.DeliveryServices.Framework.Comm…
Cmdlet Uninstall-STFFeature 1.0.0.0 Citrix.StoreFront
Cmdlet Unlock-AcctADAccount 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Unlock-AcctIdentityPool 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Unlock-AppLibAppDisk 7.19.1.19 Citrix.AppLibrary.Admin.V1
Cmdlet Unlock-ProvScheme 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Unlock-ProvVM 7.19.1.19 Citrix.MachineCreation.Admin.V2
Cmdlet Unprotect-STFConfigurationExport 1.0.0.0 Citrix.StoreFront
Cmdlet Unregister-ConfigRegisteredServiceInstance 7.19.1.19 Citrix.Configuration.Admin.V2
Cmdlet Unregister-STFStoreGateway 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Unregister-STFStoreOptimalLaunchGateway 1.0.0.0 Citrix.StoreFront.Stores
Cmdlet Unregister-TrustServiceKey 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Update-AcctADAccount 7.19.1.19 Citrix.ADIdentity.Admin.V2
Cmdlet Update-BrokerImportedFTA 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Update-BrokerLocalLeaseCache 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Update-BrokerNameCache 7.19.1.30 Citrix.Broker.Admin.V2
Cmdlet Update-DSStoreSubscriptions 3.16.0.0 Citrix.DeliveryServices.SubscriptionsM…
Cmdlet Update-HypHypervisorConnection 7.19.1.17 Citrix.Host.Admin.V2
Cmdlet Update-STFHmacKey 1.0.0.0 Citrix.StoreFront
Cmdlet Update-STFSamlIdPFromMetadata 1.0.0.0 Citrix.StoreFront.Authentication.Saml
Cmdlet Update-STFSecureTicketAuthority 1.0.0.0 Citrix.StoreFront.Roaming
Cmdlet Update-TrustBearerToken 7.19.1.16 Citrix.Trust.Admin.V1
Cmdlet Wait-STFPublishServerGroupConfiguration 1.0.0.0 Citrix.StoreFront
Cmdlet Wait-STFServerGroupJoin 1.0.0.0 Citrix.StoreFront

 

 

Difference between CA Web Enrollment and Certificate Enrollment Web Service/Certificate Enrollment Policy Web Service

October 8, 2018

When installing the Certificate Authority in a domain joined server, you have the option of installing 3 other Certificate services:

1.CA Web Enrollment

2.Certificate Enrollment Web Service

3.Certificate Enrollment Policy Web Service

In addition you can also install 2 other services titled:

4. Network Device Enrollment service

5. On Line Responder

Let’s focus on the three first items above

1.CA Web Enrollment: Per Microsoft’s description:

Certification Authority (CA) Web Enrollment service was released in the Windows 2000 operating system. CA Web Enrollment allows client computers to submit PKCS #10 requests to the CA interactively through a web browser and Internet Information Services (IIS) application. For example, when this role service is installed, users in the contoso.com domain could enter http://ca.contoso.com/CertSrv Jump in their web browser and see an interactive web site that allows them to upload requests, download completed certificates, and download certificate revocation lists (CRLs).

Although CA Web Enrollment and Certificate Enrollment Web Services both use HTTPS, they are fundamentally different technologies. CA Web Enrollment provides a browser-based interactive method of requesting individual certificates that does not require specific client components or configuration. CA Web Enrollment only supports interactive requests that the requester creates and uploads manually through the web site. For example, if an administrator want to provision a certificate to an Apache Web server running the Linux operating system, a PKCS #10 request that was created by using OpenSSL could be uploaded. After the CA issued the request, the certificate could be downloaded by using the browser.

The Certificate Enrollment Policy Web Service and the Certificate Enrollment Web Service focus on automated certificate requests and provisioning by using the native client starting with the Windows 7 and Windows Server 2008 R2 operating systems. The end user does not have to make a request manually or interact with a web site.

Certificate Enrollment Web Services and CA Web Enrollment are complementary technologies. CA Web Enrollment supports certificate requests and a broad set of client operating systems. The Certificate Enrollment Web Services offer automated requests and certificate provisioning for client computers starting with the Windows 7 and Windows Server 2008 R2 operating systems.

source: https://social.technet.microsoft.com/wiki/contents/articles/7734.certificate-enrollment-web-services-in-active-directory-certificate-services.aspx

Therefore, as explained on the last two paragraphs above indicate that:

2.Certificate Enrollment Web Service

3.Certificate Enrollment Policy Web Service

They both complement the CA Web enrollment and they focus on automating certificate request wheres the CA Web Enrollment is a manual, interactive  process via website using this web site format: http://ca.contoso.com/CertSrv Jump    allowing uploading requests, downloading completed certificates, and downloading certificate revocation lists

 

 

ServicePrincipal Name how to register after event id 1067

April 18, 2018

Sometimes you boot a member server, e..g a Terminal Server, but the Domain controller (DC)  is not available (rebooting, shutting down, etc) and you only have one DC (not a good idea BTW). What could potentially happen if the  DC is not up during the registration of the Terminal Server with the DC? You can probably logon to the server via console but not via RDP. If you open the Event Viewer logs in the Terminal Server, you will see the following warning:

Event Id 1067 Log Name: System
Source: Terminal Services-Remote Connection Manager
“The RD Session Host server cannot register ‘TERMSERV’ Service Principal Name to be used for server authentication. The following error occurred. The specified domain either doesn’t not exist or could not be contacted”

You then try to register the SPN using the CLI command:

setspn -A host ServicePrincipalName (where host is the name of the terminal server and ServicePrincipal Nameis the SPN to register), and then press ENTER.

For example, to register the SPN for ServerA, type the following at the command prompt: setspn -A TERMSERV/ServerA ServerA

You mat get the following error:

***

Ldap Error<0x51 — Server Down> ldap_connect

Failed to retrieve DN for domain “” : 0x00000051 Warning: No valid targets specified, reverting to current domain.

FindDomainForAccount: Call to DsGetDcNameWithAccountW failed with return value 0x00000525
Unable to locate account ServerA

***

SOLUTION:

You need first to flush the DNS:

ipconfig /flushDNS

followed by the same command as before:

setspn -A TERMSERV/ServerA ServerA

Result: This time it should register successfully:

“Registering ServicePrincipalNames for CN=ServerA, OU=2012R2-VDAs,DC=MyDomain,DC=COM
TERMSERV/ServerA
updated object”

thumbnail