Seems to have been resolved by removing the below from Connect-CWM, indicating there may be an issue in Get-CWMSystemInfo
$Info = Get-CWMSystemInfo
if(!$Info) {
Write-Warning 'Authentication failed. Clearing connection settings.'
Disconnect-CWM
return
}
Seems to have been resolved by removing the below from Connect-CWM, indicating there may be an issue in Get-CWMSystemInfo
$Info = Get-CWMSystemInfo
if(!$Info) {
Write-Warning 'Authentication failed. Clearing connection settings.'
Disconnect-CWM
return
}