使用 PowerShell
管理多台 Windows Server 2022 时,可以使用 PowerShell 批量卸载 Azure Arc Setup:
1以管理员权限打开 Windows PowerShell。
2执行以下命令:
Remove-WindowsFeature AzureArcSetup
或者管理员权限CMD命令行
powershell Remove-WindowsFeature AzureArcSetup
Let’s build great from here
管理多台 Windows Server 2022 时,可以使用 PowerShell 批量卸载 Azure Arc Setup:
1以管理员权限打开 Windows PowerShell。
2执行以下命令:
Remove-WindowsFeature AzureArcSetup
或者管理员权限CMD命令行
powershell Remove-WindowsFeature AzureArcSetup