Skip to content

Commit f54162d

Browse files
000-615: stats added
1 parent 77755ea commit f54162d

File tree

4 files changed

+63
-5
lines changed

4 files changed

+63
-5
lines changed

_data/docs_menu.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,12 @@
22
items:
33
- name: 'Express Design: Your app in minutes'
44
link: /articles/en/PowerPlatform/expressdesign/
5-
- name: 'Who created most flows?'
5+
- name: Who created most flows?
66
link: /articles/en/PowerPlatform/Who created most flows/
7-
- name: 'Recycle vs delete SharePoint list'
7+
- name: Recycle vs delete SharePoint list
88
link: /articles/en/PowerPlatform/Recycle vs Delete SharePoint list/
9+
- name: Site Pages library in Power Automate Flow
10+
link: /articles/en/PowerPlatform/sitepages/
911

1012

1113

@@ -18,7 +20,7 @@
1820
- name: Compare admin role permissions
1921
link: /articles/en/InformationProtection/compareroles/
2022
- name: Run As Admin
21-
link: /articles/en/InformationProtection/simulateadmin/
23+
link: /articles/en/InformationProtection/runasadmin/
2224

2325

2426
- label: SharePoint Online

_data/navigation.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@
88
link: /articles/en/PowerPlatform/Who%20created%20most%20flows/
99
- name: Recycle vs delete SharePoint list
1010
link: /articles/en/PowerPlatform/Recycle%20vs%20Delete%20SharePoint%20list/
11+
- name: Site Pages library in Power Automate Flow
12+
link: /articles/en/PowerPlatform/sitepages/
1113

1214
- name: Information Protection
1315
link: /#
@@ -19,7 +21,7 @@
1921
- name: Compare admin role permissions
2022
link: /articles/en/InformationProtection/compareroles/
2123
- name: Run As Admin
22-
link: /articles/en/InformationProtection/simulateadmin/
24+
link: /articles/en/InformationProtection/runasadmin/
2325

2426
- name: SharePoint Online
2527
link: /#

articles/de/InformationProtection/Audit your sensitivity labels with Powershell.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,3 +76,32 @@ Die Überprüfungsmatrix ermöglicht es Ihnen, einen vollständigen Überblick
7676
[M365 Information protection: Understanding Sensitivity labels vs sensitive information types](https://social.technet.microsoft.com/wiki/contents/articles/54457.m365-information-protection-understanding-sensitivity-labels-vs-sensitive-information-types.aspx)
7777

7878
[Sensitivity labels: Enable labels for groups and sites](https://social.technet.microsoft.com/wiki/contents/articles/54499.sensitivity-labels-enable-labels-for-groups-and-sites.aspx)
79+
80+
81+
82+
83+
84+
85+
<!-- Default Statcounter code for Audit sensitivity labels
86+
with PS
87+
https://powershellscripts.github.io/articles/en/InformationProtection/Audit%20your%20sensitivit
88+
-->
89+
<script type="text/javascript">
90+
var sc_project=12764960;
91+
var sc_invisible=1;
92+
var sc_security="9671f253";
93+
var sc_client_storage="disabled";
94+
</script>
95+
<script type="text/javascript"
96+
src="https://www.statcounter.com/counter/counter.js"
97+
async></script>
98+
<noscript><div class="statcounter"><a title="Web Analytics"
99+
href="https://statcounter.com/" target="_blank"><img
100+
class="statcounter"
101+
src="https://c.statcounter.com/12764960/0/9671f253/1/"
102+
alt="Web Analytics"
103+
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
104+
<!-- End of Statcounter Code -->
105+
106+
107+

articles/en/spo/hidebuttons.md

Lines changed: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -214,4 +214,29 @@ Hide **Share**, **Export**, and **Automate** buttons from the command bar of the
214214

215215
Hide **Forms** button from the command bar of the SharePoint list:
216216

217-
<img src="/articles/images/hidebuttons6.png" >
217+
<img src="/articles/images/hidebuttons6.png" >
218+
219+
220+
221+
222+
223+
224+
<!-- Default Statcounter code for hide buttons
225+
https://powershellscripts.github.io/articles/en/spo/hidebuttons/
226+
-->
227+
<script type="text/javascript">
228+
var sc_project=13078073;
229+
var sc_invisible=1;
230+
var sc_security="0820e95d";
231+
var sc_client_storage="disabled";
232+
</script>
233+
<script type="text/javascript"
234+
src="https://www.statcounter.com/counter/counter.js"
235+
async></script>
236+
<noscript><div class="statcounter"><a title="Web Analytics"
237+
href="https://statcounter.com/" target="_blank"><img
238+
class="statcounter"
239+
src="https://c.statcounter.com/13078073/0/0820e95d/1/"
240+
alt="Web Analytics"
241+
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
242+
<!-- End of Statcounter Code -->

0 commit comments

Comments
 (0)