List/Grid Tag Archives: PSDrive
#PSTip New PowerShell drive (PSDrive)
As PowerShell drives are really useful concept, many people use it a lot. I also created some PSDrives for parts of my system I am accessing frequently. Let’s see it…
#PSTip What’s the difference between ${c:\test.txt}, ${c:test.txt}, and ${test.txt}
Each PowerShell drive (PSDrive) has its own notion of current working directory (CurrentLocation): In the variable notation, if the path after the drive specifier is a relative path, then it…
#PSTip Persistent file system drives
In the previous tip we showed you how to get the next available drive letter using the Get-AvailableDriveLetter function when we want to create a new mapped network drive. The…
