Skip to content

Commit 047778f

Browse files
000-762: statcounter
1 parent 7243fce commit 047778f

File tree

2 files changed

+65
-2
lines changed

2 files changed

+65
-2
lines changed

articles/en/spo/addusersnoemail.md

Lines changed: 40 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,43 @@ date: '2025-02-15'
1515
To invite a user to a SharePoint library without sending an email, first, navigate to the library and open its Settings or Manage Access panel. Click Grant Access or Share, and enter the user’s name or email address. Select their desired permission level (e.g., Read, Edit). Before finalizing, ensure to uncheck or disable the Notify by Email option. Once done, click Share or Grant Access, and the user will be granted access without receiving an email notification.
1616

1717

18-
# Guests
18+
# Guests
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
30+
31+
32+
33+
34+
35+
36+
37+
38+
39+
<!-- Default Statcounter code for disattachplusdownloadable
40+
https://powershellscripts.github.io/articles/en/spo/disableattachments/
41+
-->
42+
<script type="text/javascript">
43+
var sc_project=13087706;
44+
var sc_invisible=1;
45+
var sc_security="cd768061";
46+
var sc_client_storage="disabled";
47+
</script>
48+
<script type="text/javascript"
49+
src="https://www.statcounter.com/counter/counter.js"
50+
async></script>
51+
<noscript><div class="statcounter"><a title="Web Analytics"
52+
href="https://statcounter.com/" target="_blank"><img
53+
class="statcounter"
54+
src="https://c.statcounter.com/13087706/0/cd768061/1/"
55+
alt="Web Analytics"
56+
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
57+
<!-- End of Statcounter Code -->

articles/en/spo/listfilesunique.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,4 +126,28 @@ if (-not $existingViews.Title -contains $viewName) {
126126
Write-Host "Details of items with unique permissions have been updated and exported to $outputCsvPath"
127127
128128
129-
```
129+
```
130+
131+
132+
133+
134+
135+
<!-- Default Statcounter code for disattachplusdownloadable
136+
https://powershellscripts.github.io/articles/en/spo/disableattachments/
137+
-->
138+
<script type="text/javascript">
139+
var sc_project=13087706;
140+
var sc_invisible=1;
141+
var sc_security="cd768061";
142+
var sc_client_storage="disabled";
143+
</script>
144+
<script type="text/javascript"
145+
src="https://www.statcounter.com/counter/counter.js"
146+
async></script>
147+
<noscript><div class="statcounter"><a title="Web Analytics"
148+
href="https://statcounter.com/" target="_blank"><img
149+
class="statcounter"
150+
src="https://c.statcounter.com/13087706/0/cd768061/1/"
151+
alt="Web Analytics"
152+
referrerPolicy="no-referrer-when-downgrade"></a></div></noscript>
153+
<!-- End of Statcounter Code -->

0 commit comments

Comments
 (0)