{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/ko-kr/powershell/","_op_gitContributorInformation":{"author":{"display_name":"Banreet Kaur","id":"92906285","name":"Banreet","profile_url":"https://github.com/Banreet"},"contributors":[{"display_name":"Aaron Czechowski","id":"26784733","name":"aczechowski","profile_url":"https://github.com/aczechowski"},{"display_name":"Dan Mabee","id":"40476441","name":"damabe","profile_url":"https://github.com/damabe"},{"display_name":"sankethka","id":"16908144","name":"sankethka","profile_url":"https://github.com/sankethka"}],"update_at":"2026. 6. 26.","updated_at_date_time":"2026-06-26T00:10:14.273345Z"},"_path":"module/configurationmanager/set-cmstatemigrationpoint.json","_rel":"../../","_tocRel":"../sccm-ps/toc.json","apiPlatform":"powershell","author":"Banreet","breadcrumb_path":"/powershell/sccm/bread/toc.json","canonical_url":"https://learn.microsoft.com/ko-kr/powershell/module/configurationmanager/set-cmstatemigrationpoint?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/Set-CMStateMigrationPoint.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","description":"Configuration Manager의 상태 마이그레이션 지점에 대한 설정을 수정합니다.","document_id":"ec1eb74b-4122-923c-dfd7-46f0eef10958","document_version_independent_id":"1cc90fd2-ada4-4de6-740c-29875a61cccf","external help file":"AdminUI.PS.dll-Help.xml","feedback_product_url":"https://feedbackportal.microsoft.com/feedback/forum/4669adfc-ee1b-ec11-b6e7-0022481f8472","feedback_system":"Standard","git_commit_id":"48cf632fb4b9ad92060012681a500478254de750","gitcommit":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/48cf632fb4b9ad92060012681a500478254de750/sccm-ps/ConfigurationManager/Set-CMStateMigrationPoint.md","github_contributors":["aczechowski","damabe","sankethka"],"locale":"ko-kr","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"05/07/2019","ms.service":"configuration-manager","ms.subservice":"other","ms.topic":"reference","open_to_public_contributors":true,"original_content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/live/sccm-ps/ConfigurationManager/Set-CMStateMigrationPoint.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/Set-CMStateMigrationPoint.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/f1499c3b-793f-48c3-a9ce-20285bcc6541"],"site_name":"Docs","title":"Set-CMStateMigrationPoint","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-06-26 12:10 AM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/set-cmstatemigrationpoint","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Set-CMStateMigrationPoint","schemaType":"PowershellCmdlet","summary":"<p>Configuration Manager의 상태 마이그레이션 지점에 대한 설정을 수정합니다.</p>\n","uid":"ConfigurationManager.Set-CMStateMigrationPoint"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.Set-CMStateMigrationPoint":{"href":"set-cmstatemigrationpoint","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Set-CMStateMigrationPoint","schemaType":"PowershellCmdlet","summary":"<p>Configuration Manager의 상태 마이그레이션 지점에 대한 설정을 수정합니다.</p>\n","uid":"ConfigurationManager.Set-CMStateMigrationPoint"}},"description":"<p>\n              <strong>Set-CMStateMigrationPoint</strong> cmdlet은 Configuration Manager의 상태 마이그레이션 지점에 대한 설정을 수정합니다.\n상태 마이그레이션 지점은 운영 체제 설치 프로세스 중에 클라이언트 컴퓨터에서 데이터 전송을 관리하는 사이트 시스템 역할입니다.\n이 cmdlet을 사용하여 마이그레이션 지점과 연결된 경계 그룹 및 스토리지 폴더, 마이그레이션 지점에서 클라이언트 데이터를 삭제할 때까지 대기하는 시간, 콘텐츠에 대한 대체 원본 위치를 허용할지 여부, 복원 전용 모드를 사용하도록 설정할지 여부를 수정합니다.</p>\n<p>사이트 시스템 서버 이름 및 사이트 코드를 사용하여 수정할 마이그레이션 지점을 지정하거나 <a href=\"get-cmstatemigrationpoint\">Get-CMStateMigrationPoint</a> cmdlet을 사용할 수 있습니다.</p>\n<div class=\"NOTE\">\n<p>참고</p>\n<p>Configuration Manager 사이트 드라이브에서 Configuration Manager cmdlet을 실행합니다(예: <code>PS XYZ:\\&gt;</code>). 자세한 내용은 <a href=\"/powershell/sccm/overview\">시작을 참조하세요</a>.</p>\n</div>\n","examples":[{"code":"PS XYZ:\\> $StateMigrationPoint = Get-CMStateMigrationPoint -SiteCode \"CM4\" -SiteSystemServerName \"MigrationServer.TSQA.Contoso.com\"\nPS XYZ:\\> Set-CMStateMigrationPoint -InputObject $StateMigrationPoint -AllowFallbackSourceLocationForContent $True -TimeDeleteAfter 12 -TimeUnit Hours","description":"<p>이 예제에서는 코드 CM4가 있는 사이트의 MigrationServer.TSQA.Contoso.com 라는 마이그레이션 지점을 수정합니다.\n이 예제에서는 콘텐츠에 대한 대체 원본 위치를 허용하도록 마이그레이션 지점을 변경하고 데이터를 삭제하기 위해 데이터를 다운로드한 후의 기간을 수정합니다.</p>\n<p>첫 번째 명령은 <strong>Get-CMStateMigrationPoint</strong> cmdlet을 사용하여 지정된 사이트 코드 및 서버 이름에 대한 마이그레이션 지점을 가져오고 $StateMigrationPoint 변수에 저장합니다.</p>\n<p>두 번째 명령은 $StateMigrationPoint 변수에 저장된 입력 개체를 수정합니다.\n명령은 <em>AllowFallbackSourceLocationForContent</em> 매개 변수를 $True 설정하고 삭제 시간을 12시간으로 수정합니다.</p>\n","summary":"","title":"예제 1: 상태 마이그레이션 지점 수정"},{"code":"PS XYZ:\\> $Storage01 = New-CMStoragefolder -MaximumClientNumber 100 -MinimumFreeSpace 100 -SpaceUnit Megabyte -StorageFolderName \"C:\\\"\nPS XYZ:\\> $Storage02 = New-CMStoragefolder -MaximumClientNumber 100 -MinimumFreeSpace 10 -SpaceUnit Gigabyte -StorageFolderName \"D:\\\"\nPS XYZ:\\> Set-CMStateMigrationPoint -SiteCode \"CM4\" -SiteSystemServerName \"MigrationServer.TSQA.Contoso.com\" -AddBoundaryGroupName \"BG07\" -AddStorageFolder $Storage02 -AllowFallbackSourceLocationForContent $False -DeleteImmediately -EnableRestoreOnlyMode $True -RemoveBoundaryGroupName \"BG22\" -RemoveStorageFolder $Storage01","description":"<p>다음은 사이트 코드 CM4가 있는 사이트의 MigrationServer.TSQA.Contoso.com 상태 마이그레이션 지점에 대한 설정을 수정하는 예제입니다.\n이 예제에서는 다른 경계 그룹과 다른 스토리지 폴더를 대체하고 다른 설정을 수정합니다.</p>\n<p>첫 번째 명령은 <strong>New-CMStoragefolder</strong> cmdlet을 사용하여 스토리지 폴더 개체를 만들고 $Storage 01 변수에 저장합니다.\n자세한 내용은 해당 cmdlet에 대한 설명서를 참조하세요.</p>\n<p>두 번째 명령은 <strong>New-CMStoragefolder</strong> cmdlet을 사용하여 스토리지 폴더 개체를 만들고 $Storage 02 변수에 저장합니다.</p>\n<p>세 번째 명령은 마이그레이션 지점에서 $Storage 01 변수에 저장된 스토리지 폴더를 제거하고 동일한 명령에서 $Storage 02 변수에 저장된 스토리지 폴더를 마이그레이션 지점에 추가합니다.\n마찬가지로 명령은 BG22라는 경계 그룹을 제거하고 BG07이라는 경계 그룹을 추가합니다.\n또한 이 명령은 <em>AllowFallbackSourceLocationForContent</em> 매개 변수에 대한 $False 값과 <em>EnableRestoreOnlyMode</em> 매개 변수에 대한 $True 값을 지정합니다.\n명령은 <em>DeleteImmediately</em> 매개 변수를 사용합니다. 따라서 마이그레이션 지점은 다운로드 직후 클라이언트 정보를 삭제합니다.</p>\n","summary":"","title":"예제 2: 상태 마이그레이션 지점에 대한 스토리지 폴더 및 경계 그룹 수정"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.ManagementProvider.IResultObject</span>\n"}],"links":[{"href":"add-cmstatemigrationpoint","text":"Add-CMStateMigrationPoint"},{"href":"get-cmstatemigrationpoint","text":"Get-CMStateMigrationPoint"},{"href":"remove-cmstatemigrationpoint","text":"Remove-CMStateMigrationPoint"},{"href":"new-cmstoragefolder","text":"New-CMStoragefolder"}],"module":"ConfigurationManager","name":"Set-CMStateMigrationPoint","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">IResultObject</span>\n"}],"parameters":[{"aliases":"","defaultValue":"None","description":"<p>경계 그룹 이름의 배열을 지정합니다.\ncmdlet은 이러한 경계 그룹을 상태 마이그레이션 지점에 추가합니다.\n마이그레이션하는 동안 경계 그룹의 클라이언트는 이 사이트를 콘텐츠의 원본 위치로 사용합니다.</p>\n","name":"AddBoundaryGroupName","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>스토리지 폴더의 배열을 스토리지 디렉터리 데이터 개체로 지정합니다.\ncmdlet은 이러한 폴더를 상태 마이그레이션 지점에 추가합니다.\n스토리지 디렉터리 데이터 개체를 가져오려면 <a href=\"new-cmstoragefolder\">New-CMStoragefolder</a> cmdlet을 사용합니다.</p>\n<p>상태 마이그레이션 지점은 컴퓨터를 새 운영 체제로 마이그레이션할 때 사용자 상태 데이터를 저장합니다.</p>\n","name":"AddStorageFolder","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">StorageDirectoryData</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>대체 원본 위치를 사용할 수 있는지 여부를 나타냅니다.</p>\n","name":"AllowFallbackSourceLocationForContent","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"cf","defaultValue":"False","description":"<p>cmdlet을 실행하기 전에 확인 메시지를 표시합니다.</p>\n","name":"Confirm","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>대상 컴퓨터가 해당 데이터를 다운로드한 직후에 클라이언트 데이터가 삭제됨을 나타냅니다.\n$False 값을 선택하는 경우 <em>TimeDeleteAfter</em> 및 <em>TimeUnit</em> 매개 변수를 사용하여 대기할 시간을 지정합니다.</p>\n","name":"DeleteImmediately","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>이 매개 변수는 와일드카드 문자를 리터럴 문자 값으로 처리합니다. \n              <strong>ForceWildcardHandling</strong>과 결합할 수 없습니다.</p>\n","name":"DisableWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>복원 전용 모드를 사용하도록 설정할지 여부를 나타냅니다.\n복원 전용 모드에서 Configuration Manager는 클라이언트 데이터 저장에 대한 새 요청을 거부합니다.</p>\n","name":"EnableRestoreOnlyMode","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Boolean</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>이 매개 변수는 와일드카드 문자를 처리하고 예기치 않은 동작(권장되지 않음)으로 이어질 수 있습니다. \n              <strong>DisableWildcardHandling</strong>과 결합할 수 없습니다.</p>\n","name":"ForceWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"StateMigrationPoint","defaultValue":"None","description":"<p>상태 마이그레이션 지점 개체를 지정합니다.\n상태 마이그레이션 지점 개체를 가져오려면 <a href=\"get-cmstatemigrationpoint\">Get-CMStateMigrationPoint</a> cmdlet을 사용합니다.</p>\n","isRequired":true,"name":"InputObject","parameterValueGroup":"","pipelineInput":true,"position":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>작업 중인 항목을 나타내는 개체를 반환하려면 이 매개 변수를 추가합니다. 기본적으로 이 cmdlet은 출력을 생성하지 않을 수 있습니다.</p>\n","name":"PassThru","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>경계 그룹 이름의 배열을 지정합니다.\ncmdlet은 상태 마이그레이션 지점에서 이러한 경계 그룹을 제거합니다.\n마이그레이션하는 동안 경계 그룹의 클라이언트는 이 사이트를 콘텐츠의 원본 위치로 사용합니다.</p>\n","name":"RemoveBoundaryGroupName","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>스토리지 폴더의 배열을 스토리지 디렉터리 데이터 개체로 지정합니다.\ncmdlet은 상태 마이그레이션 지점에서 이러한 폴더를 제거합니다.\n상태 마이그레이션 지점은 컴퓨터를 새 운영 체제로 마이그레이션할 때 사용자 상태 데이터를 저장합니다.</p>\n","name":"RemoveStorageFolder","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">StorageDirectoryData</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>Configuration Manager 사이트의 사이트 코드를 지정합니다.</p>\n","name":"SiteCode","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"Name, ServerName","defaultValue":"None","description":"<p>상태 마이그레이션 지점의 호스트 이름을 지정합니다.</p>\n","isRequired":true,"name":"SiteSystemServerName","parameterValueGroup":"","position":"0","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>대상 컴퓨터가 해당 데이터를 삭제하기 위해 데이터를 다운로드한 후 대기할 시간을 지정합니다.\n\n              <em>TimeUnit</em> 매개 변수를 사용하여 시간 단위를 지정합니다.\n데이터를 즉시 삭제하려면 <em>DeleteImmediately</em> 매개 변수에 대한 $True 값을 지정합니다.</p>\n","name":"TimeDeleteAfter","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Int32</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>\n              <em>TimeDeleteAfter</em> 매개 변수에 지정된 값의 시간 단위를 지정합니다.\n이 매개 변수에 허용되는 값은 일 및 시간입니다.</p>\n","name":"TimeUnit","parameterValueGroup":"Hours, Days","position":"Named","type":"<span class=\"no-loc xref\">IntervalType</span>\n"},{"aliases":"wi","defaultValue":"False","description":"<p>cmdlet이 실행되면 어떻게 되는지 보여줍니다. cmdlet이 실행되지 않습니다.</p>\n","name":"WhatIf","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>Configuration Manager의 상태 마이그레이션 지점에 대한 설정을 수정합니다.</p>\n","syntaxes":["Set-CMStateMigrationPoint [-AddBoundaryGroupName <String[]>] [-AddStorageFolder <StorageDirectoryData[]>]\n [-AllowFallbackSourceLocationForContent <Boolean>] [-DeleteImmediately] [-EnableRestoreOnlyMode <Boolean>]\n -InputObject <IResultObject> [-PassThru] [-RemoveBoundaryGroupName <String[]>]\n [-RemoveStorageFolder <StorageDirectoryData[]>] [-TimeDeleteAfter <Int32>] [-TimeUnit <IntervalType>]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]","Set-CMStateMigrationPoint [-AddBoundaryGroupName <String[]>] [-AddStorageFolder <StorageDirectoryData[]>]\n [-AllowFallbackSourceLocationForContent <Boolean>] [-DeleteImmediately] [-EnableRestoreOnlyMode <Boolean>]\n [-PassThru] [-RemoveBoundaryGroupName <String[]>] [-RemoveStorageFolder <StorageDirectoryData[]>]\n [-SiteCode <String>] [-SiteSystemServerName] <String> [-TimeDeleteAfter <Int32>] [-TimeUnit <IntervalType>]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]"],"uid":"ConfigurationManager.Set-CMStateMigrationPoint","hideEdit":true,"ms.translationtype":"MT","ms.contentlocale":"ko-kr","loc_version":"2024-08-21T21:18:36.7205003Z","loc_source_id":"Github-72476255#live","loc_file_id":"Github-72476255.live.MSDN.sccm-powershell.sccm-ps/ConfigurationManager/Set-CMStateMigrationPoint.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/set-cmstatemigrationpoint","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Set-CMStateMigrationPoint","schemaType":"PowershellCmdlet","summary":"<p>Configuration Manager의 상태 마이그레이션 지점에 대한 설정을 수정합니다.</p>\n","uid":"ConfigurationManager.Set-CMStateMigrationPoint"}],"canonical_url":"https://learn.microsoft.com/ko-kr/powershell/module/configurationmanager/set-cmstatemigrationpoint?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/ko-kr/powershell/module/configurationmanager/set-cmstatemigrationpoint?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>\n              <strong>Set-CMStateMigrationPoint</strong> cmdlet은 Configuration Manager의 상태 마이그레이션 지점에 대한 설정을 수정합니다.\n상태 마이그레이션 지점은 운영 체제 설치 프로세스 중에 클라이언트 컴퓨터에서 데이터 전송을 관리하는 사이트 시스템 역할입니다.\n이 cmdlet을 사용하여 마이그레이션 지점과 연결된 경계 그룹 및 스토리지 폴더, 마이그레이션 지점에서 클라이언트 데이터를 삭제할 때까지 대기하는 시간, 콘텐츠에 대한 대체 원본 위치를 허용할지 여부, 복원 전용 모드를 사용하도록 설정할지 여부를 수정합니다.</p>\n<p>사이트 시스템 서버 이름 및 사이트 코드를 사용하여 수정할 마이그레이션 지점을 지정하거나 <a href=&quot;get-cmstatemigrationpoint&quot;>Get-CMStateMigrationPoint</a> cmdlet을 사용할 수 있습니다.</p>\n<div class=&quot;NOTE&quot;>\n<p>참고</p>\n<p>Configuration Manager 사이트 드라이브에서 Configuration Manager cmdlet을 실행합니다(예: <code>PS XYZ:\\&amp;gt;</code>). 자세한 내용은 <a href=&quot;/powershell/sccm/overview&quot;>시작을 참조하세요</a>.</p>\n</div>\n\" />\r\n<meta name=\"hideEdit\" content=\"true\" />\r\n<meta name=\"loc_file_id\" content=\"Github-72476255.live.MSDN.sccm-powershell.sccm-ps/ConfigurationManager/Set-CMStateMigrationPoint.md\" />\r\n<meta name=\"loc_source_id\" content=\"Github-72476255#live\" />\r\n<meta name=\"loc_version\" content=\"2024-08-21T21:18:36.7205003Z\" />\r\n<meta name=\"module\" content=\"ConfigurationManager\" />\r\n<meta name=\"ms.contentlocale\" content=\"ko-kr\" />\r\n<meta name=\"ms.translationtype\" content=\"MT\" />\r\n<meta name=\"name\" content=\"Set-CMStateMigrationPoint\" />\r\n<meta name=\"notes\" content=\"\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>Configuration Manager의 상태 마이그레이션 지점에 대한 설정을 수정합니다.</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"Set-CMStateMigrationPoint [-AddBoundaryGroupName <String[]>] [-AddStorageFolder <StorageDirectoryData[]>]\n [-AllowFallbackSourceLocationForContent <Boolean>] [-DeleteImmediately] [-EnableRestoreOnlyMode <Boolean>]\n -InputObject <IResultObject> [-PassThru] [-RemoveBoundaryGroupName <String[]>]\n [-RemoveStorageFolder <StorageDirectoryData[]>] [-TimeDeleteAfter <Int32>] [-TimeUnit <IntervalType>]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Set-CMStateMigrationPoint [-AddBoundaryGroupName <String[]>] [-AddStorageFolder <StorageDirectoryData[]>]\n [-AllowFallbackSourceLocationForContent <Boolean>] [-DeleteImmediately] [-EnableRestoreOnlyMode <Boolean>]\n [-PassThru] [-RemoveBoundaryGroupName <String[]>] [-RemoveStorageFolder <StorageDirectoryData[]>]\n [-SiteCode <String>] [-SiteSystemServerName] <String> [-TimeDeleteAfter <Int32>] [-TimeUnit <IntervalType>]\n [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm] [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.Set-CMStateMigrationPoint\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}