Set-SpSite "http://sharepoint" -owneralias "DOMAIN\username"
Set-SpSite "http://sharepoint" -SecondaryOwnerAlias "DOMAIN\username2"
or alternatively, set the secondary site collection owner to null.
Set-SpSite "http://sp2010:90" -SecondaryOwnerAlias $null
No comments:
Post a Comment