{"id":296,"date":"2022-10-13T15:10:55","date_gmt":"2022-10-13T07:10:55","guid":{"rendered":"https:\/\/islandtropicaman.com\/wp\/?p=296"},"modified":"2022-10-13T15:12:03","modified_gmt":"2022-10-13T07:12:03","slug":"move-a-file-from-one-folder-to-another-with-powershell-command","status":"publish","type":"post","link":"https:\/\/islandtropicaman.com\/wp\/2022\/10\/13\/move-a-file-from-one-folder-to-another-with-powershell-command\/","title":{"rendered":"Move a file from one folder to another with PowerShell command"},"content":{"rendered":"<p>If you want to move a file from one folder to another folder by typing the command inside a PowerShell console then do these following steps:<\/p>\n<p>1.) Open up the PowerShell application under admin permissions on windows. You will need this because without the admin&#8217;s permission you are not allowed to move the file around within your own computer.<\/p>\n<p>2.) Type in the below command where the file path after the -path&#8217;s parameter is the original location of the file and the path after the -Destination parameter is the path where you want your file to move to. Notice that it doesn&#8217;t matter whether you use lowercase or uppercase characters in PowerShell because it is not case-sensitive.<\/p>\n<pre class=\"brush: php; title: ; notranslate\" title=\"\">\r\nMOVE -path E:\\bb\\DSC02028.JPG -Destination E:\\bb\\bb1\r\n<\/pre>\n<p>With the above command, the file has been moved to the destination location.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>If you want to move a file from one folder to another folder by typing the command inside a PowerShell console then do these following steps: 1.) Open up the PowerShell application under admin permissions on windows. You will need this because without the admin&#8217;s permission you are not allowed to move the file around&#8230;<\/p>\n<p class=\"more-link-wrap\"><a href=\"https:\/\/islandtropicaman.com\/wp\/2022\/10\/13\/move-a-file-from-one-folder-to-another-with-powershell-command\/\" class=\"more-link\">Read More<span class=\"screen-reader-text\"> &ldquo;Move a file from one folder to another with PowerShell command&rdquo;<\/span> &raquo;<\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[78],"tags":[88],"class_list":["post-296","post","type-post","status-publish","format-standard","hentry","category-power-shell","tag-move-file-powershell"],"blog_post_layout_featured_media_urls":{"thumbnail":"","full":""},"categories_names":{"78":{"name":"Power Shell","link":"https:\/\/islandtropicaman.com\/wp\/category\/power-shell\/"}},"tags_names":{"88":{"name":"move file powershell","link":"https:\/\/islandtropicaman.com\/wp\/tag\/move-file-powershell\/"}},"comments_number":"0","_links":{"self":[{"href":"https:\/\/islandtropicaman.com\/wp\/wp-json\/wp\/v2\/posts\/296","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/islandtropicaman.com\/wp\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/islandtropicaman.com\/wp\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/islandtropicaman.com\/wp\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/islandtropicaman.com\/wp\/wp-json\/wp\/v2\/comments?post=296"}],"version-history":[{"count":2,"href":"https:\/\/islandtropicaman.com\/wp\/wp-json\/wp\/v2\/posts\/296\/revisions"}],"predecessor-version":[{"id":298,"href":"https:\/\/islandtropicaman.com\/wp\/wp-json\/wp\/v2\/posts\/296\/revisions\/298"}],"wp:attachment":[{"href":"https:\/\/islandtropicaman.com\/wp\/wp-json\/wp\/v2\/media?parent=296"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/islandtropicaman.com\/wp\/wp-json\/wp\/v2\/categories?post=296"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/islandtropicaman.com\/wp\/wp-json\/wp\/v2\/tags?post=296"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}