728x90

결과 카운터 수를 하기 위해서 파워쉘로 나름 찾아보았습니다.

 

변수 $total 선언하고 이변수에 조회값을 담습니다.

그후 count를 사용하여 $total 값을 구하면 됩니다.

 

예)

PS C:\Windows\system32> $total = Get-CsUser -Filter {RegistrarPool -eq 'pool.fedev.com'}

PS C:\Windows\system32> $total.count
408

 

결과 값은 408이 떨어지는군요.

728x90

+ Recent posts