{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/zh-tw/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/8/3","updated_at_date_time":"2026-08-03T08:14:43.9278324Z"},"_path":"module/configurationmanager/new-cmbootablemedia.json","_rel":"../../","_tocRel":"../sccm-ps/toc.json","apiPlatform":"powershell","author":"Banreet","breadcrumb_path":"/powershell/sccm/bread/toc.json","canonical_url":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/new-cmbootablemedia?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/New-CMBootableMedia.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","description":"建立可開機媒體。","document_id":"975d917d-5137-4a75-605f-3ac59bea7046","document_version_independent_id":"90c228a1-77b9-0aaf-1d4c-3d09c5387d89","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/New-CMBootableMedia.md","github_contributors":["aczechowski","damabe","sankethka"],"locale":"zh-tw","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"11/20/2020","ms.service":"microsoft-endpoint-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/New-CMBootableMedia.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/New-CMBootableMedia.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/f1499c3b-793f-48c3-a9ce-20285bcc6541"],"site_name":"Docs","title":"New-CMBootableMedia","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-08-03 08:14 AM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmbootablemedia","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMBootableMedia","schemaType":"PowershellCmdlet","summary":"<p>建立可開機媒體。</p>\n","uid":"ConfigurationManager.New-CMBootableMedia"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.New-CMBootableMedia":{"href":"new-cmbootablemedia","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMBootableMedia","schemaType":"PowershellCmdlet","summary":"<p>建立可開機媒體。</p>\n","uid":"ConfigurationManager.New-CMBootableMedia"}},"description":"<p>此 Cmdlet 會建立用來部署 OS 的媒體。 可開機媒體包含開機映射、選擇性啟動前置命令和相關聯的檔案，以及 Configuration Manager 檔案。 使用可開機媒體在新計算機上安裝新版本的 Windows (裸機) ，或取代現有的電腦和傳輸設定。</p>\n<div class=\"NOTE\">\n<p>注意事項</p>\n<p>此 Cmdlet 需要較高的許可權才能執行。</p>\n</div>\n<p>如需詳細資訊，請 <a href=\"/mem/configmgr/osd/deploy-use/create-task-sequence-media\">參閱工作順序媒體概觀</a>。</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":"$BootImage = Get-CMBootImage -Name \"Boot image (x64)\"\n$DistributionPoint = Get-CMDistributionPoint -SiteCode CM1\n$ManagementPoint = Get-CMManagementPoint -SiteSystemServerName \"SiteSystemServer02.Contoso.com\"\n\nNew-CMBootableMedia -MediaMode Dynamic -MediaType CdDvd -Path \"\\\\Server\\share\\test.iso\" -AllowUnknownMachine -BootImage $BootImage -DistributionPoint $DistributionPoint -ManagementPoint $ManagementPoint","description":"","summary":"<p>第一個命令會取得名為 <strong>開機映射 (x64) </strong> 的開機映像物件，並將它儲存在 <strong>$BootImage</strong> 變數中。 第二個命令會取得 <strong>SiteServer01.Contoso.com</strong> 的發佈點角色，並將它儲存在 <strong>$DistributionPoint</strong> 變數中。 第三個命令會取得 <strong>SiteServer02.Contoso.com</strong> 的管理點角色，並將它儲存在 <strong>$ManagementPoint</strong> 變數中。 最後一個命令會在動態模式中建立可開機媒體。 它會使用儲存在先前變數中的物件。</p>\n","title":"範例 1：建立可開機媒體"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">None</span>\n"}],"links":[{"href":"get-cmbootimage","text":"Get-CMBootImage"},{"href":"get-cmdistributionpoint","text":"Get-CMDistributionPoint"},{"href":"get-cmmanagementpoint","text":"Get-CMManagementPoint"},{"href":"get-cmpackage","text":"Get-CMPackage"},{"href":"new-cmprestagemedia","text":"New-CMPrestageMedia"},{"href":"new-cmcapturemedia","text":"New-CMCaptureMedia"},{"href":"new-cmstandalonemedia","text":"New-CMStandaloneMedia"}],"module":"ConfigurationManager","name":"New-CMBootableMedia","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">System.Object</span>\n"}],"parameters":[{"aliases":"","defaultValue":"None","description":"<p>新增此參數，讓 Windows 提示您使用使用者帳戶控制 (UAC) 提高系統管理員許可權。 此 Cmdlet 需要較高的許可權才能執行。</p>\n","name":"AllowUacPrompt","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>新增此參數以允許自動作業系統部署。 自動作業系統部署不會提示您輸入網路設定或選擇性工作順序。</p>\n","name":"AllowUnattended","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>新增此參數以允許 Configuration Manager 布建未知的電腦。 未知的電腦是月臺尚未探索到的計算機。</p>\n","name":"AllowUnknownMachine","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"BootImagePackage","defaultValue":"None","description":"<p>指定開機映像物件。 若要取得此物件，請使用 <a href=\"get-cmbootimage\">Get-CMBootImage</a> Cmdlet。</p>\n","isRequired":true,"name":"BootImage","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>如果您為 HTTP 通訊建立自我簽署媒體憑證，此參數會指定憑證的到期日期和時間。 在未來有足夠的時間指定日期時間。 當此憑證過期時，您無法使用可開機媒體。 使用 <strong>-CertificateStartTime</strong> 參數來設定開始日期。</p>\n<p>例如：</p>\n<p>$date = [datetime]：:p arseexact (“11/16/2021”， 'MM/dd/yyyy'， $null) </p>\n","name":"CertificateExpireTime","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">DateTime</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>如果您使用 <strong>-CertificatePath</strong> 參數匯入 PKI 憑證以進行 HTTPS 通訊，請使用此參數來指定憑證檔案的密碼。</p>\n","name":"CertificatePassword","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SecureString</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>指定要匯入之 PKI 憑證的路徑。 使用 <strong>-CertificatePassword</strong> 參數來指定此憑證檔案的密碼。 如果您設定月臺以進行 HTTPS 用戶端通訊，請使用這些參數。</p>\n","name":"CertificatePath","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>若要建立用於 HTTP 通訊的自我簽署憑證，此參數會指定憑證的開始日期和時間。 使用 <strong>-CertificateExpireTime</strong> 參數來設定到期日。 在此日期之前，您無法使用可開機媒體。</p>\n<p>例如：</p>\n<p>$date = [datetime]：:p arseexact (“11/16/2020”， 'MM/dd/yyyy'， $null) </p>\n","name":"CertificateStartTime","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">DateTime</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>此參數會將通配符視為常值字元值。 您無法將其與 <strong>ForceWildcardHandling</strong> 結合。</p>\n","name":"DisableWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"DistributionPoints","defaultValue":"None","description":"<p>指定您發佈開機映像的一或多個發佈點物件。 若要取得此物件，請使用 <a href=\"get-cmdistributionpoint\">Get-CMDistributionPoint</a> Cmdlet。</p>\n","isRequired":true,"name":"DistributionPoint","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">IResultObject</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>執行命令而不要求確認。</p>\n","name":"Force","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>此參數會處理通配符，並可能導致非預期的行為 (不建議) 。 您無法將其與 <strong>DisableWildcardHandling</strong> 結合。</p>\n","name":"ForceWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>如果 <strong>MediaType</strong> 為 <code>Usb</code>，您可以新增此參數，將抽取式 USB 磁碟驅動器格式化為 FAT32，並使其可開機。</p>\n","name":"FormatMedia","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"ManagementPoints","defaultValue":"None","description":"<p>指定媒體在初始通訊中使用的一或多個管理點物件。 使用 <strong>-MediaMode</strong> 參數來判斷媒體在執行時的通訊方式。 若要取得此物件，請使用 <a href=\"get-cmmanagementpoint\">Get-CMManagementPoint</a> Cmdlet。</p>\n","isRequired":true,"name":"ManagementPoint","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">IResultObject</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>指定客戶端尋找管理點以取得部署資訊的方式：</p>\n<ul>\n<li><p>\n              <code>Dynamic</code>：媒體會連絡管理點，該管理點會根據月臺界限中的用戶端位置，將用戶端重新導向至不同的管理點。</p>\n</li>\n<li><p>\n              <code>SiteBased</code>：媒體會傳達使用 <strong>-ManagementPoint</strong> 參數指定的管理點。</p>\n</li>\n</ul>\n","isRequired":true,"name":"MediaMode","parameterValueGroup":"Dynamic, SiteBased","position":"Named","type":"<span class=\"no-loc xref\">MediaMode</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>指定安全字串密碼來保護工作順序媒體。 當您使用此媒體開機裝置時，必須輸入密碼才能繼續。</p>\n","name":"MediaPassword","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SecureString</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>指定媒體是 CD/DVD 集或卸載式 USB 磁碟驅動器。</p>\n","isRequired":true,"name":"MediaType","parameterValueGroup":"Usb, CdDvd","position":"Named","type":"<span class=\"no-loc xref\">MediaInputType</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>新增此參數以在媒體上包含 autorun.inf 檔案。 Configuration Manager 預設不會新增它。 反惡意代碼產品通常會封鎖此檔案。 如需 Windows 自動執行功能的詳細資訊，請參閱 <a href=\"/windows/desktop/shell/autoplay\">建立已啟用 AutoRun 的 CD-ROM 應用程式</a>。 如果您的案例仍然需要，請新增此參數以包含 檔案。</p>\n","name":"NoAutoRun","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"MediaPath, OutputPath, DriveName","defaultValue":"None","description":"<p>如果 <strong>MediaType</strong> 為 <code>CdDvd</code>，請指定 Configuration Manager 寫入輸出檔案的名稱和路徑。 例如，<code>C:\\output\\boot.iso</code>。</p>\n","isRequired":true,"name":"Path","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"PreExecCommandLine","defaultValue":"None","description":"<p>指定在工作順序之前執行的啟動前置命令。 啟動前置命令是腳本或可執行檔，可在執行工作順序以安裝OS之前，在 Windows PE 中與用戶互動。 如果命令不是 Windows PE 的原生命令，請使用 <strong>PrestartPackage</strong> 來包含命令的檔案。</p>\n","name":"PrestartCommand","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>如果您使用 <strong>PrestartCommand</strong> 參數，請使用此參數來指定包含啟動前置命令檔案的套件。 若要取得套件物件，請使用 <a href=\"get-cmpackage\">Get-CMPackage</a> Cmdlet。</p>\n","name":"PrestartPackage","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">IResultObject</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>適用於 2010 版和更新版本。 使用此參數搭配 <strong>ManagementPoint</strong> 參數來指定月臺碼。</p>\n","name":"SiteCode","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"TemporaryDirectory, StagingArea","defaultValue":"None","description":"<p>媒體建立程式可能需要大量的暫存磁碟驅動器空間。 根據預設，Configuration Manager 會使用目前使用者的暫存目錄： <code>$env:temp</code>。 例如，<code>C:\\Users\\jqpublic\\AppData\\Local\\Temp\\</code>。 若要讓您更靈活地儲存這些臨時檔，請指定預備暫存數據的自定義位置。</p>\n","name":"TemporaryFolder","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>若要在 Configuration Manager 中支援以使用者為中心的管理，請指定媒體如何讓使用者與目的地計算機產生關聯。 如需OS部署如何支援使用者裝置親和性的詳細資訊，請參閱 <a href=\"/mem/configmgr/osd/get-started/associate-users-with-a-destination-computer\">將使用者與目的地電腦建立關聯</a>。</p>\n<ul>\n<li><p>\n              <code>DoNotAllow</code>：不允許使用者裝置親和性。 媒體不會將使用者與目的地計算機產生關聯。 在此案例中，工作順序不會在部署OS時將使用者與目的地計算機產生關聯。</p>\n</li>\n<li><p>\n              <code>AdministratorApproval</code>：允許使用者裝置親和性等待系統管理員核准。 媒體會在您核准核准之後，將使用者與目的地計算機產生關聯。 這項功能是以部署 OS 的工作順序範圍為基礎。 在此案例中，工作順序會在指定的使用者與目的地計算機之間建立關聯性。 然後，它會等候系統管理使用者核准，然後再部署OS。</p>\n</li>\n<li><p>\n              <code>AutoApproval</code>：允許自動核准使用者裝置親和性。 媒體會自動將使用者與目的地計算機產生關聯。 這項功能是以部署 OS 之工作順序的動作為基礎。 在此案例中，工作順序會在將OS部署至目的地計算機時，在指定的使用者和目的地計算機之間建立關聯性。</p>\n</li>\n</ul>\n","name":"UserDeviceAffinity","parameterValueGroup":"DoNotAllow, AdministratorApproval, AutoApproval","position":"Named","type":"<span class=\"no-loc xref\">UserDeviceAffinityType</span>\n"},{"aliases":"TaskSequenceVariables, Variables","defaultValue":"None","description":"<p>在哈希表中指定一或多個工作順序變數和值。 工作順序變數是在工作順序部署期間使用的名稱/值組。</p>\n","name":"Variable","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">Hashtable</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>建立可開機媒體。</p>\n","syntaxes":["New-CMBootableMedia [-AllowUacPrompt] [-AllowUnattended] [-AllowUnknownMachine] -BootImage <IResultObject>\n [-CertificateExpireTime <DateTime>] [-CertificatePassword <SecureString>] [-CertificatePath <String>]\n [-CertificateStartTime <DateTime>] -DistributionPoint <IResultObject[]> [-Force] [-FormatMedia]\n -ManagementPoint <IResultObject[]> [-SiteCode <String>] -MediaMode <MediaMode> [-MediaPassword <SecureString>]\n -MediaType <MediaInputType> [-NoAutoRun] -Path <String> [-PrestartCommand <String>]\n [-PrestartPackage <IResultObject>] [-TemporaryFolder <String>] [-UserDeviceAffinity <UserDeviceAffinityType>]\n [-Variable <Hashtable>] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm]\n [<CommonParameters>]"],"uid":"ConfigurationManager.New-CMBootableMedia","hideEdit":true,"ms.translationtype":"MT","ms.contentlocale":"zh-tw","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/New-CMBootableMedia.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmbootablemedia","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMBootableMedia","schemaType":"PowershellCmdlet","summary":"<p>建立可開機媒體。</p>\n","uid":"ConfigurationManager.New-CMBootableMedia"}],"canonical_url":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/new-cmbootablemedia?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/new-cmbootablemedia?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>此 Cmdlet 會建立用來部署 OS 的媒體。 可開機媒體包含開機映射、選擇性啟動前置命令和相關聯的檔案，以及 Configuration Manager 檔案。 使用可開機媒體在新計算機上安裝新版本的 Windows (裸機) ，或取代現有的電腦和傳輸設定。</p>\n<div class=&quot;NOTE&quot;>\n<p>注意事項</p>\n<p>此 Cmdlet 需要較高的許可權才能執行。</p>\n</div>\n<p>如需詳細資訊，請 <a href=&quot;/mem/configmgr/osd/deploy-use/create-task-sequence-media&quot;>參閱工作順序媒體概觀</a>。</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/New-CMBootableMedia.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=\"zh-tw\" />\r\n<meta name=\"ms.translationtype\" content=\"MT\" />\r\n<meta name=\"name\" content=\"New-CMBootableMedia\" />\r\n<meta name=\"notes\" content=\"\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>建立可開機媒體。</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"New-CMBootableMedia [-AllowUacPrompt] [-AllowUnattended] [-AllowUnknownMachine] -BootImage <IResultObject>\n [-CertificateExpireTime <DateTime>] [-CertificatePassword <SecureString>] [-CertificatePath <String>]\n [-CertificateStartTime <DateTime>] -DistributionPoint <IResultObject[]> [-Force] [-FormatMedia]\n -ManagementPoint <IResultObject[]> [-SiteCode <String>] -MediaMode <MediaMode> [-MediaPassword <SecureString>]\n -MediaType <MediaInputType> [-NoAutoRun] -Path <String> [-PrestartCommand <String>]\n [-PrestartPackage <IResultObject>] [-TemporaryFolder <String>] [-UserDeviceAffinity <UserDeviceAffinityType>]\n [-Variable <Hashtable>] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm]\n [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.New-CMBootableMedia\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}