May 12th, 2015

PowerTip: Convert PowerShell Path to Standard Path

Doctor Scripto
Scripter

Summary: Convert a Windows PowerShell path to a standard path.

Hey, Scripting Guy! Question How can I convert a Windows PowerShell registry provider path to a standard registry path?

Hey, Scripting Guy! Answer Use the Convert-Path cmdlet, for example:

Convert-Path HKLM:\SOFTWARE\Microsoft

Author

The "Scripting Guys" is a historical title passed from scripter to scripter. The current revision has morphed into our good friend Doctor Scripto who has been with us since the very beginning.

0 comments

Discussion are closed.