You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Request-SPOPersonalSite cmdlet requests that the users specified be enqueued so that a Personal Site be created for each. The actual Personal site is created by a Timer Job later.
22
+
23
+
**Note**: You must specify a string array of user logins that contains one or more valid user email (logins) and cannot contain any empty fields. The command will stop if it encounters any empty strings in the array. A maximum of 200 users can be specified.
This example requests that many users to be queued for the creation of a Personal Site. The users are previously defined using the variable $emails. The status of the operation will not be displayed.
33
41
34
42
## PARAMETERS
35
43
36
44
### -NoWait
37
-
{{Fill NoWait Description}}
45
+
Continues without the status being polled. Polling the action can slow it’s progress if lots of user emails are specified.
Specifies one or more user logins to be enqueued for the creation of a Personal Site. The Personal site is created by a Timer Job later. You can specify between 1 and 200 users.
0 commit comments