Forum Discussion

Nigel_Price9911's avatar
Nigel_Price9911
Iron Contributor
Feb 12, 2018

How Do I get the version of a file using PnP Powershell

Hi   I am trying to get the version of a file in a document library using PnP Powershell. Connect-PnPOnline -Url <url>  $ListItems = Get-PnPListItem -List <MyDocLibrary>   for each ($item...

Resources