{"id":26482,"date":"2020-11-28T10:55:33","date_gmt":"2020-11-28T10:55:33","guid":{"rendered":"https:\/\/easydmarc.com\/blog\/?p=26482"},"modified":"2023-06-09T14:09:31","modified_gmt":"2023-06-09T14:09:31","slug":"microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell","status":"publish","type":"post","link":"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/","title":{"rendered":"Microsoft 365 Keine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert: Behebung mit Windows PowerShell"},"content":{"rendered":"

Manchmal k\u00f6nnen Sie bei einer neu hinzugef\u00fcgten Domain in Microsoft EOP DKIM nicht \u00fcber die Web-Benutzeroberfl\u00e4che aktivieren. Wenn Sie beim Versuch, DKIM f\u00fcr eine Domain im Microsoft 365 Exchange Admin Portal zu aktivieren, auf Probleme sto\u00dfen, weil Sie nicht die Option zum Aktivieren von DKIM haben, sondern die Meldung \u201eKeine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert\u201c erhalten, wie im Screenshot unten zu sehen, k\u00f6nnen Sie dies mit Windows PowerShell beheben. Was k\u00f6nnen wir also in diesem Fall tun?<\/span><\/p>\n

Befolgen Sie diese Schritte:<\/b><\/p>\n

\"Microsoft365-DKIM-Issues-No-key-saved-for-this-domain\"<\/p>\n

1. F\u00fchren Sie Windows Powershell als Administrator aus<\/span><\/p>\n

\"Microsoft365-DKIM-Issues-No-key-saved-for-this-domain-PowerShell\"2. Befehl 1<\/p>\n

$UserCredential = Get-Credential<\/span><\/p>\n

\"Microsoft365-DKIM-Issues-No-key-saved-for-this-domain-How<\/p>\n

Geben Sie Ihr Office365-Admin-Login und -Kennwort ein<\/span><\/i><\/p>\n

3. Befehl 2:<\/span><\/p>\n

$Session = New-PSSession -ConfigurationName Microsoft.Exchange -ConnectionUri https:\/\/outlook.office365.com\/powershell-liveid\/ -Credential $UserCredential -Authentication Basic -AllowRedirection<\/span><\/p>\n

4. Befehl 3:<\/p>\n

Import-PSSession $Session -DisableNameChecking<\/span><\/p>\n

5. Befehl 4:<\/span><\/p>\n

New-DkimSigningConfig -DomainName \u201cmycompanydomain.com\u201d -Enabled $true<\/span><\/p>\n

\"Microsoft365-DKIM-Issues-No-key-saved-for-this-domain-PowerShell\"<\/p>\n

6. Gehen Sie zur\u00fcck zu Ihrem Exchange Admin-Portal und stellen Sie sicher, dass Ihr DKIM-Status sichtbar ist:<\/span><\/p>\n

\"Microsoft365-DKIM-Issues-No-key-saved-for-this-domain\"<\/p>\n

Hinweise:<\/span><\/p>\n

– Der DKIM-Status ist immer noch deaktiviert. Lesen Sie unseren Leitfaden zur Implementierung und Aktivierung von <\/span>DKIM in Microsoft 365<\/span><\/a>.<\/span><\/p>\n

7. Letzter Befehl:<\/p>\n

Remove-PSSession $Session<\/span><\/p>\n

Sehen Sie sich auch unseren ultimativen <\/span>Leitfaden \u00fcber DKIM<\/span><\/a> an oder lesen Sie mehr in <\/span>RFC 6376<\/span><\/a>.<\/span><\/p>\n

Das war’s! Wir hoffen, dass dieser Artikel hilfreich und informativ war.<\/span><\/p>\n","protected":false},"excerpt":{"rendered":"

Manchmal k\u00f6nnen Sie bei einer neu hinzugef\u00fcgten Domain …<\/p>\n","protected":false},"author":6,"featured_media":19922,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_acf_changed":false,"inline_featured_image":false,"jetpack_post_was_ever_published":false,"_jetpack_newsletter_access":"","_jetpack_dont_email_post_to_subs":false,"_jetpack_newsletter_tier_id":0,"_jetpack_memberships_contains_paywalled_content":false,"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[476,422],"tags":[],"class_list":["post-26482","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-source-configuration-de","category-wissensdatenbank"],"acf":[],"yoast_head":"\nMicrosoft 365 Keine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert: Behebung mit Windows PowerShell | EasyDMARC<\/title>\n<meta name=\"description\" content=\"Behebung der Meldung \u201eKeine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert\u201c mit Windows Powershell. Microsoft 365 \u201eKeine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert\u201c \u2013 Behebung mit Windows PowerShell.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/\" \/>\n<meta property=\"og:locale\" content=\"de_DE\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Microsoft 365 Keine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert: Behebung mit Windows PowerShell\" \/>\n<meta property=\"og:description\" content=\"Behebung der Meldung \u201eKeine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert\u201c mit Windows Powershell. Microsoft 365 \u201eKeine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert\u201c \u2013 Behebung mit Windows PowerShell.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/\" \/>\n<meta property=\"og:site_name\" content=\"EasyDMARC\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/EasyDMARC\/\" \/>\n<meta property=\"article:published_time\" content=\"2020-11-28T10:55:33+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2023-06-09T14:09:31+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2020\/07\/new-microsoft365-logo-horiz-c-gray-rgb.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"770\" \/>\n\t<meta property=\"og:image:height\" content=\"433\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"author\" content=\"Knarik Petrosyan\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@easydmarc\" \/>\n<meta name=\"twitter:site\" content=\"@easydmarc\" \/>\n<meta name=\"twitter:label1\" content=\"Verfasst von\" \/>\n\t<meta name=\"twitter:data1\" content=\"Knarik Petrosyan\" \/>\n\t<meta name=\"twitter:label2\" content=\"Gesch\u00e4tzte Lesezeit\" \/>\n\t<meta name=\"twitter:data2\" content=\"2 Minuten\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/\"},\"author\":{\"name\":\"Knarik Petrosyan\",\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/#\/schema\/person\/1274541880d815d0b03dcd039ddac923\"},\"headline\":\"Microsoft 365 Keine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert: Behebung mit Windows PowerShell\",\"datePublished\":\"2020-11-28T10:55:33+00:00\",\"dateModified\":\"2023-06-09T14:09:31+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/\"},\"wordCount\":217,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/#organization\"},\"image\":{\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2020\/07\/new-microsoft365-logo-horiz-c-gray-rgb.jpeg\",\"articleSection\":[\"Source Configuration\",\"Wissensdatenbank\"],\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/\",\"url\":\"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/\",\"name\":\"Microsoft 365 Keine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert: Behebung mit Windows PowerShell | EasyDMARC\",\"isPartOf\":{\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2020\/07\/new-microsoft365-logo-horiz-c-gray-rgb.jpeg\",\"datePublished\":\"2020-11-28T10:55:33+00:00\",\"dateModified\":\"2023-06-09T14:09:31+00:00\",\"description\":\"Behebung der Meldung \u201eKeine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert\u201c mit Windows Powershell. Microsoft 365 \u201eKeine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert\u201c \u2013 Behebung mit Windows PowerShell.\",\"breadcrumb\":{\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#breadcrumb\"},\"inLanguage\":\"de\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#primaryimage\",\"url\":\"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2020\/07\/new-microsoft365-logo-horiz-c-gray-rgb.jpeg\",\"contentUrl\":\"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2020\/07\/new-microsoft365-logo-horiz-c-gray-rgb.jpeg\",\"width\":770,\"height\":433,\"caption\":\"new microsoft365 logo horiz c gray rgb\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Wissensdatenbank\",\"item\":\"https:\/\/easydmarc.com\/blog\/de\/category\/wissensdatenbank\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Source Configuration\",\"item\":\"https:\/\/easydmarc.com\/blog\/de\/category\/wissensdatenbank\/source-configuration-de\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Microsoft 365 Keine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert: Behebung mit Windows PowerShell\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/#website\",\"url\":\"https:\/\/easydmarc.com\/blog\/de\/\",\"name\":\"EasyDMARC\",\"description\":\"Blog\",\"publisher\":{\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/easydmarc.com\/blog\/de\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"de\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/#organization\",\"name\":\"EasyDMARC\",\"url\":\"https:\/\/easydmarc.com\/blog\/de\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2021\/09\/cropped-android-chrome-512x512-1.png\",\"contentUrl\":\"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2021\/09\/cropped-android-chrome-512x512-1.png\",\"width\":512,\"height\":512,\"caption\":\"EasyDMARC\"},\"image\":{\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/www.facebook.com\/EasyDMARC\/\",\"https:\/\/x.com\/easydmarc\",\"https:\/\/www.linkedin.com\/company\/easydmarc\/mycompany\/\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/#\/schema\/person\/1274541880d815d0b03dcd039ddac923\",\"name\":\"Knarik Petrosyan\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"de\",\"@id\":\"https:\/\/easydmarc.com\/blog\/de\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/947f6758572fa22b93c32e4238527c63?s=96&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/947f6758572fa22b93c32e4238527c63?s=96&r=g\",\"caption\":\"Knarik Petrosyan\"},\"url\":\"https:\/\/easydmarc.com\/blog\/de\/author\/knarik\/\"}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Microsoft 365 Keine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert: Behebung mit Windows PowerShell | EasyDMARC","description":"Behebung der Meldung \u201eKeine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert\u201c mit Windows Powershell. Microsoft 365 \u201eKeine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert\u201c \u2013 Behebung mit Windows PowerShell.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/","og_locale":"de_DE","og_type":"article","og_title":"Microsoft 365 Keine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert: Behebung mit Windows PowerShell","og_description":"Behebung der Meldung \u201eKeine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert\u201c mit Windows Powershell. Microsoft 365 \u201eKeine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert\u201c \u2013 Behebung mit Windows PowerShell.","og_url":"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/","og_site_name":"EasyDMARC","article_publisher":"https:\/\/www.facebook.com\/EasyDMARC\/","article_published_time":"2020-11-28T10:55:33+00:00","article_modified_time":"2023-06-09T14:09:31+00:00","og_image":[{"width":770,"height":433,"url":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2020\/07\/new-microsoft365-logo-horiz-c-gray-rgb.jpeg","type":"image\/jpeg"}],"author":"Knarik Petrosyan","twitter_card":"summary_large_image","twitter_creator":"@easydmarc","twitter_site":"@easydmarc","twitter_misc":{"Verfasst von":"Knarik Petrosyan","Gesch\u00e4tzte Lesezeit":"2 Minuten"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#article","isPartOf":{"@id":"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/"},"author":{"name":"Knarik Petrosyan","@id":"https:\/\/easydmarc.com\/blog\/de\/#\/schema\/person\/1274541880d815d0b03dcd039ddac923"},"headline":"Microsoft 365 Keine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert: Behebung mit Windows PowerShell","datePublished":"2020-11-28T10:55:33+00:00","dateModified":"2023-06-09T14:09:31+00:00","mainEntityOfPage":{"@id":"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/"},"wordCount":217,"commentCount":0,"publisher":{"@id":"https:\/\/easydmarc.com\/blog\/de\/#organization"},"image":{"@id":"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#primaryimage"},"thumbnailUrl":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2020\/07\/new-microsoft365-logo-horiz-c-gray-rgb.jpeg","articleSection":["Source Configuration","Wissensdatenbank"],"inLanguage":"de","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/","url":"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/","name":"Microsoft 365 Keine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert: Behebung mit Windows PowerShell | EasyDMARC","isPartOf":{"@id":"https:\/\/easydmarc.com\/blog\/de\/#website"},"primaryImageOfPage":{"@id":"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#primaryimage"},"image":{"@id":"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#primaryimage"},"thumbnailUrl":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2020\/07\/new-microsoft365-logo-horiz-c-gray-rgb.jpeg","datePublished":"2020-11-28T10:55:33+00:00","dateModified":"2023-06-09T14:09:31+00:00","description":"Behebung der Meldung \u201eKeine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert\u201c mit Windows Powershell. Microsoft 365 \u201eKeine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert\u201c \u2013 Behebung mit Windows PowerShell.","breadcrumb":{"@id":"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#breadcrumb"},"inLanguage":"de","potentialAction":[{"@type":"ReadAction","target":["https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/"]}]},{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#primaryimage","url":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2020\/07\/new-microsoft365-logo-horiz-c-gray-rgb.jpeg","contentUrl":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2020\/07\/new-microsoft365-logo-horiz-c-gray-rgb.jpeg","width":770,"height":433,"caption":"new microsoft365 logo horiz c gray rgb"},{"@type":"BreadcrumbList","@id":"https:\/\/easydmarc.com\/blog\/de\/microsoft-365-keine-dkim-schluessel-fuer-diese-domain-gespeichert-behebung-mit-windows-powershell\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Wissensdatenbank","item":"https:\/\/easydmarc.com\/blog\/de\/category\/wissensdatenbank\/"},{"@type":"ListItem","position":2,"name":"Source Configuration","item":"https:\/\/easydmarc.com\/blog\/de\/category\/wissensdatenbank\/source-configuration-de\/"},{"@type":"ListItem","position":3,"name":"Microsoft 365 Keine DKIM-Schl\u00fcssel f\u00fcr diese Domain gespeichert: Behebung mit Windows PowerShell"}]},{"@type":"WebSite","@id":"https:\/\/easydmarc.com\/blog\/de\/#website","url":"https:\/\/easydmarc.com\/blog\/de\/","name":"EasyDMARC","description":"Blog","publisher":{"@id":"https:\/\/easydmarc.com\/blog\/de\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/easydmarc.com\/blog\/de\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"de"},{"@type":"Organization","@id":"https:\/\/easydmarc.com\/blog\/de\/#organization","name":"EasyDMARC","url":"https:\/\/easydmarc.com\/blog\/de\/","logo":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/easydmarc.com\/blog\/de\/#\/schema\/logo\/image\/","url":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2021\/09\/cropped-android-chrome-512x512-1.png","contentUrl":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2021\/09\/cropped-android-chrome-512x512-1.png","width":512,"height":512,"caption":"EasyDMARC"},"image":{"@id":"https:\/\/easydmarc.com\/blog\/de\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/EasyDMARC\/","https:\/\/x.com\/easydmarc","https:\/\/www.linkedin.com\/company\/easydmarc\/mycompany\/"]},{"@type":"Person","@id":"https:\/\/easydmarc.com\/blog\/de\/#\/schema\/person\/1274541880d815d0b03dcd039ddac923","name":"Knarik Petrosyan","image":{"@type":"ImageObject","inLanguage":"de","@id":"https:\/\/easydmarc.com\/blog\/de\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/947f6758572fa22b93c32e4238527c63?s=96&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/947f6758572fa22b93c32e4238527c63?s=96&r=g","caption":"Knarik Petrosyan"},"url":"https:\/\/easydmarc.com\/blog\/de\/author\/knarik\/"}]}},"jetpack_sharing_enabled":true,"jetpack_featured_media_url":"https:\/\/easydmarc.com\/blog\/wp-content\/uploads\/2020\/07\/new-microsoft365-logo-horiz-c-gray-rgb.jpeg","_links":{"self":[{"href":"https:\/\/easydmarc.com\/blog\/de\/wp-json\/wp\/v2\/posts\/26482","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/easydmarc.com\/blog\/de\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/easydmarc.com\/blog\/de\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/de\/wp-json\/wp\/v2\/users\/6"}],"replies":[{"embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/de\/wp-json\/wp\/v2\/comments?post=26482"}],"version-history":[{"count":0,"href":"https:\/\/easydmarc.com\/blog\/de\/wp-json\/wp\/v2\/posts\/26482\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/de\/wp-json\/wp\/v2\/media\/19922"}],"wp:attachment":[{"href":"https:\/\/easydmarc.com\/blog\/de\/wp-json\/wp\/v2\/media?parent=26482"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/de\/wp-json\/wp\/v2\/categories?post=26482"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/easydmarc.com\/blog\/de\/wp-json\/wp\/v2\/tags?post=26482"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}