Count the number of MySites
If you want to get the number of MySites just drop the following cmdlet ind your PowerShell console:
(get-spsite -webapplication https://my.contoso.com -limit all).count
Não há mais suporte para esse navegador.
Atualize o Microsoft Edge para aproveitar os recursos, o suporte técnico e as atualizações de segurança mais recentes.
If you want to get the number of MySites just drop the following cmdlet ind your PowerShell console:
(get-spsite -webapplication https://my.contoso.com -limit all).count