Skip to main content

Powershell: Copy-Item

Let's practice using Powershell cmdlet Copy-Item [instead of copy or xcopy] when we want to copy files and/or folders.
Powershell: Copy-Item
Powershell: Copy-Item
Example: Copy D:\MinnaNoNihongo folder to E:\ drive
Powershell: Copy D:\MinnaNoNihongo folder to E:\ drive

Popular posts from this blog

Powershell: Enable Firewall Log

We sometimes need to enable Windows firewall's log to troubleshoot. Here is how.

Powershell: head and tail command

Use head or tail to skim the first or last 5 lines.