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
Este explorador ya no se admite.
Actualice a Microsoft Edge para aprovechar las características y actualizaciones de seguridad más recientes, y disponer de soporte técnico.
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