{"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:16:20.0410188Z"},"_path":"module/configurationmanager/new-cmcompliancerulefilefoldersimple.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-cmcompliancerulefilefoldersimple?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/New-CMComplianceRuleFileFolderSimple.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","description":"建立簡單檔案資料夾的合規性規則。","document_id":"57120b62-5305-4edc-6c08-4a3b2690e2dc","document_version_independent_id":"a1cc9247-d7e3-360d-5ec1-2f8a9af14b00","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-CMComplianceRuleFileFolderSimple.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-CMComplianceRuleFileFolderSimple.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/New-CMComplianceRuleFileFolderSimple.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-CMComplianceRuleFileFolderSimple","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-08-03 08:16 AM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmcompliancerulefilefoldersimple","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMComplianceRuleFileFolderSimple","schemaType":"PowershellCmdlet","summary":"<p>建立簡單檔案資料夾的合規性規則。</p>\n","uid":"ConfigurationManager.New-CMComplianceRuleFileFolderSimple"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.New-CMComplianceRuleFileFolderSimple":{"href":"new-cmcompliancerulefilefoldersimple","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMComplianceRuleFileFolderSimple","schemaType":"PowershellCmdlet","summary":"<p>建立簡單檔案資料夾的合規性規則。</p>\n","uid":"ConfigurationManager.New-CMComplianceRuleFileFolderSimple"}},"description":"<p>使用此 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":"$ci = Get-CMConfigurationItem -Name \"ci1\" -Fast\n\n$Result = $ci | Add-CMComplianceSettingFile -Path \"C:\\\" -FileName  \"TestFile.exe\" -NoRule -Name \"AttributeSetting1\"\n\n$TestSet = $Result | Get-CMComplianceSetting -SettingName \"AttributeSetting1\"\n\n$r1 = $TestSet | New-CMComplianceRuleFileFolderSimple -PropertyType SHA1Hash -RuleName \"RuleSha1HashEquals\" -ExpressionOperator IsEquals -ExpectedValue \"s4XuFV2KZldXAMQZ6YEWFv+5zA6ZB982Fbh471TMboc=\"\n\n$r2 = $TestSet | New-CMComplianceRuleFileFolderSimple -PropertyType Company -RuleName \"RuleCompanyEquals\" -ExpressionOperator IsEquals -ExpectedValue \"Contoso\"\n\n$r3 = $TestSet | New-CMComplianceRuleFileFolderSimple -PropertyType ProductName -RuleName \"RuleProductNameEquals\" -ExpressionOperator IsEquals -ExpectedValue \"MyContoso\"\n\n$Result | Add-CMComplianceSettingRule -Rule $r1\n\n$Result | Add-CMComplianceSettingRule -Rule $r2\n\n$Result | Add-CMComplianceSettingRule -Rule $r3","description":"","summary":"","title":"範例 1"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">Microsoft.ConfigurationManagement.DesiredConfigurationManagement.ConfigurationItemSetting</span>\n"}],"links":[{"href":"get-cmconfigurationitem","text":"Get-CMConfigurationItem"},{"href":"add-cmcompliancesettingfile","text":"Add-CMComplianceSettingFile"},{"href":"get-cmcompliancesetting","text":"Get-CMComplianceSetting"},{"href":"add-cmcompliancesettingrule","text":"Add-CMComplianceSettingRule"}],"module":"ConfigurationManager","name":"New-CMComplianceRuleFileFolderSimple","notes":"","outputs":[{"description":"","name":"<span class=\"no-loc xref\">System.Object</span>\n"}],"parameters":[{"aliases":"cf","defaultValue":"None","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":"ExpectedValues","defaultValue":"None","description":"<p>指定要比較值的字串數位。 要比較的值取決於指定的 <strong>PropertyType</strong>。</p>\n","name":"ExpectedValue","parameterValueGroup":"","position":"Named","type":"<p><span class=\"no-loc xref\">String</span><span>[</span><span>]</span></p>\n"},{"aliases":"","defaultValue":"None","description":"<p>針對 <strong>ExpectedValue</strong>，指定比較運算符。</p>\n","isRequired":true,"name":"ExpressionOperator","parameterValueGroup":"And, Or, Other, IsEquals, NotEquals, GreaterThan, LessThan, Between, NotBetween, GreaterEquals, LessEquals, BeginsWith, NotBeginsWith, EndsWith, NotEndsWith, Contains, NotContains, AllOf, OneOf, NoneOf, SetEquals, SubsetOf, ExcludesAll","position":"Named","type":"<span class=\"no-loc xref\">RuleExpressionOperator</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":"Setting","defaultValue":"None","description":"<p>指定設定項目設定物件作為此規則的目標。</p>\n","isRequired":true,"name":"InputObject","parameterValueGroup":"","pipelineInput":true,"position":"Named","type":"<span class=\"no-loc xref\">ConfigurationItemSetting</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>當規則不符合規範時，指定報告的嚴重性層級。</p>\n","name":"NoncomplianceSeverity","parameterValueGroup":"None, Informational, Warning, Critical, CriticalWithEvent","position":"Named","type":"<span class=\"no-loc xref\">NoncomplianceSeverity</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>指定要比較及評估合規性的資料夾屬性。 使用 <strong>-ExpectedValue</strong> 參數來指定這個屬性的值，並使用 <strong>-ExpressionOperator</strong> 參數來指定比較方法。</p>\n<p>從 2010 版開始，參數類型從 <em>FileFolderProperty</em> 變更為 <em>SimpleFileFolderProperty</em> 類型。</p>\n","isRequired":true,"name":"PropertyType","parameterValueGroup":"Company, ProductName, SHA1Hash","position":"Named","type":"<span class=\"no-loc xref\">SimpleFileFolderProperty</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>如果找不到此設定實例，請新增此參數來報告不符合規範。</p>\n","name":"ReportNoncompliance","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>指定此規則的選擇性描述。</p>\n","name":"RuleDescription","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>指定此規則的名稱。</p>\n","isRequired":true,"name":"RuleName","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"},{"aliases":"wi","defaultValue":"None","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-CMComplianceRuleFileFolderSimple -PropertyType <SimpleFileFolderProperty>\n -ExpressionOperator <RuleExpressionOperator> [-ReportNoncompliance] -InputObject <ConfigurationItemSetting>\n -RuleName <String> [-ExpectedValue <String[]>] [-NoncomplianceSeverity <NoncomplianceSeverity>]\n [-RuleDescription <String>] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm]\n [<CommonParameters>]"],"uid":"ConfigurationManager.New-CMComplianceRuleFileFolderSimple","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-CMComplianceRuleFileFolderSimple.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/new-cmcompliancerulefilefoldersimple","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"New-CMComplianceRuleFileFolderSimple","schemaType":"PowershellCmdlet","summary":"<p>建立簡單檔案資料夾的合規性規則。</p>\n","uid":"ConfigurationManager.New-CMComplianceRuleFileFolderSimple"}],"canonical_url":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/new-cmcompliancerulefilefoldersimple?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/zh-tw/powershell/module/configurationmanager/new-cmcompliancerulefilefoldersimple?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>使用此 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/New-CMComplianceRuleFileFolderSimple.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-CMComplianceRuleFileFolderSimple\" />\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-CMComplianceRuleFileFolderSimple -PropertyType <SimpleFileFolderProperty>\n -ExpressionOperator <RuleExpressionOperator> [-ReportNoncompliance] -InputObject <ConfigurationItemSetting>\n -RuleName <String> [-ExpectedValue <String[]>] [-NoncomplianceSeverity <NoncomplianceSeverity>]\n [-RuleDescription <String>] [-DisableWildcardHandling] [-ForceWildcardHandling] [-WhatIf] [-Confirm]\n [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.New-CMComplianceRuleFileFolderSimple\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}