Is there a way to Copy PW Folders with versions through PowerShell?
The GUI has a checkbox to allow this but i cant see a switch in the PowerShell cmdlet
We have added a CopyVersions switch to the Copy-PWFolder cmdlet in today's PWPS_DAB release version 23.0.2.0. Note that the Copy-PWFolderBetweenDatasources has always copied versions when they included in the pipeline input.
Mark Weisman | Bentley Systems
Thanks Mark, that would be a massive help! I'm assuming you meant 23.0.2.0, if so i have updated this morning but do not see the new switch?
You also need to use the -IncludeDocuments switch. Try using this switch first, then press the - key and intellisense should present a list of switches. Apparently, there are a lot of them. You have to scroll down towards the bottom. Then you'll see the CopyVersions switch.
Let us know if still have trouble with this.
Thanks,