{"id":5240,"date":"2021-08-03T13:42:26","date_gmt":"2021-08-03T12:42:26","guid":{"rendered":"https:\/\/solidt.eu\/site\/?p=5240"},"modified":"2021-08-03T13:42:26","modified_gmt":"2021-08-03T12:42:26","slug":"powershell-copy-file","status":"publish","type":"post","link":"https:\/\/solidt.eu\/site\/powershell-copy-file\/","title":{"rendered":"Powershell Copy File"},"content":{"rendered":"\n<pre class=\"EnlighterJSRAW\" data-enlighter-language=\"powershell\" data-enlighter-theme=\"\" data-enlighter-highlight=\"\" data-enlighter-linenumbers=\"\" data-enlighter-lineoffset=\"\" data-enlighter-title=\"\" data-enlighter-group=\"\">$src = Resolve-Path -Path \".\\images\\source.ico\"\n$dest = Resolve-Path -Path \".\\images\\target.ico\"\nWrite-Host \"Copying '$src' to '$dest'\"\nCopy-Item  -Path $src -Destination $dest -Recurse -force<\/pre>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"inline_featured_image":false,"footnotes":""},"categories":[1],"tags":[],"class_list":["post-5240","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/5240","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/comments?post=5240"}],"version-history":[{"count":1,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/5240\/revisions"}],"predecessor-version":[{"id":5241,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/posts\/5240\/revisions\/5241"}],"wp:attachment":[{"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/media?parent=5240"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/categories?post=5240"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/solidt.eu\/site\/wp-json\/wp\/v2\/tags?post=5240"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}