{"id":9098,"date":"2025-08-06T00:04:01","date_gmt":"2025-08-06T00:04:01","guid":{"rendered":"https:\/\/pariswells.com\/blog\/?p=9098"},"modified":"2025-08-06T00:04:04","modified_gmt":"2025-08-06T00:04:04","slug":"how-to-set-a-gmsa-account-to-account-not-delegate-account-is-sensitive-and-cannot-be-delegated","status":"publish","type":"post","link":"https:\/\/pariswells.com\/blog\/research\/how-to-set-a-gmsa-account-to-account-not-delegate-account-is-sensitive-and-cannot-be-delegated","title":{"rendered":"How to Set a gMSA account to Account Not Delegate ( Account is sensitive and cannot be delegated )"},"content":{"rendered":"\n<p>Use the below to find the SAMAccountName of the AD GMSA<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">Get-ADServiceAccount -Filter * -Properties Name, SAMAccountName, DistinguishedName | Format-Table Name, SAMAccountName, DistinguishedName -AutoSize<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">$gmsa = Get-ADServiceAccount -Identity SAMAccountName$<\/code><\/pre>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">Set-ADAccountControl -Identity $gmsa -AccountNotDelegated $true<\/code><\/pre>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Use the below to find the SAMAccountName of the AD GMSA<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-9098","post","type-post","status-publish","format-standard","hentry","category-research"],"aioseo_notices":[],"_links":{"self":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/9098","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/comments?post=9098"}],"version-history":[{"count":1,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/9098\/revisions"}],"predecessor-version":[{"id":9099,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/posts\/9098\/revisions\/9099"}],"wp:attachment":[{"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/media?parent=9098"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/categories?post=9098"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/pariswells.com\/blog\/wp-json\/wp\/v2\/tags?post=9098"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}