Use PowerShell : Moves an item from one location to another

Опубликовано: 01 Октябрь 2016
на канале: microsoft lab
2,962
14

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


Смотрите видео Use PowerShell : Moves an item from one location to another онлайн без регистрации, длительностью часов минут секунд в хорошем качестве. Это видео добавил пользователь microsoft lab 01 Октябрь 2016, не забудьте поделиться им ссылкой с друзьями и знакомыми, на нашем сайте его посмотрели 2,962 раз и оно понравилось 14 людям.