Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions documentation/Get-PnPPowerPlatformEnvironment.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ This cmdlets returns all of the Power Platform environments for the current tena

### Example 2
```powershell
Get-PnPPowerPlatformEnvironment -IsDefault $true
Get-PnPPowerPlatformEnvironment -IsDefault:$true
```

This cmdlets returns the default Power Platform environment for the current tenant.
Expand Down Expand Up @@ -75,10 +75,10 @@ Accept wildcard characters: False
```

### -IsDefault
Allows retrieval of the default Power Platform environment by passing in `-IsDefault $true`. When passing in `-IsDefault $false` you will get all non default environments. If not provided at all, all available environments, both default and non-default, will be returned.
Allows retrieval of the default Power Platform environment by passing in `-IsDefault:$true`. When passing in `-IsDefault :$false` you will get all non default environments. If not provided at all, all available environments, both default and non-default, will be returned.

```yaml
Type: bool
Type: SwitchParameter
Parameter Sets: Default
Aliases:

Expand Down Expand Up @@ -121,4 +121,4 @@ Accept wildcard characters: False

## RELATED LINKS

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