Remove-PSDrive - Powershell 2.0 CmdLet
Microsoft Windows PowerShell is a command-line shell and scripting tool based on the Microsoft .NET Framework. It is designed for system administrators, engineers and developers to control and automate the administration of Windows and applications.
More than hundred command-line tools (so called "cmdlets") can be used to perform system administration tasks and Windows Management Instrumentation (WMI). These cmdlets are easy to use, with standard naming conventions and common parameters, and standard tools for piping, sorting, filtering, and formatting data and objects.
Remove-PSDrive
Short description Removes a Windows PowerShell drive from its location. Syntax Remove-PSDrive [-LiteralName] <string[]> [-Force] [-PSProvider <string[]>] [-Scope <string>] [-Confirm] [-WhatIf] [ -UseTransaction] [<CommonParameters>] Remove-PSDrive [-Name] <string[]> [-Force] [-PSProvider <string[]>] [-Scope <string>] [-Confirm] [-WhatIf] [-UseTra nsaction] [<CommonParameters>] Description The Remove-PSDrive cmdlet deletes Windows PowerShell drives that you created by using New-PSDrive. Remove-PSDrive cannot delete Windows drives or mapped network drives created by using other methods and it cannot d elete the current working drive.