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

Commit dd0fe51

Browse files
Merge pull request #908 from SharePoint/dev
June 2017 Intermediate Release 1
2 parents 08eb375 + 824ad64 commit dd0fe51

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Commands/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,6 @@
4444
// You can specify all the values or you can default the Build and Revision Numbers
4545
// by using the '*' as shown below:
4646
// [assembly: AssemblyVersion("1.0.*")]
47-
[assembly: AssemblyVersion("2.16.1706.0")]
48-
[assembly: AssemblyFileVersion("2.16.1706.0")]
47+
[assembly: AssemblyVersion("2.16.1706.1")]
48+
[assembly: AssemblyFileVersion("2.16.1706.1")]
4949
[assembly: InternalsVisibleTo("SharePointPnP.PowerShell.Tests")]

Documentation/GetPnPUnifiedGroup.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,14 @@ Gets one Office 365 Group (aka Unified Group) or a list of Office 365 Groups
33
## Syntax
44
```powershell
55
Get-PnPUnifiedGroup [-Identity <UnifiedGroupPipeBind>]
6+
[-ExcludeSiteUrl [<SwitchParameter>]]
67
```
78

89

910
## Parameters
1011
Parameter|Type|Required|Description
1112
---------|----|--------|-----------
13+
|ExcludeSiteUrl|SwitchParameter|False|Exclude fetching the site URL for Office 365 Groups. This speeds up large listings.|
1214
|Identity|UnifiedGroupPipeBind|False|The Identity of the Office 365 Group.|
1315
## Examples
1416

@@ -32,9 +34,9 @@ Retrieves a specific Office 365 Group based on its DisplayName
3234

3335
### Example 4
3436
```powershell
35-
PS:> Get-PnPUnifiedGroup -Identity $groupSiteUrl
37+
PS:> Get-PnPUnifiedGroup -Identity $groupSiteMailNickName
3638
```
37-
Retrieves a specific Office 365 Group based on the URL of its Modern SharePoint site
39+
Retrieves a specific Office 365 Group based on the mail nickname
3840

3941
### Example 5
4042
```powershell

0 commit comments

Comments
 (0)