ML
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    • Register
    • Login

    HyperVServer Build

    IT Discussion
    11
    67
    7.2k
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • dbeatoD
      dbeato @black3dynamite
      last edited by

      @black3dynamite said in HyperVServer Build:

      Minds well start getting use to not having a Desktop environment anyway. Because it will be expected to manage Windows Server 2019 from command prompt, PowerShell, RSAT or Windows Admin Center.

      This screenshot is from using Windows_InsiderPreview_Server_17709
      0_1532806380873_0eba0be9-8f6d-467a-b8f6-7ae121d2a127-image.png

      Yes, very well right. Days are counted for the Windows GUI 🙂

      1 Reply Last reply Reply Quote 0
      • scottalanmillerS
        scottalanmiller @black3dynamite
        last edited by

        @black3dynamite said in HyperVServer Build:

        Minds well start getting use to not having a Desktop environment anyway. Because it will be expected to manage Windows Server 2019 from command prompt, PowerShell, RSAT or Windows Admin Center.

        I remember saying this around 2012.

        travisdh1T 1 Reply Last reply Reply Quote 0
        • CloudKnightC
          CloudKnight
          last edited by

          https://social.technet.microsoft.com/Forums/en-US/16e6f5bc-c61e-422d-a63e-923451748d1d/windows-server-2019-gui?forum=winservergen

          scottalanmillerS 1 Reply Last reply Reply Quote 1
          • scottalanmillerS
            scottalanmiller @CloudKnight
            last edited by

            @stuartjordan said in HyperVServer Build:

            https://social.technet.microsoft.com/Forums/en-US/16e6f5bc-c61e-422d-a63e-923451748d1d/windows-server-2019-gui?forum=winservergen

            LTSC and GUI definitely go hand in hand. Both meant for the same general audience.

            1 Reply Last reply Reply Quote 0
            • travisdh1T
              travisdh1 @scottalanmiller
              last edited by

              @scottalanmiller said in HyperVServer Build:

              @black3dynamite said in HyperVServer Build:

              Minds well start getting use to not having a Desktop environment anyway. Because it will be expected to manage Windows Server 2019 from command prompt, PowerShell, RSAT or Windows Admin Center.

              I remember saying this around 2012.

              I remember you saying this a lot, I just don't remember the first occurrence anymore.

              1 Reply Last reply Reply Quote 1
              • ObsolesceO
                Obsolesce
                last edited by

                I got tired of seeing links here and there saying to do this and that, firewall rules open/closed here and there, add account there, etc., etc... all to no avail and only making things worse and opening security holes.

                So I decided to post the working procedure that I use (nicely cleaned up, you're welcome), with the info coming straight from the MS Docs site (linked in references)... From there, I converted everything to be done via PowerShell to make everyone's life better.

                You'll notice there really isn't that much you have to do to the host, and the stuff you need to do to the management PC is minimal, but a lot of what you see around the net isn't in there. Why? Because it doesn't need to be.

                https://www.timothygruber.com/hyper-v-2/remotely-managing-hyper-v-server-in-a-workgroup-or-non-domain/

                JoelJ 1 Reply Last reply Reply Quote 6
                • JoelJ
                  Joel @Obsolesce
                  last edited by

                  @obsolesce Apologies, I had been away for a couple weeks so just got back. I didnt thank you (and everyone else) for the comments and feedback here. @Obsolesce - your blog is so great and useful and I am very grateful for outlining those steps it works a treat (just set this up on a test environment to test it).

                  What would be great, is if you (or anyone else) can assist in the steps like in the blog of how then to provision a VM.
                  SO going over this thread, once the connection to Hyper-V Manager is established, we need to build a VM. I'd like to add a couple VM's but want to store the VDHX's on a 'D' drive (which isnt currently showing). When I built the server, I put 4 disks in OBR10 and then created a 100GB partition for the HyperVServer. I have 1.5TB free which i'd like to assign the 'D' drive. How can I connect to do this?

                  I have tried to open Computer Management and connect to the Hypervisor but due to other firewall rules it tells me it cannot be managed.

                  Any help again on this? I know there's been some info above but it seems so scattered and one 'guide' steps would be useful if possible?

                  JoelJ ObsolesceO 2 Replies Last reply Reply Quote 0
                  • JoelJ
                    Joel @Joel
                    last edited by

                    @joel said in HyperVServer Build:

                    @obsolesce Apologies, I had been away for a couple weeks so just got back. I didnt thank you (and everyone else) for the comments and feedback here. @Obsolesce - your blog is so great and useful and I am very grateful for outlining those steps it works a treat (just set this up on a test environment to test it).

                    What would be great, is if you (or anyone else) can assist in the steps like in the blog of how then to provision a VM.
                    SO going over this thread, once the connection to Hyper-V Manager is established, we need to build a VM. I'd like to add a couple VM's but want to store the VDHX's on a 'D' drive (which isnt currently showing). When I built the server, I put 4 disks in OBR10 and then created a 100GB partition for the HyperVServer. I have 1.5TB free which i'd like to assign the 'D' drive. How can I connect to do this?

                    I have tried to open Computer Management and connect to the Hypervisor but due to other firewall rules it tells me it cannot be managed.

                    Any help again on this? I know there's been some info above but it seems so scattered and one 'guide' steps would be useful if possible?

                    Although - this, I believe works well.....

                    diskpart
                    select disk 0
                    create partition primary
                    select partition 5
                    format fs=ntfs label="DATA" quick
                    assign
                    list disk
                    list part
                    list vol

                    1 Reply Last reply Reply Quote 0
                    • ObsolesceO
                      Obsolesce @Joel
                      last edited by

                      @joel said in HyperVServer Build:

                      @obsolesce Apologies, I had been away for a couple weeks so just got back. I didnt thank you (and everyone else) for the comments and feedback here. @Obsolesce - your blog is so great and useful and I am very grateful for outlining those steps it works a treat (just set this up on a test environment to test it).

                      What would be great, is if you (or anyone else) can assist in the steps like in the blog of how then to provision a VM.
                      SO going over this thread, once the connection to Hyper-V Manager is established, we need to build a VM. I'd like to add a couple VM's but want to store the VDHX's on a 'D' drive (which isnt currently showing). When I built the server, I put 4 disks in OBR10 and then created a 100GB partition for the HyperVServer. I have 1.5TB free which i'd like to assign the 'D' drive. How can I connect to do this?

                      I have tried to open Computer Management and connect to the Hypervisor but due to other firewall rules it tells me it cannot be managed.

                      Any help again on this? I know there's been some info above but it seems so scattered and one 'guide' steps would be useful if possible?

                      Happy to help!

                      Regarding your drive configuration...
                      There are some local policies you need to adjust and some firewall rules you need to open in order to use Disk Management remotely.

                      I'd recommend installing WAC and taking care of the requirements.
                      https://docs.microsoft.com/en-us/windows-server/manage/windows-admin-center/deploy/prepare-environment

                      1 Reply Last reply Reply Quote 2
                      • JoelJ
                        Joel
                        last edited by

                        Thanks again. I'll take a look.
                        One prob I ran into last time was when I wanted to install Server 2016 on my guest VM. I had the CD Rom connected to my host, but I couldnt find where to load it to boot the VM from it.
                        I'd like to use a Gen2 server and i'm unsure how to get either a) to boot from the physical DVD connected to my host, or b) load an ISO to the host (ie in the D drive) to then boot from there. Any ideas on that?

                        1 Reply Last reply Reply Quote 0
                        • 1
                        • 2
                        • 3
                        • 4
                        • 3 / 4
                        • First post
                          Last post