{
    "api_version": "1",
    "kind": "dse_post",
    "self": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-223-verify-the-file-destination-during-a-nonclustered-hyper-v-live-move/",
    "item": {
        "id": "https://update.dsesecurity.com/updates/dse-20260908-223-verify-the-file-destination-during-a-nonclustered-hyper-v-live-move/",
        "slug": "dse-20260908-223-verify-the-file-destination-during-a-nonclustered-hyper-v-live-move",
        "url": "https://update.dsesecurity.com/updates/dse-20260908-223-verify-the-file-destination-during-a-nonclustered-hyper-v-live-move/",
        "alternate_urls": {
            "markdown": "https://update.dsesecurity.com/updates/dse-20260908-223-verify-the-file-destination-during-a-nonclustered-hyper-v-live-move.md",
            "json": "https://update.dsesecurity.com/api/v1/posts/dse-20260908-223-verify-the-file-destination-during-a-nonclustered-hyper-v-live-move/"
        },
        "title": "Verify the file destination during a nonclustered Hyper-V live move",
        "summary": "What must be checked when moving a running VM and its storage without a failover cluster?",
        "format": {
            "slug": "guide",
            "name": "Guide"
        },
        "priority": {
            "slug": "info",
            "name": "Information"
        },
        "featured": false,
        "image": {
            "theme": "continuity-recovery",
            "label": "Continuity & recovery",
            "alt": "Paired infrastructure paths converging on a stable recovered service.",
            "card_url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-card.webp?v=1.8.20",
            "hero_url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-hero.webp?v=1.8.20",
            "social_url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-social-v2.jpg?v=1.8.20",
            "width": 2400,
            "height": 1350
        },
        "topics": [
            {
                "slug": "business-continuity",
                "name": "Business Continuity",
                "url": "https://update.dsesecurity.com/topic/business-continuity/"
            },
            {
                "slug": "it",
                "name": "IT",
                "url": "https://update.dsesecurity.com/topic/it/"
            }
        ],
        "author": {
            "name": "DSE Security Editorial Team",
            "url": "https://update.dsesecurity.com/#editorial-team",
            "type": "Organization"
        },
        "publisher": {
            "name": "Detection Systems & Engineering",
            "url": "https://dsesecurity.com/"
        },
        "published_at": "2026-09-08T18:13:28+00:00",
        "modified_at": "2026-09-08T18:29:34+00:00",
        "reviewed_on": "2026-09-08",
        "reading_minutes": 2,
        "word_count": 222,
        "potentially_affected": "Administrators performing live migration between Hyper-V hosts outside Failover Clustering.",
        "dse_recommendation": "Record the source VM identity, destination host, intended file locations, and current storage footprint.",
        "primary_source": {
            "name": "Use live migration without Failover Clustering to move a VM",
            "url": "https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/Use-live-migration-without-Failover-Clustering-to-move-a-virtual-machine",
            "published_on": null,
            "authority": "Microsoft Learn"
        },
        "publishing_principles": "https://update.dsesecurity.com/updates/dse-updates-editorial-methodology/",
        "usage_info": "https://update.dsesecurity.com/usage/",
        "copyright_notice": "Copyright © 2026 Detection Systems & Engineering. All rights reserved.",
        "content_html": "<h2>Source facts</h2>\n<p>Microsoft documents moving a running VM between Hyper-V hosts without using Failover Clustering. Its Move-VM example transfers the VM along with virtual disks and supporting files to a specified destination directory. When constrained delegation is not configured, the documented authentication path requires signing in to the source server before initiating the move. <a href=\"https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/Use-live-migration-without-Failover-Clustering-to-move-a-virtual-machine\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn</a>.</p>\n<h2>Applicability</h2>\n<p>Verify that both hosts are configured for the documented migration scenario and that the VM meets their compatibility requirements. Identify the destination storage path and the operator&#8217;s authentication route before initiating the move. Distinguish this workflow from cluster-managed migration or replica failover.</p>\n<h2>DSE recommendation</h2>\n<p>Record the source VM identity, destination host, intended file locations, and current storage footprint. Have the virtualization owner confirm available destination resources and the approved initiating session. Preserve a recovery plan and define an application transaction to observe during the pilot. Include supporting VM files in the location review instead of tracking only the virtual disk.</p>\n<h2>Verification</h2>\n<p>After the approved move, confirm the VM is running on the intended host and inspect where its configuration and storage files reside. Validate the application transaction and management access. Record authentication failures separately from storage or compatibility failures, and verify the actual result before attempting another move.</p>\n<h2>Official references</h2>\n<p><a href=\"https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/Use-live-migration-without-Failover-Clustering-to-move-a-virtual-machine\" target=\"_blank\" rel=\"noopener noreferrer\">Microsoft Learn: Use live migration without Failover Clustering to move a VM</a>. Source reviewed September 8, 2026.</p>",
        "content_text": "Source facts\nMicrosoft documents moving a running VM between Hyper-V hosts without using Failover Clustering. Its Move-VM example transfers the VM along with virtual disks and supporting files to a specified destination directory. When constrained delegation is not configured, the documented authentication path requires signing in to the source server before initiating the move. Microsoft Learn.\nApplicability\nVerify that both hosts are configured for the documented migration scenario and that the VM meets their compatibility requirements. Identify the destination storage path and the operator’s authentication route before initiating the move. Distinguish this workflow from cluster-managed migration or replica failover.\nDSE recommendation\nRecord the source VM identity, destination host, intended file locations, and current storage footprint. Have the virtualization owner confirm available destination resources and the approved initiating session. Preserve a recovery plan and define an application transaction to observe during the pilot. Include supporting VM files in the location review instead of tracking only the virtual disk.\nVerification\nAfter the approved move, confirm the VM is running on the intended host and inspect where its configuration and storage files reside. Validate the application transaction and management access. Record authentication failures separately from storage or compatibility failures, and verify the actual result before attempting another move.\nOfficial references\nMicrosoft Learn: Use live migration without Failover Clustering to move a VM. Source reviewed September 8, 2026.",
        "content_markdown": "## Source facts\n\nMicrosoft documents moving a running VM between Hyper-V hosts without using Failover Clustering. Its Move-VM example transfers the VM along with virtual disks and supporting files to a specified destination directory. When constrained delegation is not configured, the documented authentication path requires signing in to the source server before initiating the move. [Microsoft Learn](https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/Use-live-migration-without-Failover-Clustering-to-move-a-virtual-machine).\n\n## Applicability\n\nVerify that both hosts are configured for the documented migration scenario and that the VM meets their compatibility requirements. Identify the destination storage path and the operator’s authentication route before initiating the move. Distinguish this workflow from cluster-managed migration or replica failover.\n\n## DSE recommendation\n\nRecord the source VM identity, destination host, intended file locations, and current storage footprint. Have the virtualization owner confirm available destination resources and the approved initiating session. Preserve a recovery plan and define an application transaction to observe during the pilot. Include supporting VM files in the location review instead of tracking only the virtual disk.\n\n## Verification\n\nAfter the approved move, confirm the VM is running on the intended host and inspect where its configuration and storage files reside. Validate the application transaction and management access. Record authentication failures separately from storage or compatibility failures, and verify the actual result before attempting another move.\n\n## Official references\n\n[Microsoft Learn: Use live migration without Failover Clustering to move a VM](https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/Use-live-migration-without-Failover-Clustering-to-move-a-virtual-machine). Source reviewed September 8, 2026."
    },
    "json_ld": {
        "@context": "https://schema.org",
        "@graph": [
            {
                "@type": "Organization",
                "@id": "https://dsesecurity.com/#organization",
                "name": "Detection Systems & Engineering",
                "alternateName": "DSE Security",
                "url": "https://dsesecurity.com/",
                "logo": {
                    "@type": "ImageObject",
                    "url": "https://update.dsesecurity.com/assets/dse-logo-20260812.png?v=1.8.20"
                }
            },
            {
                "@type": "Organization",
                "@id": "https://update.dsesecurity.com/#editorial-team",
                "name": "DSE Security Editorial Team",
                "url": "https://update.dsesecurity.com/",
                "parentOrganization": {
                    "@id": "https://dsesecurity.com/#organization"
                }
            },
            {
                "@type": "WebSite",
                "@id": "https://update.dsesecurity.com/#website",
                "name": "DSE Updates",
                "alternateName": "DSE Security Knowledge Hub",
                "url": "https://update.dsesecurity.com/",
                "inLanguage": "en-US",
                "publisher": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "potentialAction": {
                    "@type": "SearchAction",
                    "target": {
                        "@type": "EntryPoint",
                        "urlTemplate": "https://update.dsesecurity.com/?q={search_term_string}"
                    },
                    "query-input": "required name=search_term_string"
                }
            },
            {
                "@type": "WebPage",
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-223-verify-the-file-destination-during-a-nonclustered-hyper-v-live-move/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-223-verify-the-file-destination-during-a-nonclustered-hyper-v-live-move/",
                "isPartOf": {
                    "@id": "https://update.dsesecurity.com/#website"
                },
                "lastReviewed": "2026-09-08"
            },
            {
                "@type": "BreadcrumbList",
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-223-verify-the-file-destination-during-a-nonclustered-hyper-v-live-move/#breadcrumbs",
                "itemListElement": [
                    {
                        "@type": "ListItem",
                        "position": 1,
                        "name": "DSE Updates",
                        "item": "https://update.dsesecurity.com/"
                    },
                    {
                        "@type": "ListItem",
                        "position": 2,
                        "name": "Verify the file destination during a nonclustered Hyper-V live move",
                        "item": "https://update.dsesecurity.com/updates/dse-20260908-223-verify-the-file-destination-during-a-nonclustered-hyper-v-live-move/"
                    }
                ]
            },
            {
                "@type": [
                    "Article",
                    "TechArticle"
                ],
                "@id": "https://update.dsesecurity.com/updates/dse-20260908-223-verify-the-file-destination-during-a-nonclustered-hyper-v-live-move/#article",
                "identifier": "https://update.dsesecurity.com/updates/dse-20260908-223-verify-the-file-destination-during-a-nonclustered-hyper-v-live-move/",
                "url": "https://update.dsesecurity.com/updates/dse-20260908-223-verify-the-file-destination-during-a-nonclustered-hyper-v-live-move/",
                "headline": "Verify the file destination during a nonclustered Hyper-V live move",
                "description": "What must be checked when moving a running VM and its storage without a failover cluster?",
                "abstract": "What must be checked when moving a running VM and its storage without a failover cluster?",
                "articleBody": "Source facts\nMicrosoft documents moving a running VM between Hyper-V hosts without using Failover Clustering. Its Move-VM example transfers the VM along with virtual disks and supporting files to a specified destination directory. When constrained delegation is not configured, the documented authentication path requires signing in to the source server before initiating the move. Microsoft Learn.\nApplicability\nVerify that both hosts are configured for the documented migration scenario and that the VM meets their compatibility requirements. Identify the destination storage path and the operator’s authentication route before initiating the move. Distinguish this workflow from cluster-managed migration or replica failover.\nDSE recommendation\nRecord the source VM identity, destination host, intended file locations, and current storage footprint. Have the virtualization owner confirm available destination resources and the approved initiating session. Preserve a recovery plan and define an application transaction to observe during the pilot. Include supporting VM files in the location review instead of tracking only the virtual disk.\nVerification\nAfter the approved move, confirm the VM is running on the intended host and inspect where its configuration and storage files reside. Validate the application transaction and management access. Record authentication failures separately from storage or compatibility failures, and verify the actual result before attempting another move.\nOfficial references\nMicrosoft Learn: Use live migration without Failover Clustering to move a VM. Source reviewed September 8, 2026.",
                "datePublished": "2026-09-08T18:13:28+00:00",
                "dateModified": "2026-09-08T18:29:34+00:00",
                "mainEntityOfPage": {
                    "@id": "https://update.dsesecurity.com/updates/dse-20260908-223-verify-the-file-destination-during-a-nonclustered-hyper-v-live-move/"
                },
                "inLanguage": "en-US",
                "isAccessibleForFree": true,
                "author": {
                    "@type": "Organization",
                    "name": "DSE Security Editorial Team",
                    "url": "https://update.dsesecurity.com/#editorial-team"
                },
                "publisher": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "image": {
                    "@type": "ImageObject",
                    "@id": "https://update.dsesecurity.com/updates/dse-20260908-223-verify-the-file-destination-during-a-nonclustered-hyper-v-live-move/#primaryimage",
                    "url": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-social-v2.jpg?v=1.8.20",
                    "contentUrl": "https://update.dsesecurity.com/assets/editorial/continuity-recovery-social-v2.jpg?v=1.8.20",
                    "width": 1200,
                    "height": 630,
                    "caption": "Verify the file destination during a nonclustered Hyper-V live move"
                },
                "articleSection": [
                    "Business Continuity",
                    "IT"
                ],
                "keywords": [
                    "Business Continuity",
                    "IT",
                    "Guide",
                    "Information priority"
                ],
                "genre": "Guide",
                "about": [
                    {
                        "@type": "Thing",
                        "name": "Business Continuity",
                        "url": "https://update.dsesecurity.com/topic/business-continuity/"
                    },
                    {
                        "@type": "Thing",
                        "name": "IT",
                        "url": "https://update.dsesecurity.com/topic/it/"
                    }
                ],
                "wordCount": 222,
                "timeRequired": "PT2M",
                "publishingPrinciples": "https://update.dsesecurity.com/updates/dse-updates-editorial-methodology/",
                "usageInfo": "https://update.dsesecurity.com/usage/",
                "copyrightHolder": {
                    "@id": "https://dsesecurity.com/#organization"
                },
                "copyrightNotice": "Copyright © 2026 Detection Systems & Engineering. All rights reserved.",
                "citation": {
                    "@type": "CreativeWork",
                    "name": "Use live migration without Failover Clustering to move a VM",
                    "url": "https://learn.microsoft.com/en-us/windows-server/virtualization/hyper-v/manage/Use-live-migration-without-Failover-Clustering-to-move-a-virtual-machine"
                }
            }
        ]
    }
}