{"id":4246,"date":"2015-02-19T20:32:11","date_gmt":"2015-02-19T20:32:11","guid":{"rendered":"https:\/\/pipe2text.com\/?page_id=4246"},"modified":"2015-02-19T20:36:23","modified_gmt":"2015-02-19T20:36:23","slug":"locating-user-accounts-in-active-directory-that-do-not-require-a-password","status":"publish","type":"page","link":"https:\/\/pipe2text.com\/?page_id=4246","title":{"rendered":"Locating user accounts in Active Directory that do not require a password"},"content":{"rendered":"<p>There may be times when someone is required to bulk import user accounts into Active Directory. Depending upon the method used you can be left with accounts that were created that do not require any password. You can run the following script to locate such accounts<\/p>\n<p>Get-ADUser -Filter &#8216;useraccountcontrol -band 32&#8217; -Properties CanonicalName, PasswordNotRequired | FT SamAccountname, PasswordNotRequired, CanonicalName -autosize<\/p>\n<p>These are best located before auditors or &#8220;friendly&#8221; hackers come in and locate them for you.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>There may be times when someone is required to bulk import user accounts into Active Directory. Depending upon the method used you can be left with accounts that were created that do not require any password. You can run the &hellip; <a href=\"https:\/\/pipe2text.com\/?page_id=4246\">Continue reading <span class=\"meta-nav\">&rarr;<\/span><\/a><\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"open","ping_status":"open","template":"","meta":{"_coblocks_attr":"","_coblocks_dimensions":"","_coblocks_responsive_height":"","_coblocks_accordion_ie_support":"","footnotes":""},"class_list":["post-4246","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/pages\/4246","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/pipe2text.com\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=4246"}],"version-history":[{"count":3,"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/pages\/4246\/revisions"}],"predecessor-version":[{"id":4250,"href":"https:\/\/pipe2text.com\/index.php?rest_route=\/wp\/v2\/pages\/4246\/revisions\/4250"}],"wp:attachment":[{"href":"https:\/\/pipe2text.com\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=4246"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}