This repository was archived by the owner on Jan 19, 2021. It is now read-only.
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 44
44
// You can specify all the values or you can default the Build and Revision Numbers
45
45
// by using the '*' as shown below:
46
46
// [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 " ) ]
49
49
[ assembly: InternalsVisibleTo ( "SharePointPnP.PowerShell.Tests" ) ]
Original file line number Diff line number Diff line change @@ -3,12 +3,14 @@ Gets one Office 365 Group (aka Unified Group) or a list of Office 365 Groups
3
3
## Syntax
4
4
``` powershell
5
5
Get-PnPUnifiedGroup [-Identity <UnifiedGroupPipeBind>]
6
+ [-ExcludeSiteUrl [<SwitchParameter>]]
6
7
```
7
8
8
9
9
10
## Parameters
10
11
Parameter|Type|Required|Description
11
12
---------|----|--------|-----------
13
+ | ExcludeSiteUrl| SwitchParameter| False| Exclude fetching the site URL for Office 365 Groups. This speeds up large listings.|
12
14
| Identity| UnifiedGroupPipeBind| False| The Identity of the Office 365 Group.|
13
15
## Examples
14
16
@@ -32,9 +34,9 @@ Retrieves a specific Office 365 Group based on its DisplayName
32
34
33
35
### Example 4
34
36
``` powershell
35
- PS:> Get-PnPUnifiedGroup -Identity $groupSiteUrl
37
+ PS:> Get-PnPUnifiedGroup -Identity $groupSiteMailNickName
36
38
```
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
38
40
39
41
### Example 5
40
42
``` powershell
You can’t perform that action at this time.
0 commit comments