Forum Discussion

Luis Duran's avatar
Luis Duran
Copper Contributor
Oct 25, 2018

I cannot get Set-PnPFileCheckedIn to work

Here is the part of the code that does the checkin for files in a folder $folder = "/Documents"  $filesInFolder = Get-PnPFolderItem -FolderSiteRelativeUrl $folder -ItemType File foreach($file in $...