User Profile
Eelvlee
Brass Contributor
Joined Dec 02, 2022
User Widgets
Recent Discussions
Re: Hyper-V Server 2022
I don’t think Azure Local and Azure Stack HCI are the same thing. Azure Stack HCI is an operating system, while Azure Local is a service that allows you to connect your local server and remotely access it through the Azure portal. With Azure Local, you also have the option to install Linux instead of Azure Stack HCI.369Views0likes1CommentRe: Hyper-V Server 2022
Elden_Christensen I understand that it cost more to test. I invested a lot in M$FT almost all of my retirement fund. But there are many replacements(opensources,vmware) for hyper-v in the current market. I just hope that ms makes sustainable profits out of hyper-v by attracting more users like me.4.9KViews0likes0CommentsRe: Hyper-V Server 2022
You can use Azure Stack HCI as local hyper-v server. I tested. These commands are what I used to enable hyper-v in Azure Stack HCI DISM /online /enable-feature /featurename:Microsoft-Hyper-V -All Enable-PSRemoting Enable-WSManCredSSP -Role server I had to setup extra setting to test for nested hyper-v In my PC with admin powershell: Set-VMProcessor -VMName <VMName> -ExposeVirtualizationExtensions $true Get-VMNetworkAdapter -VMName <VMName> | Set-VMNetworkAdapter -MacAddressSpoofing On New-VMSwitch -Name VmNAT -SwitchType Internal New-NetNat –Name LocalNAT –InternalIPInterfaceAddressPrefix “192.168.100.0/24” Get-NetAdapter "vEthernet (VmNat)" | New-NetIPAddress -IPAddress 192.168.100.1 -AddressFamily IPv4 -PrefixLength 24 And Setup my Group Policy wsman..6.4KViews0likes0Comments
Recent Blog Articles
No content to show