Page History
...
Code Block | ||||||
---|---|---|---|---|---|---|
| ||||||
Start-Process powershell -
Write-Output 1
Write-Output "Export Objects operation started - You can monitor progress via the separate Powershell window"
Write-Output "NOTE: You can close the separate Powershell window once the process completes, it is left open to display the result only."
Write-Output "Logs are located in the work directory of the script and have a sequence ID of |
...