Skip to content

Commit 0dbfced

Browse files
Update GetVersionsinOneDrive.ps1
1 parent faa4d52 commit 0dbfced

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Versioning/Create a report on all file versions in OneDrive for Business/GetVersionsinOneDrive.ps1

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,6 @@ param (
7676
}
7777
}
7878

79-
80-
8179

8280

8381
#Paths to SDK
@@ -99,4 +97,4 @@ $csvPath2="C:\MyFiles\FileThatShowsNoVersionsAvailable4.csv"
9997

10098
# Do not enter password in the file. You will be prompted for it during the script execution
10199
$AdminPassword=Read-Host -Prompt "Enter password" -AsSecureString
102-
Get-SPOFolderFiles -Username $username -Url $Url -password $AdminPassword -CSVPath $csvPath -CSVPath2 $csvPath2
100+
Get-SPOFolderFiles -Username $username -Url $Url -password $AdminPassword -CSVPath $csvPath -CSVPath2 $csvPath2

0 commit comments

Comments
 (0)