Skip to content

Commit c58744c

Browse files
000-603:sitepagesinpa
1 parent acb1e7a commit c58744c

File tree

8 files changed

+85
-11
lines changed

8 files changed

+85
-11
lines changed

articles/en/InformationProtection/simulateadmin.md

Lines changed: 30 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,14 +8,22 @@ hero_height: is-small
88
date: '2024-11-16'
99
---
1010

11+
This article describes how to use run as admin option in Microsoft 365 admin center.
1112

12-
# Run As Admin
13+
<h1> Run As Admin </h1>
1314

1415
Managing roles and permissions is a critical part of administering Microsoft 365 environments. To ensure roles are assigned and configured correctly, the "Run As" feature in the Microsoft 365 admin center allows administrators to simulate and test various admin roles. This powerful functionality helps identify gaps in permissions, validate access levels, and streamline role-based configurations without affecting the live environment. Using Run As feature for admin accounts, you can simulate their access and test the permissions before assigning them.
1516

17+
Run as Admin allows you to test the permissions associated with every Microsoft 365 admin role.
18+
1619
<br/><br/><br/>
1720

18-
**Navigate to Microsoft 365 admin center and select Role Assignments** tab. You will see a list of admin roles, such as AI Administrator, Knowledge Manager, Global Reader, SharePoint Administrator, Viva Pulse Administrator or Virtual Visits Administrator :
21+
Navigate to Microsoft 365 admin center and select **Role Assignments** tab.
22+
23+
<img src="/articles/img/runasadmin.png" >
24+
25+
26+
You will see a list of admin roles, such as AI Administrator, Knowledge Manager, Global Reader, SharePoint Administrator, Viva Pulse Administrator or Virtual Visits Administrator :
1927

2028
<br/>
2129

@@ -24,7 +32,7 @@ Managing roles and permissions is a critical part of administering Microsoft 365
2432

2533
<br/><br/><br/>
2634

27-
Because there are currently ??? admin roles at the time of writing this, you can easily sort them by Category :
35+
Because there are currently over 100 admin roles in Microsoft 365 at the time of writing this, you can easily sort them by Category :
2836

2937
<br/>
3038

@@ -43,7 +51,7 @@ The admin roles can be also filtered or searched by name:
4351

4452
<br/><br/><br/>
4553

46-
After selecting the admin role you want to test, click on **Run As**.
54+
After selecting the Microsoft 365 admin role you want to test, such as SharePoint Admin, Exchange Admin or many others, click on **Run As**.
4755

4856
<br/>
4957

@@ -52,21 +60,36 @@ After selecting the admin role you want to test, click on **Run As**.
5260

5361
<br/><br/><br/>
5462

55-
This will open a new browser tab. In this tab, you can navigate your Microsoft 365 tenant as the selected admin role. Keep in mind that any changes you make to tenant settings during the test are permanent. Make sure to proceed with caution while testing.
63+
This will open a new browser tab. In this tab, you can navigate your Microsoft 365 tenant as the selected admin role. For example as a Security Admin. Keep in mind that any changes you make to tenant settings during the test will remain. They will NOT be reset after you have finished testing the admin role. Make sure to proceed with caution while testing.
5664

5765
<br/>
5866

5967
<img src="/articles/img/compareroles6.PNG" >
6068

6169
<br/><br/><br/>
6270

63-
# Summary
71+
<h1> Summary </h1>
6472

65-
A short video showing the **Run As** option
73+
A short video showing how to use **Run As** option.
6674

6775
<video src="/articles/vid/RoleRunAs.mp4" controls></video>
6876

6977

78+
<h1>FAQ</h1>
79+
80+
The functionality can help you answer the following questions:
81+
82+
* Can Billing Administrator buy new licenses?
83+
84+
* Does a Compliance Administrator have access to view user audit logs?
85+
* Can a Security Administrator reset user passwords?
86+
* What permissions does a Global Reader have compared to a Global Administrator?
87+
* Can an Exchange Administrator create shared mailboxes?
88+
* Does a Teams Administrator have the ability to manage user policies for external collaboration?
89+
* Can a User Administrator assign roles to other users?
90+
* What level of access does a SharePoint Administrator have to site collections?
91+
* Does a Dynamics 365 Administrator have the ability to configure new instances?
92+
* Can a Power Platform Administrator view Power BI dashboards?
7093

7194

7295
<!-- Default Statcounter code for runasadmin
Lines changed: 49 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,49 @@
1+
---
2+
layout: page
3+
title: 'Site Pages library in Power Automate Flow'
4+
hero_image: '/img/IMG_20220521_140146.jpg'
5+
menubar: docs_menu
6+
show_sidebar: false
7+
hero_height: is-small
8+
date: '2024-01-05'
9+
---
10+
11+
This article shows how to use Site Pages library in Power Automate flows.
12+
13+
<h1> Problem </h1>
14+
15+
If you are trying to use Site Pages Library for actions such as Get File or Get File Properties, it will not come up in the suggestions in your dropdown
16+
17+
<img src="/articles/img/PASitePges.png" >
18+
19+
If you type the Site Pages library name manually, you may receive the following error when saving your Power Automate flow:
20+
21+
22+
Fehler beim Speichern des Flows. Code: DynamicOperationRequestClientFailure, Meldung: "The dynamic operation request to API 'sharepointonline' operation 'GetTable' failed with status code 'NotFound'. This may indicate invalid input parameters. Error response: { "status": 404, "message": "List not found\r\nclientRequestId: 9cc950f7-8c3c-464c-aeda-4ab150fe9631\r\nserviceRequestId: 59eb74a1-9096-b000-1d13-482b44bc7159" }".
23+
24+
<img src="/articles/img/PASitePges2.png" >
25+
26+
27+
<h1> Solution </h1>
28+
29+
In your Power Automate flow use Library GUID instead of the Site Pages Library name to solve it.
30+
31+
<img src="/articles/img/PASitePges3.png" >
32+
33+
34+
<br/><br/>
35+
36+
## How to find Library GUID?
37+
38+
Go to Site Pages Library >> Gear Icon >> Library Settings >> Copy the GUID from url
39+
40+
41+
<img src="/articles/img/PASitePges4.png" >
42+
43+
44+
Make sure you remove the HTML encoding %7B and %7D.
45+
46+
47+
A short video showing how to get the Library GUID
48+
49+
<video src="/articles/vid/LibraryGUID.mp4" controls></video>

articles/en/SharePointOnline/pnpsearchqcond.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -167,6 +167,8 @@ This query structure allows you to dynamically adjust search queries based on th
167167
[PnP Search query examples with KQL](https://powershellscripts.github.io/articles/en/SharePointOnline/pnpsearchqex/)
168168

169169

170+
171+
170172
<!-- Default Statcounter code for PnP Search conditional
171173
https://powershellscripts.github.io/articles/en/SharePointOnline/pnpsearchqcond/
172174
-->
@@ -180,10 +182,10 @@ document.write("<sc"+"ript type='text/javascript' src='" +
180182
scJsHost+
181183
"statcounter.com/counter/counter.js'></"+"script>");
182184
</script>
183-
<noscript><div class="statcounter"><a title="free web stats"
184-
href="https://statcounter.com/" target="_blank"><img
185-
class="statcounter"
185+
<noscript><div class="statcounter"><a title="Web Analytics
186+
Made Easy - Statcounter" href="https://statcounter.com/"
187+
target="_blank"><img class="statcounter"
186188
src="https://c.statcounter.com/13018562/0/ef85d292/0/"
187-
alt="free web stats"
189+
alt="Web Analytics Made Easy - Statcounter"
188190
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
189191
<!-- End of Statcounter Code -->

articles/img/PASitePages.png

36.7 KB
Loading

articles/img/PASitePages2.png

69.3 KB
Loading

articles/img/PASitePages3.png

36 KB
Loading

articles/img/runasadmin.png

150 KB
Loading

articles/vid/LibraryGUID.mp4

4.84 MB
Binary file not shown.

0 commit comments

Comments
 (0)