external help file | applicable | schema |
---|---|---|
SharePoint Online |
2.0.0 |
Office365 only: Creates a personal / OneDrive For Business site
New-PnPPersonalSite -Email <String[]>
[-Connection <SPOnlineConnection>]
PS:> $users = ('[email protected]','[email protected]')
PS:> New-PnPPersonalSite -Email $users
Creates a personal / OneDrive For Business site for the 2 users in the variable $users
The UserPrincipalName (UPN) of the users
Type: String[]
Parameter Sets: (All)
Required: True
Position: 0
Accept pipeline input: False
Optional connection to be used by cmdlet. Retrieve the value for this parameter by eiter specifying -ReturnConnection on Connect-PnPOnline or by executing Get-PnPConnection.
Type: SPOnlineConnection
Parameter Sets: (All)
Required: False
Position: Named
Accept pipeline input: False