<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki.1701technology.com/index.php?action=history&amp;feed=atom&amp;title=Copy_files_using_Powershell</id>
	<title>Copy files using Powershell - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://wiki.1701technology.com/index.php?action=history&amp;feed=atom&amp;title=Copy_files_using_Powershell"/>
	<link rel="alternate" type="text/html" href="https://wiki.1701technology.com/index.php?title=Copy_files_using_Powershell&amp;action=history"/>
	<updated>2026-05-06T14:40:12Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.34.1</generator>
	<entry>
		<id>https://wiki.1701technology.com/index.php?title=Copy_files_using_Powershell&amp;diff=460&amp;oldid=prev</id>
		<title>Michael.mast: Created page with &quot;==Server 2016 Core== &lt;ref&gt;https://msdn.microsoft.com/en-us/library/mt708806(v=vs.85).aspx&lt;/ref&gt;Using WinRM and Powershell sessions seems to be the easiest method for this. &lt;pr...&quot;</title>
		<link rel="alternate" type="text/html" href="https://wiki.1701technology.com/index.php?title=Copy_files_using_Powershell&amp;diff=460&amp;oldid=prev"/>
		<updated>2017-06-19T18:49:19Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;==Server 2016 Core== &amp;lt;ref&amp;gt;https://msdn.microsoft.com/en-us/library/mt708806(v=vs.85).aspx&amp;lt;/ref&amp;gt;Using WinRM and Powershell sessions seems to be the easiest method for this. &amp;lt;pr...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;==Server 2016 Core==&lt;br /&gt;
&amp;lt;ref&amp;gt;https://msdn.microsoft.com/en-us/library/mt708806(v=vs.85).aspx&amp;lt;/ref&amp;gt;Using WinRM and Powershell sessions seems to be the easiest method for this.&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
$session=get-pssession&lt;br /&gt;
copy-item -tosession $session -path c:\local\path -destination c:\remote\path -recurse&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Michael.mast</name></author>
		
	</entry>
</feed>