Update file SP-empty.ps1

This commit is contained in:
Sébastien QUEROL 2023-09-15 10:28:38 +00:00
parent 00a54cf299
commit 3a5b3fa66c
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
#Config Parameters #Config Parameters
$SiteURL = "https://citwell.sharepoint.com/sites/CAPI" $SiteURL = Read-Host -Prompt "Entrez l'adresse du site Sharepoint"
$VersionsToKeep = 5 $VersionsToKeep = 5
Try { Try {