Back Up and Restore Prerequisites
The Software Risk Manager backup and restore scripts depend on PowerShell Core, which can be installed on macOS, Linux, and Windows.
When running the backup and restore scripts, make sure you're either in a PowerShell Core
terminal environment or the command begins with pwsh
so it's run by
PowerShell Core.
Windows Prerequisites
Ensure you can run PowerShell Core scripts on Windows by switching your PowerShell
Execution Policy to RemoteSigned (recommended) or Unrestricted. You must run the
Set-ExecutionPolicy -ExecutionPolicy RemoteSigned
command from an
elevated/administrator Command Prompt.