Skip to content
This repository was archived by the owner on Jan 19, 2021. It is now read-only.

Commit 273d21d

Browse files
committed
Merge pull request #51 from erwinvanhunen/dev
Preparation for master merge
2 parents adb3946 + 7b9c61d commit 273d21d

File tree

5 files changed

+5
-28
lines changed

5 files changed

+5
-28
lines changed

Binaries/PnPPowerShellCommands15.msi

12 KB
Binary file not shown.

Binaries/PnPPowerShellCommands16.msi

8 KB
Binary file not shown.

Documentation/ConnectSPOnline.md

+2-18
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,13 @@
11
#Connect-SPOnline
2-
*Topic automatically generated on: 2015-08-05*
2+
*Topic automatically generated on: 2015-09-04*
33

44
Connects to a SharePoint site and creates an in-memory context
55
##Syntax
6-
```powershell
7-
Connect-SPOnline -ClientId <String> -Tenant <String> -CertificatePath <String> -CertificatePassword <SecureString> [-MinimalHealthScore <Int32>] [-RetryCount <Int32>] [-RetryWait <Int32>] [-RequestTimeout <Int32>] [-SkipTenantAdminCheck [<SwitchParameter>]] -Url <String>
8-
```
9-
10-
116
```powershell
127
Connect-SPOnline [-Credentials <CredentialPipeBind>] [-CurrentCredentials [<SwitchParameter>]] [-UseAdfs [<SwitchParameter>]] [-MinimalHealthScore <Int32>] [-RetryCount <Int32>] [-RetryWait <Int32>] [-RequestTimeout <Int32>] [-SkipTenantAdminCheck [<SwitchParameter>]] -Url <String>
138
```
149

1510

16-
```powershell
17-
Connect-SPOnline -ClientId <String> -RedirectUri <String> [-ClearTokenCache [<SwitchParameter>]] [-MinimalHealthScore <Int32>] [-RetryCount <Int32>] [-RetryWait <Int32>] [-RequestTimeout <Int32>] [-SkipTenantAdminCheck [<SwitchParameter>]] -Url <String>
18-
```
19-
20-
2111
```powershell
2212
Connect-SPOnline [-Realm <String>] -AppId <String> -AppSecret <String> [-MinimalHealthScore <Int32>] [-RetryCount <Int32>] [-RetryWait <Int32>] [-RequestTimeout <Int32>] [-SkipTenantAdminCheck [<SwitchParameter>]] -Url <String>
2313
```
@@ -31,20 +21,14 @@ Parameter|Type|Required|Description
3121
---------|----|--------|-----------
3222
|AppId|String|True|The Application Client ID to use.|
3323
|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|
3824
|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.|
3925
|CurrentCredentials|SwitchParameter|False|If you want to connect with the current user credentials|
4026
|MinimalHealthScore|Int32|False|Specifies a minimal server healthscore before any requests are executed.|
4127
|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|
4328
|RequestTimeout|Int32|False|The request timeout. Default is 180000|
4429
|RetryCount|Int32|False|Defines how often a retry should be executed if the server healthscore is not sufficient.|
4530
|RetryWait|Int32|False|Defines how many seconds to wait before each retry. Default is 5 seconds.|
4631
|SkipTenantAdminCheck|SwitchParameter|False||
47-
|Tenant|String|True|The Azure AD Tenant name,e.g. mycompany.onmicrosoft.com|
4832
|Url|String|True|The Url of the site collection to connect to.|
4933
|UseAdfs|SwitchParameter|False|If you want to connect to your on-premises SharePoint farm using ADFS|
5034
##Examples
@@ -68,4 +52,4 @@ This will use credentials from the Windows Credential Manager, as defined by the
6852
PS:> Connect-SPOnline -Url http://yourlocalserver -Credentials (Get-Credential) -UseAdfs
6953
This will prompt for username and password and creates a context using ADFS to authenticate.
7054

71-
<!-- Ref: 3B22375ECB3827FD78FDD02BD95C1871 -->
55+
<!-- Ref: B14DB332048894E98E95A5C0534630EC -->

Documentation/NewSPOTenantSite.md

+3-4
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
#New-SPOTenantSite
2-
*Topic automatically generated on: 2015-08-31*
2+
*Topic automatically generated on: 2015-09-04*
33

44
Creates a new site collection for the current tenant
55
##Syntax
66
```powershell
7-
New-SPOTenantSite -Title <String> -Url <String> [-Description <String>] [-Owner <String>] [-Lcid <UInt32>] [-Template <String>] -TimeZone <Int32> [-ResourceQuota <Double>] [-ResourceQuotaWarningLevel <Double>] [-StorageQuota <Int64>] [-StorageQuotaWarningLevel <Int64>] [-RemoveDeletedSite [<SwitchParameter>]] [-Wait [<SwitchParameter>]]
7+
New-SPOTenantSite -Title <String> -Url <String> [-Description <String>] [-Owner <String>] [-Lcid <UInt32>] [-Template <String>] -TimeZone <Int32> [-ResourceQuota <Double>] [-ResourceQuotaWarningLevel <Double>] [-StorageQuota <Int64>] [-StorageQuotaWarningLevel <Int64>] [-Wait [<SwitchParameter>]]
88
```
99

1010

@@ -19,7 +19,6 @@ Parameter|Type|Required|Description
1919
|Description|String|False||
2020
|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.|
2121
|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||
2322
|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.|
2423
|ResourceQuotaWarningLevel|Double|False||
2524
|StorageQuota|Int64|False|Specifies the storage quota for this site collection in megabytes. This value must not exceed the company's available quota.|
@@ -29,4 +28,4 @@ Parameter|Type|Required|Description
2928
|Title|String|True||
3029
|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.|
3130
|Wait|SwitchParameter|False||
32-
<!-- Ref: CFDB1532E8D59909B43B03BCB77DD58E -->
31+
<!-- Ref: 8EB1AEBA152F0494431380B86AE10B9F -->

Documentation/readme.md

-6
Original file line numberDiff line numberDiff line change
@@ -136,12 +136,8 @@ Cmdlet|Description
136136
##Tenant Administration
137137
Cmdlet|Description
138138
:-----|:----------
139-
**[Set&#8209;SPOTenantSite](SetSPOTenantSite.md)** |Office365 only: Uses the tenant API to set site information.
140-
**[Get&#8209;SPOTenantSite](GetSPOTenantSite.md)** |Office365 only: Uses the tenant API to retrieve site information.
141-
**[Remove&#8209;SPOTenantSite](RemoveSPOTenantSite.md)** |Office365 only: Removes a site collection from the current tenant
142139
**[New&#8209;SPOTenantSite](NewSPOTenantSite.md)** |Creates a new site collection for the current tenant
143140
**[Get&#8209;SPOTimeZoneId](GetSPOTimeZoneId.md)** |Returns a time zone ID
144-
**[Get&#8209;SPOWebTemplates](GetSPOWebTemplates.md)** |Office365 only: Returns the available web templates.
145141
##User and group management
146142
Cmdlet|Description
147143
:-----|:----------
@@ -155,8 +151,6 @@ Cmdlet|Description
155151
##User Profiles
156152
Cmdlet|Description
157153
:-----|:----------
158-
**[New&#8209;SPOPersonalSite](NewSPOPersonalSite.md)** |Office365 only: Creates a personal / OneDrive For Business site
159-
**[Set&#8209;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.
160154
**[Get&#8209;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.
161155
##Utilities
162156
Cmdlet|Description

0 commit comments

Comments
 (0)