Uncategorized

Arc resource bridge via powershell

Quick tip – Arc resource bridge via powershell – working for AS HCI 22H2 Setup your powershell environment Install-PackageProvider -Name NuGet -Force Install-Module -Name PowershellGet -Force -Confirm:$false -SkipPublisherCheck Install-Module -Name Moc -Repository PSGallery -AcceptLicense -Force Initialize-MocNode Install-Module -Name ArcHci -Force -Confirm:$false -SkipPublisherCheck -AcceptLicense   Define variables for the MOC: $vswitchName=”ConvergedSwitch(compute)”

Read more