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
{{ message }}
This repository was archived by the owner on Jan 19, 2021. It is now read-only.
|AppId|String|True|The Application Client ID to use.|
33
23
|AppSecret|String|True|The Application Client Secret to use.|
34
-
|CertificatePassword|SecureString|True|Password to the certificate (*.pfx)|
35
-
|CertificatePath|String|True|Path to the certificate (*.pfx)|
36
-
|ClearTokenCache|SwitchParameter|False|Clears the token cache.|
37
-
|ClientId|String|True|The Client ID of the Azure AD Application|
38
24
|Credentials|CredentialPipeBind|False|Credentials of the user to connect with. Either specify a PSCredential object or a string. In case of a string value a lookup will be done to the Windows Credential Manager for the correct credentials.|
39
25
|CurrentCredentials|SwitchParameter|False|If you want to connect with the current user credentials|
40
26
|MinimalHealthScore|Int32|False|Specifies a minimal server healthscore before any requests are executed.|
41
27
|Realm|String|False|Authentication realm. If not specified will be resolved from the url specified.|
42
-
|RedirectUri|String|True|The Redirect URI of the Azure AD Application|
43
28
|RequestTimeout|Int32|False|The request timeout. Default is 180000|
44
29
|RetryCount|Int32|False|Defines how often a retry should be executed if the server healthscore is not sufficient.|
45
30
|RetryWait|Int32|False|Defines how many seconds to wait before each retry. Default is 5 seconds.|
46
31
|SkipTenantAdminCheck|SwitchParameter|False||
47
-
|Tenant|String|True|The Azure AD Tenant name,e.g. mycompany.onmicrosoft.com|
48
32
|Url|String|True|The Url of the site collection to connect to.|
49
33
|UseAdfs|SwitchParameter|False|If you want to connect to your on-premises SharePoint farm using ADFS|
50
34
##Examples
@@ -68,4 +52,4 @@ This will use credentials from the Windows Credential Manager, as defined by the
|Lcid|UInt32|False|Specifies the language of this site collection. For more information, see Locale IDs Assigned by Microsoft: http://go.microsoft.com/fwlink/p/?LinkId=242911Id=242911.|
21
21
|Owner|String|False|Specifies the user name of the site collection's primary owner. The owner must be a user instead of a security group or an email-enabled security group.|
22
-
|RemoveDeletedSite|SwitchParameter|False||
23
22
|ResourceQuota|Double|False|Specifies the quota for this site collection in Sandboxed Solutions units. This value must not exceed the company's aggregate available Sandboxed Solutions quota. The default value is 0. For more information, see Resource Usage Limits on Sandboxed Solutions in SharePoint 2010 : http://msdn.microsoft.com/en-us/library/gg615462.aspx.|
24
23
|ResourceQuotaWarningLevel|Double|False||
25
24
|StorageQuota|Int64|False|Specifies the storage quota for this site collection in megabytes. This value must not exceed the company's available quota.|
|Url|String|True|Specifies the full URL of the new site collection. It must be in a valid managed path in the company's site. For example, for company contoso, valid managed paths are https://contoso.sharepoint.com/sites and https://contoso.sharepoint.com/teams.|
Copy file name to clipboardExpand all lines: Documentation/readme.md
-6
Original file line number
Diff line number
Diff line change
@@ -136,12 +136,8 @@ Cmdlet|Description
136
136
##Tenant Administration
137
137
Cmdlet|Description
138
138
:-----|:----------
139
-
**[Set‑SPOTenantSite](SetSPOTenantSite.md)** |Office365 only: Uses the tenant API to set site information.
140
-
**[Get‑SPOTenantSite](GetSPOTenantSite.md)** |Office365 only: Uses the tenant API to retrieve site information.
141
-
**[Remove‑SPOTenantSite](RemoveSPOTenantSite.md)** |Office365 only: Removes a site collection from the current tenant
142
139
**[New‑SPOTenantSite](NewSPOTenantSite.md)** |Creates a new site collection for the current tenant
143
140
**[Get‑SPOTimeZoneId](GetSPOTimeZoneId.md)** |Returns a time zone ID
144
-
**[Get‑SPOWebTemplates](GetSPOWebTemplates.md)** |Office365 only: Returns the available web templates.
145
141
##User and group management
146
142
Cmdlet|Description
147
143
:-----|:----------
@@ -155,8 +151,6 @@ Cmdlet|Description
155
151
##User Profiles
156
152
Cmdlet|Description
157
153
:-----|:----------
158
-
**[New‑SPOPersonalSite](NewSPOPersonalSite.md)** |Office365 only: Creates a personal / OneDrive For Business site
159
-
**[Set‑SPOUserProfileProperty](SetSPOUserProfileProperty.md)** |Office365 only: Uses the tenant API to retrieve site information. You must connect to the admin website (https://:<tenant>-admin.sharepoint.com) with Connect-SPOnline in order to use this command.
160
154
**[Get‑SPOUserProfileProperty](GetSPOUserProfileProperty.md)** |Office365 only: Uses the tenant API to retrieve site information. You must connect to the admin website (https://:<tenant>-admin.sharepoint.com) with Connect-SPOnline in order to use this command.
0 commit comments