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

Office 365: Alert Policies - Creation of forwarding/redirect rule

The default Creation of forwarding/redirect rule alert policy will be triggered when end-users create rule to forward or redirect mail

Linux command: telnet

telnet stands for "Teletype Network".

Powershell: Get-ChildItem

List, search/find files and directories with Get-ChildItem cmdlet.