Skip to content

Commit

Permalink
Merge branch 'dev' into AdjustAddSiteCollectionAdmin
Browse files Browse the repository at this point in the history
  • Loading branch information
gautamdsheth authored Apr 22, 2023
2 parents 376407f + 9e8d444 commit eaa9c83
Show file tree
Hide file tree
Showing 6 changed files with 4,441 additions and 4,442 deletions.
7 changes: 3 additions & 4 deletions documentation/Get-PnPAzureACSPrincipal.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ Returns the Azure ACS principals
Get-PnPAzureACSPrincipal -IncludeSubsites
```

Returns the lists of Azure ACS principals installed in your site collection as well as the subsites.
Returns the lists of Azure ACS principals installed in your site collection as well as the subsites. The ValidUntil property will not be populated in this scenario.

### EXAMPLE 3
```powershell
Get-PnPAzureACSPrincipal -Scope Tenant
```

Returns the lists of Azure ACS principals installed in your Tenant.
Returns the lists of Azure ACS principals installed in your Tenant. This a very heavy operation, so it might take some time before we get the results.

### EXAMPLE 4
```powershell
Expand Down Expand Up @@ -74,6 +74,7 @@ Accept wildcard characters: False
### -Scope
When specified, it determines the scope of the Azure ACS principals.
Supported values are `List, Web, Site, Tenant , All`.
Only with `Tenant` and `All` the `ValidUntil` property will be populated. For the other options it will not, this is by design and makes the cmdlet perform faster.

```yaml
Type: Enum (AzureACSPrincipalScope)
Expand Down Expand Up @@ -101,5 +102,3 @@ Accept wildcard characters: False
## RELATED LINKS

[Microsoft 365 Patterns and Practices](https://aka.ms/m365pnp)


2 changes: 1 addition & 1 deletion documentation/Get-PnPUserProfileProperty.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ online version: https://pnp.github.io/powershell/cmdlets/Get-PnPUserProfilePrope

* SharePoint: Access to the SharePoint Tenant Administration site

You must connect to the tenant admin website (https://:<tenant>-admin.sharepoint.com) with Connect-PnPOnline in order to use this cmdlet.
You must connect to the tenant admin website (https://\<tenant\>-admin.sharepoint.com) with Connect-PnPOnline in order to use this cmdlet.

## SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion documentation/Set-PnPUserProfileProperty.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ online version: https://pnp.github.io/powershell/cmdlets/Set-PnPUserProfilePrope

* SharePoint: Access to the SharePoint Tenant Administration site

Office365 only: Uses the tenant API to retrieve site information. You must connect to the tenant admin website (https://:<tenant>-admin.sharepoint.com) with Connect-PnPOnline in order to use this command.
Office365 only: Uses the tenant API to retrieve site information. You must connect to the tenant admin website (https://\<tenant\>-admin.sharepoint.com) with Connect-PnPOnline in order to use this command.

## SYNTAX

Expand Down
2 changes: 1 addition & 1 deletion pnpframework_hash.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
45d6228ed676f8179a5c970f61b9e8466e359fb4
eed6662f07ce5191ecd8dd725404c5c4ddff43b1
Loading

0 comments on commit eaa9c83

Please sign in to comment.