Skip to content

Commit 205de14

Browse files
committed
Updates to documentation
1 parent 2228a6a commit 205de14

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

documentation/Remove-PnPPowerAppPermission.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -35,23 +35,23 @@ This cmdlet removes user, group, or (Everyone in organization) permissions from
3535
```powershell
3636
Remove-PnPPowerAppPermission -Identity 9b2f87e6-4c3d-48c0-a2b6-c1b4e3e57f0f -User username@tenant.onmicrosoft.com
3737
```
38-
Removes the specified user permission from the specified PowerApp located in the default environment
38+
Removes the specified user permission from the specified PowerApp located in the default environment using user's UPN
3939

4040
### Example 2
4141
```powershell
4242
Remove-PnPPowerAppPermission -Identity 9b2f87e6-4c3d-48c0-a2b6-c1b4e3e57f0f -User 6844c04a-8ee7-40ad-af66-28f6e948cd04
4343
```
44-
Removes the specified user permission from the specified PowerApp located in the default environment
44+
Removes the specified user permission from the specified PowerApp located in the default environment using user's Id
4545

4646
### Example 3
4747
```powershell
48-
Remove-PnPPowerAppPermission (Get-PnPPowerPlatformEnvironment -Identity "myenvironment") -Identity 9b2f87e6-4c3d-48c0-a2b6-c1b4e3e57f0f -User username@tenant.onmicrosoft.com -AsAdmin
48+
Remove-PnPPowerAppPermission -Environment (Get-PnPPowerPlatformEnvironment -Identity "myenvironment") -Identity 9b2f87e6-4c3d-48c0-a2b6-c1b4e3e57f0f -User username@tenant.onmicrosoft.com -AsAdmin
4949
```
5050
Removes the specified user permission from the specified PowerApp as an admin in the specified environment
5151

5252
### Example 4
5353
```powershell
54-
Remove-PnPPowerAppPermission (Get-PnPPowerPlatformEnvironment -Identity "myenvironment) -Identity 9b2f87e6-4c3d-48c0-a2b6-c1b4e3e57f0f -User username@tenant.onmicrosoft.com -AsAdmin -Force
54+
Remove-PnPPowerAppPermission -Environment (Get-PnPPowerPlatformEnvironment -Identity "myenvironment) -Identity 9b2f87e6-4c3d-48c0-a2b6-c1b4e3e57f0f -User username@tenant.onmicrosoft.com -AsAdmin -Force
5555
```
5656
Removes the specified user permission from the specified PowerApp as admin, without asking for confirmation, in the specified environment
5757

@@ -91,7 +91,7 @@ Accept wildcard characters: False
9191
```
9292
9393
### -Identity
94-
The Name, Id or instance of the PowerApp to add the permissions to.
94+
The Name, Id or instance of the PowerApp to remove the permissions to.
9595
9696
```yaml
9797
Type: PowerPlatformPipeBind

0 commit comments

Comments
 (0)