Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion documentation/Get-PnPContainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,7 +135,7 @@ Accept wildcard characters: False

### -PagingToken

Use this parameter to provide the <Paging Token> provided to view the remaining Containers as shown in Example 5. If there are no more Containers to display, the commandlet output will return the message End of Containers view. Otherwise, use the given <Paging Token> to retrieve the next batch of up to 5,000 ontainers.
Use this parameter to provide the <Paging Token> provided to view the remaining Containers as shown in Example 5. If there are no more Containers to display, the commandlet output will return the message End of Containers view. Otherwise, use the given <Paging Token> to retrieve the next batch of up to 5,000 containers.

```yaml
Type: String
Expand Down
2 changes: 1 addition & 1 deletion documentation/Get-PnPPlannerPlan.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ Returns the specified plan for the Marketing group.
Get-PnPPlannerPlan -Id "gndWOTSK60GfPQfiDDj43JgACDCb" -ResolveIdentities
```

Rerturns the plan with specified ID with resolved identities.
Returns the plan with specified ID with resolved identities.

## PARAMETERS

Expand Down
2 changes: 1 addition & 1 deletion documentation/Get-PnPPowerApp.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Get-PnPPowerApp [-Environment <PowerPlatformEnvironmentPipeBind>] [-AsAdmin] [-I
```

## DESCRIPTION
This cmdlet returns the Power Apps for a given enviroment.
This cmdlet returns the Power Apps for a given environment.

## EXAMPLES

Expand Down
2 changes: 1 addition & 1 deletion documentation/Get-PnPPowerPlatformCustomConnector.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Get-PnPPowerPlatformCustomConnector [-Environment <PowerPlatformEnvironmentPipeB
```

## DESCRIPTION
This cmdlet returns the custom connectors on a given enviroment.
This cmdlet returns the custom connectors on a given environment.

## EXAMPLES

Expand Down
2 changes: 1 addition & 1 deletion documentation/Get-PnPPowerPlatformSolution.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Get-PnPPowerPlatformSolution [-Environment <PowerPlatformEnvironmentPipeBind>] [
```

## DESCRIPTION
This cmdlet returns the PowerPlatform solution on a given enviroment.
This cmdlet returns the PowerPlatform solution on a given environment.

## EXAMPLES

Expand Down
2 changes: 1 addition & 1 deletion documentation/Move-PnPFolder.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ online version: https://pnp.github.io/powershell/cmdlets/Move-PnPFolder.html
# Move-PnPFolder

## SYNOPSIS
Move a folder to another location in the current web. If you want to move a folder to a different site collection, use the Move-PnPFile cmdlet instead, which also supports moving folders and also accross site collections. Move-PnPFolder can be used to move folders that are within the list view threshold, the commandlet will fail if the list view threshold is exceeded.
Move a folder to another location in the current web. If you want to move a folder to a different site collection, use the Move-PnPFile cmdlet instead, which also supports moving folders and also across site collections. Move-PnPFolder can be used to move folders that are within the list view threshold, the commandlet will fail if the list view threshold is exceeded.

## SYNTAX

Expand Down
Loading