2018年4月5日 星期四

br

Please find responses for your query :
If you add a Participant Passcode to the meeting, participants will need the meeting ID along with Passcode to join meeting.
It is for participants to join meeting and for meeting security. 
It is your choice if you could add it or not while scheduling meeting. Without that also users can join (just with meeting ID). 

Moderator code is user account specific which is constant like your personal meeting ID and it is linked to your account. Moderator code is only for the host to join meeting to control meeting. It cannot be shared with participants. 


Thank you, 





2018年4月2日 星期一

confluence license

AAABSQ0ODAoPeNp1UV1rgzAUfc+vCOxle1Cia7uuIKyLjglah3YfjL2kcm3DNEoSy/rvF01Ht0EfA
jfnhHPOPblIW4GXncTEx+R2MSEL38M0XGOfeHNEW6FZqVesgQA+tWyFq3b9XaOYu+MCtGsOKltRu
eYV30OgZQ/oqZfljikImYZg0HHIxCHXKOElCAXRV8fl4Rc5HcijVZQyXp/3KkDuQcZhcE/j3Mmm0
dJ5nZE35z1/JDaI0WUUhAZpwxT9RpWSd5q3wiLGwdCCifJMlFFn1TcbkFn1rECqwPEsWmgmB+mK1
Qp+FjJxkjgsopWTeN5kNp/5N8jcgr9IJrdMcMXGIA8gtpod3LJtEJUwgv/rGg2PFutDB+Mv0CxNo
5zGywTVlnox+QZJH4Vw2tTUWdU9mB3x5VAJtp1cfSxwtGd1Pzqi02ir+QbwwK6GMCwCFBxzDUvsl
3o/B098nkDG5GJotEt2AhQ8ZbtkuTYroJppyzMHW10uuJL+9A==X02gc

2018年4月1日 星期日

bluejeans

https://support.bluejeans.com/knowledge/connecting-from-room-system


http://bluejeans.com/415123456?ll=en-us

2018年3月29日 星期四

win2016 information

http://shaurong.blogspot.tw/2016/10/windows-server-2016-standard-retailkms.html

http://notes.isaackuo.idv.tw/2013/12/windows-server.html


2018年3月22日 星期四

movie maker

https://www.topwin-movie-maker.com/tw-hk/

This quiz is to help members learn about confluence, and I also wish when members have confluence question, they can discuss with me more.

2018年3月20日 星期二

microsoft

https://docs.microsoft.com/zh-tw/windows-server/get-started/system-requirements

2018年3月6日 星期二

confluence login

List of Users who Logged in Successfully to Confluence after 19th January 2017
SELECT u.user_name, d.directory_name, l.successdate
FROM logininfo l
JOIN user_mapping m ON m.user_key = l.username
JOIN cwd_user u ON m.username = u.user_name
JOIN cwd_directory d ON u.directory_id = d.id
WHERE successdate > '2017-01-19'
ORDER BY successdate;



Total Number of Users who Logged in Successfully to Confluence after 19th January 2017
SELECT COUNT(u.user_name)
FROM logininfo l
JOIN user_mapping m ON m.user_key = l.username
JOIN cwd_user u ON m.username = u.user_name
JOIN cwd_directory d ON u.directory_id = d.id
WHERE successdate > '2017-01-19'