We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e4808e0 commit 8c5ee7bCopy full SHA for 8c5ee7b
docs/apis/site-creation-rest.md
@@ -23,6 +23,11 @@ The following REST commands are available for creating a modern SharePoint Commu
23
24
The base URL for the REST commands is `_api/SPSiteManager`.
25
26
+> [!INFORMATION]
27
+> From PowerShell you can use [Invoke-PnPSPRestMethod](/powershell/module/sharepoint-pnp/invoke-pnpsprestmethod) to call these methods.
28
+
29
+[!INCLUDE [pnp-powershell](../../includes/snippets/open-source/pnp-powershell.md)]
30
31
## Create a modern site
32
33
Using the following REST API you can create both Communication sites and Non-group associated Team Sites.
0 commit comments