Donate Us : paypal.me/MicrosoftLab
Use PowerShell - Moves an item from one location to another
1. Prepare
DC18 : OS Windows Server 2012 R2
Syntax : Move-Item
Move-Item [-Path] string[] [[-Destination] string] [-Force] [-Filter string] [-Include string[]] [-Exclude string[]]
[-PassThru] [-Credential pscredential] [-WhatIf] [-Confirm] [-UseTransaction] [CommonParameters]
Move-Item [[-Destination] string] -LiteralPath string[] [-Force] [-Filter string] [-Include string[]]
[-Exclude string[]] [-PassThru] [-Credential pscredential] [-WhatIf] [-Confirm] [-UseTransaction] [CommonParameters]
2. Step by step
DC18 :
Click Windows PowerShell :
Move-Item -Path E:\iso\WindowsXPProfessionalSP232-Bit.ISO F:\xp.iso # Move and rename file WindowsXPProfessionalSP232-Bit.ISO to xp.iso
Move-Item -Path E:\iso F:\ # Move folder iso from E: to F:
Check again
Watch video Use PowerShell : Moves an item from one location to another online without registration, duration hours minute second in high quality. This video was added by user microsoft lab 01 October 2016, don't forget to share it with your friends and acquaintances, it has been viewed on our site 2,962 once and liked it 14 people.