Skip to content

Commit 2a60108

Browse files
authored
Update description.md
1 parent c85e121 commit 2a60108

File tree

1 file changed

+2
-2
lines changed
  • Site Management/Recycle Bin/Restore all files, items, lists deleted by a single employee

1 file changed

+2
-2
lines changed

Site Management/Recycle Bin/Restore all files, items, lists deleted by a single employee/description.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ $Username="admin@tenant.onmicrosoft.com"
3838
$AdminPassword=Read-Host -Prompt "Password" -AsSecureString
3939
$AdminUrl="https://tenant-admin.sharepoint.com"
4040
$userupn="i:0#.f|membership|uss2@arletka.cloudns.org"
41-
41+
```
4242
$Username correponds to the global admin who has access to all the site collections you want to loop through. $userupn is the naughty employee's SharePoint loginname who deleted the items. Pay attention to the format and DO NOT remove i:0#.f|membership| part unless you are 100% sure that your SharePoint user loginname includes something else than this.
43-
```
43+
4444

0 commit comments

Comments
 (0)