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
Den här webbläsaren stöds inte längre.
Uppgradera till Microsoft Edge och dra nytta av de senaste funktionerna och säkerhetsuppdateringarna, samt teknisk support.
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