This message was deleted.
# citrix-wem
s
This message was deleted.
r
isn't this now shown in the console? I thought I seen it
n
Not that I can recall.
r
Maybe I am thinking of Agents with no configuration sets
n
No, that's the same thing. If you run Get-WemSite, those without a config set should be in Unbound Agents.
I just want to see the contents of that without opening it up in SQL, since I don't have those rights.
r
Let me look in my lab.
this?
👍 1
Nevermind I am not reading your response. Sorry man. I just posted what you already said
n
The WEM PS module is so poorly documented it's not even funny.
Hmm, you do see Unbound Agents in your console, whereas I do not. I guess there's a chance that I don't actually have any unbound agents.
s
The filter can be set to show the unbound agents easily.
and you can also try the WEM web console.
n
Okay, so ultimately I have no unbound agents, because I didn't see it listed in the filter in WEM. Still wish there was a way to query those objects in PS, though.
s
Even no unbound agents, there should exist the unbound agents configuration set. Could you check whether the unbound site could be seen in the configuration set list? And which release do you use right now?
Using the PS module could list the unbound site also. PS C:\Program Files (x86)\Citrix\Workspace Environment Management Infrastructure Services\SDK\WemConfigurationClient> Import-Module .\WemConfigurationClient.psd1 PS C:\Program Files (x86)\Citrix\Workspace Environment Management Infrastructure Services\SDK\WemConfigurationClient> Get-WemSite Id Name Description Properties -- ---- ----------- ---------- 1 Default Site Default VUEM Site {} 2 Unbound Agents Unbound Agents VUEM Site {allowDelete, allowAddObjects, builtinSiteForUnboundAgents}
n
We're on 2206, and I do not see an Unbound Agents config set in the drop-down.
Yes, that's where I see the Unbound Agents - with Get-WemSite. It's why I was looking for other cmdlets to look at what was in the config set in PS.
s
the unbound agents configuration set is created by default just like the default site configuration set. but if there is no unbound agent in it, you can not see it in the drop down 'last known configuration set' filter list.
n
Okay, that's what I thought/mentioned earlier.
here is a configuration item for the unbound agents. After enabling it, the agents that are not bound to any site will go into the "unbound agents " configuration set automatically.