{"id":429,"date":"2015-05-18T14:58:05","date_gmt":"2015-05-18T14:58:05","guid":{"rendered":"http:\/\/www.bartons.org.uk\/?page_id=429"},"modified":"2015-05-18T14:58:05","modified_gmt":"2015-05-18T14:58:05","slug":"powershell-stuff","status":"publish","type":"page","link":"https:\/\/www.bartons.org.uk\/?page_id=429","title":{"rendered":"Powershell Stuff"},"content":{"rendered":"<p>to disable all users not logged in for 90 days, and move them in to a new ou<\/p>\n<p>$90Days = (get-date).adddays(-90)<\/p>\n<p>Get-ADUser -SearchBase &#8220;DC=test,DC=LOCAL&#8221; -filter {lastlogondate -le $90days -AND passwordlastset -le $90days} -Properties lastlogondate, passwordlastset | set-aduser -Description (get-date).toshortdatestring()<\/p>\n<p>Get-ADUser -SearchBase &#8220;DC=test,DC=LOCAL&#8221; -filter {lastlogondate -le $90days -AND passwordlastset -le $90days} -Properties lastlogondate, passwordlastset | set-aduser -Description ((get-date).toshortdatestring()) \u2013passthru | Disable-ADAccount<\/p>\n<p>Get-ADUser -SearchBase &#8220;DC=test,DC=LOCAL&#8221; -filter {lastlogondate -le $90days -AND passwordlastset -le $90days} -Properties lastlogondate, passwordlastset | MOVE-adobject -TargetPath &#8220;OU=Disabled,DC=test,DC=local&#8221;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>to disable all users not logged in for 90 days, and move them in to a new ou $90Days = (get-date).adddays(-90) Get-ADUser -SearchBase &#8220;DC=test,DC=LOCAL&#8221; -filter {lastlogondate -le $90days -AND passwordlastset -le $90days} -Properties lastlogondate, passwordlastset | set-aduser -Description (get-date).toshortdatestring() Get-ADUser -SearchBase &#8220;DC=test,DC=LOCAL&#8221; -filter {lastlogondate -le $90days -AND passwordlastset -le $90days} -Properties lastlogondate, passwordlastset | set-aduser [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":70,"menu_order":0,"comment_status":"open","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-429","page","type-page","status-publish","hentry"],"_links":{"self":[{"href":"https:\/\/www.bartons.org.uk\/index.php?rest_route=\/wp\/v2\/pages\/429","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.bartons.org.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.bartons.org.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.bartons.org.uk\/index.php?rest_route=\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.bartons.org.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=429"}],"version-history":[{"count":0,"href":"https:\/\/www.bartons.org.uk\/index.php?rest_route=\/wp\/v2\/pages\/429\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/www.bartons.org.uk\/index.php?rest_route=\/wp\/v2\/pages\/70"}],"wp:attachment":[{"href":"https:\/\/www.bartons.org.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=429"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}