{"id":88,"date":"2012-12-21T12:19:11","date_gmt":"2012-12-21T12:19:11","guid":{"rendered":"http:\/\/www.server1.dk\/?p=88"},"modified":"2013-02-15T09:28:42","modified_gmt":"2013-02-15T09:28:42","slug":"powershell-mail-all-files-from-directory-and-move-them","status":"publish","type":"post","link":"https:\/\/www.server1.dk\/?p=88","title":{"rendered":"Powershell mail all files from directory and move them"},"content":{"rendered":"<p>Get-ChildItem &#8220;C:\\FilePorts\\ValidationPDFs\\*&#8221; -include *.pdf | foreach { Send-MailMessage -from &#8220;from@mail.com&#8221; -to &#8220;to@mail.com&#8221; -subject $_.name -attachments $_.fullname -smtpServer mail.server }<br \/>\nGet-ChildItem &#8220;C:\\FilePorts\\ValidationPDFs\\*&#8221; -include *.pdf | move-item -destination &#8220;C:\\FilePorts\\ValidationPDFs\\printet&#8221;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Get-ChildItem &#8220;C:\\FilePorts\\ValidationPDFs\\*&#8221; -include *.pdf | foreach { Send-MailMessage -from &#8220;from@mail.com&#8221; -to &#8220;to@mail.com&#8221; -subject $_.name -attachments $_.fullname -smtpServer mail.server } Get-ChildItem &#8220;C:\\FilePorts\\ValidationPDFs\\*&#8221; -include *.pdf | move-item -destination &#8220;C:\\FilePorts\\ValidationPDFs\\printet&#8221;<\/p>\n","protected":false},"author":2,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[10],"class_list":["post-88","post","type-post","status-publish","format-standard","hentry","category-uncategorized","tag-powershell"],"_links":{"self":[{"href":"https:\/\/www.server1.dk\/index.php?rest_route=\/wp\/v2\/posts\/88","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.server1.dk\/index.php?rest_route=\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.server1.dk\/index.php?rest_route=\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.server1.dk\/index.php?rest_route=\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/www.server1.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=88"}],"version-history":[{"count":2,"href":"https:\/\/www.server1.dk\/index.php?rest_route=\/wp\/v2\/posts\/88\/revisions"}],"predecessor-version":[{"id":113,"href":"https:\/\/www.server1.dk\/index.php?rest_route=\/wp\/v2\/posts\/88\/revisions\/113"}],"wp:attachment":[{"href":"https:\/\/www.server1.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=88"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.server1.dk\/index.php?rest_route=%2Fwp%2Fv2%2Fcategories&post=88"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.server1.dk\/index.php?rest_route=%2Fwp%2Fv2%2Ftags&post=88"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}