PnP.PowerShell 3.2.37
Command: ConvertTo-PnPPage -Identity $page.Id -Overwrite -TakeSourcePageName -LogType File -LogFolder "C:\Temp"
After running the command, converted pages stay hidden.
Workaround: Checking in files. Set-PnPFileCheckedIn -Url $page.FieldValues.FileRef -CheckInType MajorCheckIn -Comment "Updated contact details"
PnP.PowerShell 3.2.37
Command: ConvertTo-PnPPage -Identity $page.Id -Overwrite -TakeSourcePageName -LogType File -LogFolder "C:\Temp"
After running the command, converted pages stay hidden.
Workaround: Checking in files. Set-PnPFileCheckedIn -Url $page.FieldValues.FileRef -CheckInType MajorCheckIn -Comment "Updated contact details"