-
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