Skip to content

Commit 48c247c

Browse files
authored
Update Request-SPOPersonalSite.md
update cmdlet. sections were blank after migration.
1 parent 4d384e2 commit 48c247c

File tree

1 file changed

+15
-7
lines changed

1 file changed

+15
-7
lines changed

sharepoint/sharepoint-ps/sharepoint-online/Request-SPOPersonalSite.md

Lines changed: 15 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ schema: 2.0.0
88
# Request-SPOPersonalSite
99

1010
## SYNOPSIS
11-
{{Fill in the Synopsis}}
11+
Requests that one or more users be enqueued for a Personal Site to be created.
1212

1313

1414
## SYNTAX
@@ -18,23 +18,31 @@ Request-SPOPersonalSite [-NoWait] -UserEmails <String[]> [<CommonParameters>]
1818
```
1919

2020
## DESCRIPTION
21-
{{Fill in the Description}}
21+
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.
2224

2325

2426
## EXAMPLES
2527

26-
### ----------------------EXAMPLE-----------------------
28+
### ----------------------EXAMPLE 1-----------------------
2729
```
28-
PS C:\> {{ Add example code here }}
30+
31+
Request-SPOPersonalSite –UserEmails $emails -Verbose
2932
```
3033

31-
{{ Add example description here }}
34+
This example requests that two users to be enqueued for the creation of a Personal Site and the status of the command will be displayed.
35+
### ----------------------EXAMPLE 2-----------------------
36+
37+
```Request-SPOPersonalSite –UserEmails $emails -NoWait
3238
39+
```
40+
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.
3341

3442
## PARAMETERS
3543

3644
### -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.
3846

3947
```yaml
4048
Type: SwitchParameter
@@ -50,7 +58,7 @@ Accept wildcard characters: False
5058
```
5159
5260
### -UserEmails
53-
{{Fill UserEmails Description}}
61+
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.
5462
5563
```yaml
5664
Type: String[]

0 commit comments

Comments
 (0)