Skip to content

Commit 5951492

Browse files
maddieclaytonSean Wheeler
maddieclayton
authored and
Sean Wheeler
committed
Remove repeat description (#2093)
1 parent 99a464c commit 5951492

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

reference/5.1/Microsoft.PowerShell.Management/New-PSDrive.md

-4
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,6 @@ When your command is scoped locally (no dot-sourcing), the *Persist* parameter d
4141
If you are running **New-PSDrive** inside a script, and you want the drive to persist indefinitely, you must dot-source the script.
4242
For best results, to force a new drive to persist indefinitely, add the *Scope* parameter to your command, and set its value to Global.
4343
- External drives.
44-
When an external drive is connected to the computer, Windows PowerShell automatically adds a PSDrive to the file system that represents the new drive.
45-
You do not have to restart Windows PowerShell.
46-
Similarly, when an external drive is disconnected from the computer, Windows PowerShell automatically deletes the **PSDrive** that represents the removed drive.
47-
- External drives.
4844
When an external drive is connected to the computer, Windows PowerShell automatically adds a **PSDrive** to the file system that represents the new drive.
4945
You do not have to restart Windows PowerShell.
5046
Similarly, when an external drive is disconnected from the computer, Windows PowerShell automatically deletes the **PSDrive** that represents the removed drive.

0 commit comments

Comments
 (0)