{"content":"<div></div>","rawMetadata":{"metadata":{"_op_canonicalUrlPrefix":"https://learn.microsoft.com/fr-fr/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"}],"update_at":"03/08/2026","updated_at_date_time":"2026-08-03T07:55:54.4653925Z"},"_path":"module/configurationmanager/get-cmduplicatehardwareidmacaddress.json","_rel":"../../","_tocRel":"../sccm-ps/toc.json","apiPlatform":"powershell","author":"Banreet","breadcrumb_path":"/powershell/sccm/bread/toc.json","canonical_url":"https://learn.microsoft.com/fr-fr/powershell/module/configurationmanager/get-cmduplicatehardwareidmacaddress?view=sccm-ps","content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell-ref/blob/main/sccm-ps/ConfigurationManager/Get-CMDuplicateHardwareIdMacAddress.md","default_moniker":"sccm-ps","depot_name":"MSDN.sccm-powershell","document_id":"5cd832f9-192d-7de8-6dd8-a5318f8397f0","document_version_independent_id":"78a1a795-9b69-29d6-7fd1-8753e3ede11d","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":"c74b3f4574af7a8a480adb998b311f6eeeb3e856","gitcommit":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/c74b3f4574af7a8a480adb998b311f6eeeb3e856/sccm-ps/ConfigurationManager/Get-CMDuplicateHardwareIdMacAddress.md","github_contributors":["aczechowski"],"locale":"fr-fr","manager":"laurawi","Module Name":"ConfigurationManager","monikers":["sccm-ps"],"ms.author":"dannygu","ms.date":"03/25/2021","ms.service":"microsoft-endpoint-configuration-manager","ms.subservice":"other","ms.topic":"reference","online version":"","open_to_public_contributors":true,"original_content_git_url":"https://github.com/MicrosoftDocs/sccm-docs-powershell/blob/live/sccm-ps/ConfigurationManager/Get-CMDuplicateHardwareIdMacAddress.md","original_content_git_url_template":"{repo}/blob/{branch}/sccm-ps/ConfigurationManager/Get-CMDuplicateHardwareIdMacAddress.md","PlatyPS schema version":"2.0.0","products":["https://authoring-docs-microsoft.poolparty.biz/devrel/f1499c3b-793f-48c3-a9ce-20285bcc6541"],"site_name":"Docs","titleSuffix":"Configuration Manager","uhfHeaderId":"MSDocsHeader-Powershell","updated_at":"2026-08-03 07:55 AM","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/get-cmduplicatehardwareidmacaddress","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Get-CMDuplicateHardwareIdMacAddress","schemaType":"PowershellCmdlet","summary":"<p>Afficher les identificateurs matériels en double par adresse MAC.</p>\n","uid":"ConfigurationManager.Get-CMDuplicateHardwareIdMacAddress"}],"ocv-translation-feedback":true},"_xrefmap":{"ConfigurationManager":{"href":"./","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"ConfigurationManager","schemaType":"PowershellModule","uid":"ConfigurationManager"},"ConfigurationManager.Get-CMDuplicateHardwareIdMacAddress":{"href":"get-cmduplicatehardwareidmacaddress","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Get-CMDuplicateHardwareIdMacAddress","schemaType":"PowershellCmdlet","summary":"<p>Afficher les identificateurs matériels en double par adresse MAC.</p>\n","uid":"ConfigurationManager.Get-CMDuplicateHardwareIdMacAddress"}},"description":"<p>Utilisez cette applet de commande pour afficher les identificateurs matériels en double par adresse MAC réseau. Configuration Manager ignore ces adresses MAC pour le démarrage PXE et l’inscription du client. Pour plus d’informations, consultez <a href=\"/mem/configmgr/core/clients/manage/manage-clients#manage-duplicate-hardware-identifiers\">Gérer les identificateurs matériels en double</a>.</p>\n<div class=\"NOTE\">\n<p>Remarque</p>\n<p>Exécutez des applets de commande Configuration Manager à partir du lecteur de site Configuration Manager, par exemple <code>PS XYZ:\\&gt;</code>. Pour plus d’informations, consultez <a href=\"/powershell/sccm/overview\">Prise en main</a>.</p>\n</div>\n","examples":[{"code":"Get-CMDuplicateHardwareIdMacAddress | Select-Object MACAddress","description":"","summary":"<p>Cet exemple montre comment afficher toutes les adresses dupliquées du site.</p>\n","title":"Exemple 1 : Afficher toutes les adresses MAC"},{"code":"$mac = \"01:23:45:67:89:AB\"\n\nif ( Get-CMDuplicateHardwareIdMacAddress -Id $mac ) {\n  Write-Host $mac \"exists in the site\"\n} else {\n  Write-Host $mac \"doesn't exist!\"\n}","description":"","summary":"<p>L’exemple de script suivant vérifie si une adresse spécifique est trouvée, puis écrit un message en fonction du résultat.</p>\n","title":"Exemple 2 : Tester une adresse MAC spécifique"}],"inputs":[{"description":"","name":"<span class=\"no-loc xref\">None</span>\n"}],"links":[{"href":"new-cmduplicatehardwareidmacaddress","text":"New-CMDuplicateHardwareIdMacAddress"},{"href":"remove-cmduplicatehardwareidmacaddress","text":"Remove-CMDuplicateHardwareIdMacAddress"},{"href":"get-cmduplicatehardwareidguid","text":"Get-CMDuplicateHardwareIdGuid"},{"href":"/mem/configmgr/core/clients/manage/manage-clients#manage-duplicate-hardware-identifiers","text":"Gérer les identificateurs de matériel en double"}],"module":"ConfigurationManager","name":"Get-CMDuplicateHardwareIdMacAddress","notes":"<p>Cette applet de commande retourne <strong>l’objet de</strong> classe WMI SMS_CommonMacAddresses.</p>\n","outputs":[{"description":"","name":"<span class=\"no-loc xref\">IResultObject[]</span>\n"},{"description":"","name":"<span class=\"no-loc xref\">IResultObject</span>\n"}],"parameters":[{"aliases":"","defaultValue":"None","description":"<p>Ce paramètre traite les caractères génériques comme des valeurs de caractère littéral. Vous ne pouvez pas la combiner avec <strong>ForceWildcardHandling</strong>.</p>\n","name":"DisableWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"","defaultValue":"None","description":"<p>Ce paramètre traite les caractères génériques et peut entraîner un comportement inattendu (non recommandé). Vous ne pouvez pas la combiner avec <strong>DisableWildcardHandling</strong>.</p>\n","name":"ForceWildcardHandling","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">SwitchParameter</span>\n"},{"aliases":"DuplicateId, DuplicateHardwareId","defaultValue":"None","description":"<p>Spécifiez une adresse MAC matérielle en double. Le format de cette valeur utilise des délimiteurs deux-points (<code>:</code>), par exemple . <code>&quot;01:23:45:67:89:AB&quot;</code></p>\n","isRequired":true,"name":"Id","parameterValueGroup":"","position":"Named","type":"<span class=\"no-loc xref\">String</span>\n"}],"schema":"PowershellCmdlet","summary":"<p>Afficher les identificateurs matériels en double par adresse MAC.</p>\n","syntaxes":["Get-CMDuplicateHardwareIdMacAddress [-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]","Get-CMDuplicateHardwareIdMacAddress -Id <String> [-DisableWildcardHandling] [-ForceWildcardHandling]\n [<CommonParameters>]"],"uid":"ConfigurationManager.Get-CMDuplicateHardwareIdMacAddress","hideEdit":true,"ms.translationtype":"MT","ms.contentlocale":"fr-fr","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/Get-CMDuplicateHardwareIdMacAddress.md","xrefs":[{"href":"https://learn.microsoft.com/powershell/module/configurationmanager/get-cmduplicatehardwareidmacaddress","monikerGroup":"f98fea35b6ac2b0f56c6ee5ec06ffce9","name":"Get-CMDuplicateHardwareIdMacAddress","schemaType":"PowershellCmdlet","summary":"<p>Afficher les identificateurs matériels en double par adresse MAC.</p>\n","uid":"ConfigurationManager.Get-CMDuplicateHardwareIdMacAddress"}],"canonical_url":"https://learn.microsoft.com/fr-fr/powershell/module/configurationmanager/get-cmduplicatehardwareidmacaddress?view=sccm-ps","_op_canonicalUrl":"https://learn.microsoft.com/fr-fr/powershell/module/configurationmanager/get-cmduplicatehardwareidmacaddress?view=sccm-ps"},"pageMetadata":"<meta name=\"description\" content=\"<p>Utilisez cette applet de commande pour afficher les identificateurs matériels en double par adresse MAC réseau. Configuration Manager ignore ces adresses MAC pour le démarrage PXE et l’inscription du client. Pour plus d’informations, consultez <a href=&quot;/mem/configmgr/core/clients/manage/manage-clients#manage-duplicate-hardware-identifiers&quot;>Gérer les identificateurs matériels en double</a>.</p>\n<div class=&quot;NOTE&quot;>\n<p>Remarque</p>\n<p>Exécutez des applets de commande Configuration Manager à partir du lecteur de site Configuration Manager, par exemple <code>PS XYZ:\\&amp;gt;</code>. Pour plus d’informations, consultez <a href=&quot;/powershell/sccm/overview&quot;>Prise en main</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/Get-CMDuplicateHardwareIdMacAddress.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=\"fr-fr\" />\r\n<meta name=\"ms.translationtype\" content=\"MT\" />\r\n<meta name=\"name\" content=\"Get-CMDuplicateHardwareIdMacAddress\" />\r\n<meta name=\"notes\" content=\"<p>Cette applet de commande retourne <strong>l’objet de</strong> classe WMI SMS_CommonMacAddresses.</p>\n\" />\r\n<meta name=\"schema\" content=\"PowershellCmdlet\" />\r\n<meta name=\"summary\" content=\"<p>Afficher les identificateurs matériels en double par adresse MAC.</p>\n\" />\r\n<meta name=\"syntaxes\" content=\"Get-CMDuplicateHardwareIdMacAddress [-DisableWildcardHandling] [-ForceWildcardHandling] [<CommonParameters>]\" />\r\n<meta name=\"syntaxes\" content=\"Get-CMDuplicateHardwareIdMacAddress -Id <String> [-DisableWildcardHandling] [-ForceWildcardHandling]\n [<CommonParameters>]\" />\r\n<meta name=\"uid\" content=\"ConfigurationManager.Get-CMDuplicateHardwareIdMacAddress\" />\r\n","themesRelativePathToOutputRoot":"_themes/"}