131455
Goto Top

Lync 2013 User per Powershell anfragen, welchen Groups er angehört

Hallo,

ich komme mit dme CSGroup Befehl nicht klar
GET CSUser User | Where-Object {$_.RegistrarPool -ne $Null} | Get-CsUserPoolInfo

Gibt es eine Abfrage, wo mir enzeigt, in welchen Response Groups / Groups der jeweilige User ist.


Gruss
Rainer

Content-ID: 349713

Url: https://administrator.de/forum/lync-2013-user-per-powershell-anfragen-welchen-groups-er-angehoert-349713.html

Ausgedruckt am: 22.04.2025 um 19:04 Uhr

7Gizmo7
Lösung 7Gizmo7 21.09.2017 um 22:20:49 Uhr
Goto Top
Hi,
get-csrgsagentgroup | Where-Object {$_.AgentsByUri -like "sip:first.last@spx.com"} | Select name
131455
131455 25.09.2017 um 09:57:03 Uhr
Goto Top
Hallo,

cool . Danke. Was mache ich noch falsch. Kommt

et-csrgsagentgroup : The term 'get-csrgsagentgroup' is not recognized as the name of a cmdlet, function, script file  
r operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and
ry again.
t line:1 char:1
 get-csrgsagentgroup | Where-Object {$_.AgentsByUri -like "sip:rainer@test.ch ...  
 ~~~~~~~~~~~~~~~~~~~
   + CategoryInfo          : ObjectNotFound: (get-csrgsagentgroup:String) , CommandNotFoundException
   + FullyQualifiedErrorId : CommandNotFoundException
131455
131455 25.09.2017 um 10:08:23 Uhr
Goto Top
Hallo,

es geht nun. Es gibt ja eine Lync Shell face-smile

Gruss
Ralf