mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-05-12 21:37:22 +00:00
Update replace-a-windows-7-computer-with-a-windows-10-computer.md
This commit is contained in:
parent
27f74cb32f
commit
279239df89
@ -45,7 +45,7 @@ When preparing for the computer replace, you need to create a folder in which to
|
|||||||
2. Create and share the **E:\\MigData** folder by running the following three commands in an elevated Windows PowerShell prompt:
|
2. Create and share the **E:\\MigData** folder by running the following three commands in an elevated Windows PowerShell prompt:
|
||||||
``` powershell
|
``` powershell
|
||||||
New-Item -Path E:\MigData -ItemType directory
|
New-Item -Path E:\MigData -ItemType directory
|
||||||
New-SmbShare ?Name MigData$ ?Path E:\MigData
|
New-SmbShare -Name MigData$ -Path E:\MigData
|
||||||
-ChangeAccess EVERYONE
|
-ChangeAccess EVERYONE
|
||||||
icacls E:\MigData /grant '"MDT_BA":(OI)(CI)(M)'
|
icacls E:\MigData /grant '"MDT_BA":(OI)(CI)(M)'
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user