-
Powershellscript to display all Checked Out Files (en)
With the following script you can display all your checked out files in your web. Just save the script below as e.g. “DisplayAllCheckedOutFiles.ps1” and execute it within the SharePoint Management Shell (open it as Administrator is always a good idea). At the end of the script you can also specify if you want to save the results in a file. Here a brief overview over my output: Hope you like it and as always, don’t be afraIT to ask or comment. # enter your site URL $spWeb = Get-SPWeb “http://sp13” function GetCheckedItems($spWeb) { Write-Host “Scanning Site: $($spWeb.Url)” foreach ($list
-
Powershellscript to display all Checked Out Files (de)
Shorty-Time! Mit dem folgenden Skript kannst du dir alle ausgecheckten Dateien in deiner SharePoint Umgebung anzeigen lassen. Speicher einfach das Skript und speicher es z.B. mit dem Namen “showAllCheckedOutItems.ps1” und führe es in der SharePoint Verwaltungsshell aus. (Als Administrator diese zu öffnen ist immer öfters eine gute Idee). Am Ende des Skripts kannst du auch festlegen, ob der Output in eine Datei gespeichert werden soll. Hier etwas von meinem Output: Hoffe, dass dir das Skript vielleicht etwas die Arbeit erleichtert. Wie immer gilt, don’t be afraIT bei Fragen oder Kommentaren. # enter your site URL $spWeb = Get-SPWeb