Skip to content

Remove repeat description #2093

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Feb 2, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 0 additions & 4 deletions reference/5.1/Microsoft.PowerShell.Management/New-PSDrive.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ When your command is scoped locally (no dot-sourcing), the *Persist* parameter d
If you are running **New-PSDrive** inside a script, and you want the drive to persist indefinitely, you must dot-source the script.
For best results, to force a new drive to persist indefinitely, add the *Scope* parameter to your command, and set its value to Global.
- External drives.
When an external drive is connected to the computer, Windows PowerShell automatically adds a PSDrive to the file system that represents the new drive.
You do not have to restart Windows PowerShell.
Similarly, when an external drive is disconnected from the computer, Windows PowerShell automatically deletes the **PSDrive** that represents the removed drive.
- External drives.
When an external drive is connected to the computer, Windows PowerShell automatically adds a **PSDrive** to the file system that represents the new drive.
You do not have to restart Windows PowerShell.
Similarly, when an external drive is disconnected from the computer, Windows PowerShell automatically deletes the **PSDrive** that represents the removed drive.
Expand Down