728x90

한 계정으로 동시 접속수를 제한 할 수 있습니다.

요즘 PC에서만 한다는 생각은 No!No!

멀티PC로그인 혹은 모바일, 테블릿등 많으니 잘 고려하셔서 변경 하시면 될 듯 합니다.

 

 

 변경 방법 : Set-CsRegistrarConfiguration -Identity global -MaxEndpointsPerUser 동시접속수(정수)

 

 

 

1. Lync 파워쉘을 오픈한 다음.

 

2. Get-CsRegistrarConfiguration [Enter]

 

Identity                        : Global
MinEndpointExpiration           : 300
MaxEndpointExpiration           : 900
DefaultEndpointExpiration       : 600
MaxEndpointsPerUser             : 2
EnableDHCPServer                : False
PoolState                       : Active
BackupStoreUnavailableThreshold : 00:30:00
MaxUserCount                    : 7500

Identity                        : Site:Mani4u
MinEndpointExpiration           : 300
MaxEndpointExpiration           : 900
DefaultEndpointExpiration       : 600
MaxEndpointsPerUser             : 3
EnableDHCPServer                : False
PoolState                       : Active
BackupStoreUnavailableThreshold : 00:30:00
MaxUserCount                    : 7500

 

Golbal은 동시접속이 2개가 가능 한것을 볼 수 있습니다.

Site(Mani4u)는 3개가 가능하군요.

결국 Site마다 동시접수를 변경 가능하다는 말이네요.

 

Set-CsRegistrarConfiguration -Identity global -MaxEndpointsPerUser 1 [Enter]

 

Get-CsRegistrarConfiguration [Enter]

 

Identity                        : Global
MinEndpointExpiration           : 300
MaxEndpointExpiration           : 900
DefaultEndpointExpiration       : 600
MaxEndpointsPerUser             : 1
EnableDHCPServer                : False
PoolState                       : Active
BackupStoreUnavailableThreshold : 00:30:00
MaxUserCount                    : 7500

Identity                        : Site:Mani4u
MinEndpointExpiration           : 300
MaxEndpointExpiration           : 900
DefaultEndpointExpiration       : 600
MaxEndpointsPerUser             : 3
EnableDHCPServer                : False
PoolState                       : Active
BackupStoreUnavailableThreshold : 00:30:00
MaxUserCount                    : 7500

 

Global의 동시접속자가 1로 설정 된것을 확인 할 수 있습니다.

 

참조 : https://technet.microsoft.com/ko-kr/library/gg398764.aspx

끝.

 

728x90

+ Recent posts