Open PowerShell as Administrator. Run the following PowerShell prompt:
Install-Module safeguard-ps If the module is already installed then run the following PowerShell prompt to ensure that the module is up to date:
Update-Module safeguard-ps Once you have loaded the module, you can connect to Safeguard using the
Connect-Safeguard cmdlet. To view the list of commands use
Get-SafeguardCommandGet-Help cmdletname can be used to provide more information about the cmdlet
The minimum version of Powershell required is version 5
More information on the PowerShell module is available on GitHub here