Skip to content

Commit 62a7a17

Browse files
committed
replaced foobar with name
1 parent 1cfaa46 commit 62a7a17

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

powerapps-docs/administrator/powerapps-gdpr-delete-dsr.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,13 +64,13 @@ If you are a member of an [unmanaged tenant](https://docs.microsoft.com/azure/ac
6464

6565
In order to determine if you are a member of an unmanaged tenant please follow these steps:
6666

67-
1. Open the following URL in a browser, making sure to replace your email address in the URL: https://login.windows.net/common/userrealm/foobar@contoso.com?api-version=2.1
67+
1. Open the following URL in a browser, making sure to replace your email address in the URL: https://login.windows.net/common/userrealm/name@contoso.com?api-version=2.1
6868

6969
2. If you are a member of an **unmanaged tenant** then you will see an `"IsViral": true` in the response.
7070
```
7171
{
7272
...
73-
"Login": "foobar@unmanagedcontoso.com",
73+
"Login": "name@unmanagedcontoso.com",
7474
"DomainName": "unmanagedcontoso.com",
7575
"IsViral": true,
7676
...

powerapps-docs/administrator/powerapps-gdpr-dsr-guide-systemlogs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -98,13 +98,13 @@ To delete system-generated logs, do the following:
9898

9999
## Determining Tenant Type
100100
To determine whether or not you are a user of a managed or unmanaged tenant, perform the following actions:
101-
1. Open the following URL in a browser, making sure to replace your email address in the URL:[ https://login.windows.net/common/userrealm/foobar@contoso.com?api-version=2.1](https://login.windows.net/common/userrealm/foobar@contoso.com?api-version=2.1).
101+
1. Open the following URL in a browser, making sure to replace your email address in the URL:[ https://login.windows.net/common/userrealm/name@contoso.com?api-version=2.1](https://login.windows.net/common/userrealm/name@contoso.com?api-version=2.1).
102102

103103
2. If you are a member of an **unmanaged tenant** then you will see an `"IsViral": true` in the response.
104104
```
105105
{
106106
...
107-
"Login": "foobar@unmanagedcontoso.com",
107+
"Login": "name@unmanagedcontoso.com",
108108
"DomainName": "unmanagedcontoso.com",
109109
"IsViral": **true**,
110110
...

powerapps-docs/administrator/powerapps-gdpr-export-dsr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@ Administrators can export the PowerApps notifications, user settings, and user-a
287287
~~~~
288288
Add-PowerAppsAccount
289289
$userId = "0ecb1fcc-6782-4e46-a4c4-738c1d3accea"
290-
Get-AdminPowerAppsUserDetails -WriteToFile -OutputFilePath "UserDetails.json" -UserPrincipalName foobar@microsoft.com
290+
Get-AdminPowerAppsUserDetails -WriteToFile -OutputFilePath "UserDetails.json" -UserPrincipalName name@microsoft.com
291291
~~~~
292292

293293
## Step 10: Export personal data contained for a user-stored gateway or in the user’s gateway permissions

0 commit comments

Comments
 (0)