Quantcast
Channel: Hey, Scripting Guy! Blog
Viewing all articles
Browse latest Browse all 3333

PowerTip: Convert PowerShell Path to Standard Path

$
0
0

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


Viewing all articles
Browse latest Browse all 3333

Trending Articles