• Unhandled Exception: System.AccessViolationException

    Unhandled Exception: System.AccessViolationException I am searching, then exporting documents to file for several directories using the following: $splat = @{ FolderPath = $SourcePath GetVersionsToo = $false JustThisFolder = $false FileUpdatedAfter…
  • New-PWDocumentVersion Error/Exception Handling

    I am using New-PWDocumentVersion cmdlet as part of a script to synchronize DGN files on a server drive with the respective holdings on ProjectWise. To deal with problems and exceptions in my script I have the following set: $ErrorActionPreference…