Recent content by merrittr

  1. M

    Issues with connecting and managing headless hyperv server from win 11 using HV manager

    Holy crap "runas /netonly /user:HVSERVER\Administrator "mmc virtmgmt.msc"" worked ! thanks you my robot overlord
  2. M

    Issues with connecting and managing headless hyperv server from win 11 using HV manager

    this works PS C:\WINDOWS\system32> $cred = Get-Credential HVSERVER\Administrator $session = New-CimSession -ComputerName HVSERVER -Credential $cred -Authentication Negotiate Get-CimInstance -CimSession $session -Namespace root\virtualization\v2 -ClassName Msvm_ComputerSystem Caption...
  3. M

    Issues with connecting and managing headless hyperv server from win 11 using HV manager

    hmmm there doesnt seem to be an option for credentials Get-CimInstance PS C:\WINDOWS\system32> $cred = Get-Credential cmdlet Get-Credential at command pipeline position 1 Supply values for the following parameters: PS C:\WINDOWS\system32> Get-CimInstance -ComputerName HVSERVER -Credential...
  4. M

    Issues with connecting and managing headless hyperv server from win 11 using HV manager

    All the server side commands worked on the win 11 home client I get an error on the get-ciminstance any ideas
  5. M

    Issues with connecting and managing headless hyperv server from win 11 using HV manager

    hmmm I get this now sorry it is an image it thinks the virtual machine management service isnt running , the filrwall is off and I am rdped into the hvserver I check and 4 Hyper-V services are running out of 17 see in this image I cant cut it out as text unfortunately
  6. M

    Issues with connecting and managing headless hyperv server from win 11 using HV manager

    Hi all I have a real mess , as I am trying to recover vms from old machines Hyper-V 2012 r2 using Hyper V manager (hacked onto win 11 home) I get this error when connecting I have the registry updates to what I thought would allow remoting to anywhare Any idea how to resolve this
  7. M

    network cards "DISAPEAR" after reboot

    Holy crap that fixed it ~!
  8. M

    network cards "DISAPEAR" after reboot

    netcfg -d didnt seem to help
  9. M

    network cards "DISAPEAR" after reboot

    ok here is the info from those commands
  10. M

    network cards "DISAPEAR" after reboot

    Thanks for this help! , and just as a note I can boot with a ubuntu live usb and the network comes up every time
  11. M

    network cards "DISAPEAR" after reboot

    Shift shutdown didnt help, I see network adapters nut no networks see attached pngs and the output from pnoutil
  12. M

    network cards "DISAPEAR" after reboot

    the card disapears entirly C:\Users\RobMe>ipconfig Windows IP Configuration Wireless LAN adapter Wi-Fi: Connection-specific DNS Suffix . : Home IPv4 Address. . . . . . . . . . . : 192.168.1.121 Subnet Mask . . . . . . . . . . . : 255.255.255.0 Default Gateway . . . . . . . ...
  13. M

    network cards "DISAPEAR" after reboot

    Tried that a few times but it dowsnt seem to help if I use a usb nic I get the same issue as well when I use a wiered connection
Back
Top