<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	
	>
<channel>
	<title>
	Comments on: Citrix Cloud (DaaS) Documentation Script V1.22	</title>
	<atom:link href="https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/</link>
	<description>The Accidental Citrix Admin - The site for those who find themselves supporting Citrix involuntarily or accidentally</description>
	<lastBuildDate>Tue, 01 Aug 2023 14:55:12 +0000</lastBuildDate>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.8.2</generator>
	<item>
		<title>
		By: Jeremy Holt		</title>
		<link>https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-102022</link>

		<dc:creator><![CDATA[Jeremy Holt]]></dc:creator>
		<pubDate>Tue, 01 Aug 2023 14:55:12 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62385#comment-102022</guid>

					<description><![CDATA[Carl,  I have a solution for users who get the Import-Module : A drive with the name ‘XDHyp’ already exists error.

If this happens, close your powershell window and open a new one.  add-pssnapin *citrix* then set-xdcredentials....... then do a get-psdrive.  if xdhyp shows up in the list run:  remove-psdrive xdhyp  then run the cc_inventory_v1.ps1

it will work this time.]]></description>
			<content:encoded><![CDATA[<p>Carl,  I have a solution for users who get the Import-Module : A drive with the name ‘XDHyp’ already exists error.</p>
<p>If this happens, close your powershell window and open a new one.  add-pssnapin *citrix* then set-xdcredentials&#8230;&#8230;. then do a get-psdrive.  if xdhyp shows up in the list run:  remove-psdrive xdhyp  then run the cc_inventory_v1.ps1</p>
<p>it will work this time.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Jeremy Holt		</title>
		<link>https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-100545</link>

		<dc:creator><![CDATA[Jeremy Holt]]></dc:creator>
		<pubDate>Fri, 16 Jun 2023 19:57:01 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62385#comment-100545</guid>

					<description><![CDATA[Carl, 
I ran into the error for...
# “Import-Module : A drive with the name ‘XDHyp’ already exists.”


I was able to resolve this by opening a new elevated Powershell window, then running...

# get-psdrive

if XDHyp is in the list, then run...

# remove-psdrive XDHyp

Then Set-XDCredentials, and then run the script again.

This resolved the issue for me.]]></description>
			<content:encoded><![CDATA[<p>Carl,<br />
I ran into the error for&#8230;<br />
# “Import-Module : A drive with the name ‘XDHyp’ already exists.”</p>
<p>I was able to resolve this by opening a new elevated Powershell window, then running&#8230;</p>
<p># get-psdrive</p>
<p>if XDHyp is in the list, then run&#8230;</p>
<p># remove-psdrive XDHyp</p>
<p>Then Set-XDCredentials, and then run the script again.</p>
<p>This resolved the issue for me.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carl Webster		</title>
		<link>https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-84740</link>

		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Sun, 18 Dec 2022 18:08:53 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62385#comment-84740</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-84504&quot;&gt;Kenneth Laury&lt;/a&gt;.

I have asked my two main PowerShell mentors if they have any advice.

Webster]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-84504">Kenneth Laury</a>.</p>
<p>I have asked my two main PowerShell mentors if they have any advice.</p>
<p>Webster</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Kenneth Laury		</title>
		<link>https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-84504</link>

		<dc:creator><![CDATA[Kenneth Laury]]></dc:creator>
		<pubDate>Thu, 15 Dec 2022 04:26:13 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62385#comment-84504</guid>

					<description><![CDATA[We are using DAAS and I like the section part of your script.  I want to run the script from a batch file , but because I’m using about 4 parameters from the Section the commas is causing my entries from being validated.  I get something like Groups, is not a valid entry.  The other thought was to try to hardcode parameters into the script, but limited knowledge of PowerShell is not helping.  If you could give me any kind of help, I would appreciate it.]]></description>
			<content:encoded><![CDATA[<p>We are using DAAS and I like the section part of your script.  I want to run the script from a batch file , but because I’m using about 4 parameters from the Section the commas is causing my entries from being validated.  I get something like Groups, is not a valid entry.  The other thought was to try to hardcode parameters into the script, but limited knowledge of PowerShell is not helping.  If you could give me any kind of help, I would appreciate it.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carl Webster		</title>
		<link>https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-82970</link>

		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Wed, 30 Nov 2022 11:22:20 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62385#comment-82970</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-82732&quot;&gt;Matt Moffat&lt;/a&gt;.

It looks like Citrix changed it from Hosting. to HostingManagement.

Try that.]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-82732">Matt Moffat</a>.</p>
<p>It looks like Citrix changed it from Hosting. to HostingManagement.</p>
<p>Try that.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Matt Moffat		</title>
		<link>https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-82732</link>

		<dc:creator><![CDATA[Matt Moffat]]></dc:creator>
		<pubDate>Tue, 22 Nov 2022 23:51:38 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62385#comment-82732</guid>

					<description><![CDATA[I am using citrix daas and there are quite a few of the set-brokerserviceconfigurationdata options that I am wanting to configure. However, many of them return an error saying:
 &quot;Configuration data setting name is unknown.&quot; 
FullyQualifiedErrorId : Citrix.XDPowerShell.Broker.UnknownConfigurationDataSetting,Citrix.Broker.Admin.SDK.SetBrookerServiceConfigurationDataCommand

2 examples of where I am seeing this is with
Set-BrokerServiceConfigurationData &quot;Hosting.MaxRegistrationDelayMin&quot; -settingvalue 45
Set-BrokerServiceConfigurationData &quot;Hosting.MaxTimeBeforeStuckOnBootFaultSecs&quot; -settingvalue 900

Any thoughts would be appreciated. Sincerest apologies if this is not the right setting for this question. Either way though, I am massively grateful for your documentation and information.]]></description>
			<content:encoded><![CDATA[<p>I am using citrix daas and there are quite a few of the set-brokerserviceconfigurationdata options that I am wanting to configure. However, many of them return an error saying:<br />
 &#8220;Configuration data setting name is unknown.&#8221;<br />
FullyQualifiedErrorId : Citrix.XDPowerShell.Broker.UnknownConfigurationDataSetting,Citrix.Broker.Admin.SDK.SetBrookerServiceConfigurationDataCommand</p>
<p>2 examples of where I am seeing this is with<br />
Set-BrokerServiceConfigurationData &#8220;Hosting.MaxRegistrationDelayMin&#8221; -settingvalue 45<br />
Set-BrokerServiceConfigurationData &#8220;Hosting.MaxTimeBeforeStuckOnBootFaultSecs&#8221; -settingvalue 900</p>
<p>Any thoughts would be appreciated. Sincerest apologies if this is not the right setting for this question. Either way though, I am massively grateful for your documentation and information.</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carl Webster		</title>
		<link>https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-82730</link>

		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Tue, 22 Nov 2022 22:47:11 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62385#comment-82730</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-82561&quot;&gt;Lee Prior&lt;/a&gt;.

#	KNOWN ISSUE: 
#		A few users report they get the following errors even in a new elevated PowerShell session:
#			&quot;Import-Module : A drive with the name &#039;XDHyp&#039; already exists.&quot;
#			&quot;ProcessScriptSetup : Unable to import the Citrix.Host.Commands module. Script cannot continue.&quot;
#		Even if the script runs for these users, the Hosting section contains no usable data.
#			Hosting
#				Unable to retrieve Hosting Units
#			
#				Unable to retrieve Hosting Connections
#			 
#			My-Hosting-ConnectioName
#				Connection Name		My-Hosting-ConnectioName
#				Type				Hypervisor Type could not be determined:
#				Address	   
#				State				Disabled
#				Username	   
#				Scopes	   
#				Maintenance Mode	Off
#				Zone	   
#				Storage resource name	   
#
#			Advanced
#				Connection Name		My-Hosting-ConnectioName
#				Unable to retrieve Hosting Connections
#		I have been unable to determine the root cause, a resolution, or a workaround for this issue]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-82561">Lee Prior</a>.</p>
<p>#	KNOWN ISSUE:<br />
#		A few users report they get the following errors even in a new elevated PowerShell session:<br />
#			&#8220;Import-Module : A drive with the name &#8216;XDHyp&#8217; already exists.&#8221;<br />
#			&#8220;ProcessScriptSetup : Unable to import the Citrix.Host.Commands module. Script cannot continue.&#8221;<br />
#		Even if the script runs for these users, the Hosting section contains no usable data.<br />
#			Hosting<br />
#				Unable to retrieve Hosting Units<br />
#<br />
#				Unable to retrieve Hosting Connections<br />
#<br />
#			My-Hosting-ConnectioName<br />
#				Connection Name		My-Hosting-ConnectioName<br />
#				Type				Hypervisor Type could not be determined:<br />
#				Address<br />
#				State				Disabled<br />
#				Username<br />
#				Scopes<br />
#				Maintenance Mode	Off<br />
#				Zone<br />
#				Storage resource name<br />
#<br />
#			Advanced<br />
#				Connection Name		My-Hosting-ConnectioName<br />
#				Unable to retrieve Hosting Connections<br />
#		I have been unable to determine the root cause, a resolution, or a workaround for this issue</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Carl Webster		</title>
		<link>https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-82729</link>

		<dc:creator><![CDATA[Carl Webster]]></dc:creator>
		<pubDate>Tue, 22 Nov 2022 22:47:04 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62385#comment-82729</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-82560&quot;&gt;Lee Prior&lt;/a&gt;.

#	KNOWN ISSUE: 
#		A few users report they get the following errors even in a new elevated PowerShell session:
#			&quot;Import-Module : A drive with the name &#039;XDHyp&#039; already exists.&quot;
#			&quot;ProcessScriptSetup : Unable to import the Citrix.Host.Commands module. Script cannot continue.&quot;
#		Even if the script runs for these users, the Hosting section contains no usable data.
#			Hosting
#				Unable to retrieve Hosting Units
#			
#				Unable to retrieve Hosting Connections
#			 
#			My-Hosting-ConnectioName
#				Connection Name		My-Hosting-ConnectioName
#				Type				Hypervisor Type could not be determined:
#				Address	   
#				State				Disabled
#				Username	   
#				Scopes	   
#				Maintenance Mode	Off
#				Zone	   
#				Storage resource name	   
#
#			Advanced
#				Connection Name		My-Hosting-ConnectioName
#				Unable to retrieve Hosting Connections
#		I have been unable to determine the root cause, a resolution, or a workaround for this issue]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-82560">Lee Prior</a>.</p>
<p>#	KNOWN ISSUE:<br />
#		A few users report they get the following errors even in a new elevated PowerShell session:<br />
#			&#8220;Import-Module : A drive with the name &#8216;XDHyp&#8217; already exists.&#8221;<br />
#			&#8220;ProcessScriptSetup : Unable to import the Citrix.Host.Commands module. Script cannot continue.&#8221;<br />
#		Even if the script runs for these users, the Hosting section contains no usable data.<br />
#			Hosting<br />
#				Unable to retrieve Hosting Units<br />
#<br />
#				Unable to retrieve Hosting Connections<br />
#<br />
#			My-Hosting-ConnectioName<br />
#				Connection Name		My-Hosting-ConnectioName<br />
#				Type				Hypervisor Type could not be determined:<br />
#				Address<br />
#				State				Disabled<br />
#				Username<br />
#				Scopes<br />
#				Maintenance Mode	Off<br />
#				Zone<br />
#				Storage resource name<br />
#<br />
#			Advanced<br />
#				Connection Name		My-Hosting-ConnectioName<br />
#				Unable to retrieve Hosting Connections<br />
#		I have been unable to determine the root cause, a resolution, or a workaround for this issue</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lee Prior		</title>
		<link>https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-82561</link>

		<dc:creator><![CDATA[Lee Prior]]></dc:creator>
		<pubDate>Wed, 16 Nov 2022 16:17:54 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62385#comment-82561</guid>

					<description><![CDATA[In reply to &lt;a href=&quot;https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-82560&quot;&gt;Lee Prior&lt;/a&gt;.

Also generates an error:

Import-Module : A drive with the name &#039;XDHyp&#039; already exists]]></description>
			<content:encoded><![CDATA[<p>In reply to <a href="https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-82560">Lee Prior</a>.</p>
<p>Also generates an error:</p>
<p>Import-Module : A drive with the name &#8216;XDHyp&#8217; already exists</p>
]]></content:encoded>
		
			</item>
		<item>
		<title>
		By: Lee Prior		</title>
		<link>https://www.carlwebster.com/citrix-cloud-daas-documentation-script-v1-22/comment-page-1/#comment-82560</link>

		<dc:creator><![CDATA[Lee Prior]]></dc:creator>
		<pubDate>Wed, 16 Nov 2022 16:15:06 +0000</pubDate>
		<guid isPermaLink="false">https://www.carlwebster.com/?p=62385#comment-82560</guid>

					<description><![CDATA[Hey Carl,

thanks for this, but it generates an error when running against current Citrix Cloud 
&quot;Unable to import the Citrix.Host.Commands module&quot;
at script ps1: 36722 char:1

I have the latest SDK and Policy Snap-In installed]]></description>
			<content:encoded><![CDATA[<p>Hey Carl,</p>
<p>thanks for this, but it generates an error when running against current Citrix Cloud<br />
&#8220;Unable to import the Citrix.Host.Commands module&#8221;<br />
at script ps1: 36722 char:1</p>
<p>I have the latest SDK and Policy Snap-In installed</p>
]]></content:encoded>
		
			</item>
	</channel>
</rss>
