86 lines
2.9 KiB
Markdown
86 lines
2.9 KiB
Markdown
Skype-Chatroom
|
||
|
||
Dienstag, 5. März 2019
|
||
|
||
13:18
|
||
|
||
|
||
|
||
> <https://docs.microsoft.com/en-us/powershell/module/skype/set-cspersistentchatcategory?view=skype-ps>
|
||
>
|
||
>
|
||
>
|
||
> Get-CsPersistentChatCategory \| fl
|
||
>
|
||
>
|
||
>
|
||
> Über Creators können weitere Admins hinzugefügt werden für den persistenten Chat.
|
||
>
|
||
> -\> Set-CsPersistentChatCategory -Identity BMO -Creators \@{Add=\"sip:kay.benscheidt@bkk-mobil-oil.de\"}
|
||
>
|
||
>
|
||
>
|
||
>
|
||
>
|
||
> Danach kann der User die Konfiguration hinzufügen.
|
||
|
||
1. Chatraum auf Geheim stellen
|
||
|
||
2. Admins (Skype!) hinzufügen
|
||
|
||
3. Mitglieder hinzufügen (auslesen z.B. Get-ADGroupMember -Identity \"13-Softwareentwicklung HH 1\" -Recursive \| select name)
|
||
|
||
4. Fertig.
|
||
|
||
>
|
||
|
||
|
||
|
||
Anzeigen aller Teilnehmer
|
||
|
||
Get-CsPersistentChatRoom -Identity IT-Serviceline \|select \* -ExpandProperty members
|
||
|
||
|
||
|
||
Add member to skype chatroom:
|
||
|
||
|
||
|
||
Set-CsPersistentChatroom -Identity \"bkklyncchat001.bkk-mobiloil.de\\FB AU NI 2\" -Member \@{ADD=\"sip:H.Ergican@bkk-mobil-oil.de\"}
|
||
|
||
|
||
|
||
|
||
|
||
Chatroom erstellen :
|
||
|
||
|
||
|
||
URL :
|
||
|
||
[https://lyncweb-intern.bkk-mobiloil.de/PersistentChat/RM/](https://lyncweb-intern.bkk-mobiloil.de/PersistentChat/RM/?clientlang=de-DE&id=2DF67281-E8DA-4CE9-AD3A-324415B41620)
|
||
|
||
|
||
|
||
|
||
|
||
{width="10.0625in" height="3.3645833333333335in"}
|
||
|
||
|
||
|
||
Erfasster Bildschirmausschnitt: 09.03.2020 13:40
|
||
|
||
|
||
|
||
|
||
|
||
Konfiguration beständiger Chat:
|
||
|
||
|
||
|
||
<https://docs.microsoft.com/en-us/skypeforbusiness/help-topics/help-lscp/persistent-chat-configuration>
|
||
|
||
|
||
|
||
<https://docs.microsoft.com/de-de/skypeforbusiness/deploy/deploy-persistent-chat-server/configure-persistent-chat-server-options>
|