Hi
When I want to find out which version of PnP PowerSell I have installed I use the following PowerShell Command :-
Get-Module SharePointPnPPowerShell* -ListAvailable | Select-Object Name,Version | Sort-Object Version -Descending
IS there somewhere in the release notes for a new version which tells me what the new version number is ?
So I know I have the latest version.
Thanks
Nigel