Chapter 3. Understanding and Using PowerShell Providers
After completing this chapter, you will be able to:
Understand the role of providers in Windows PowerShell.
Use the Get-PSProvider cmdlet.
Use the Get-PSDrive cmdlet.
Use the New-PSDrive cmdlet.
Use the Get-Item cmdlet.
Use the Set-Location cmdlet.
Use the file system model to access data from each of the built-in providers.
Microsoft Windows PowerShell provides a consistent way to access information external to the shell environment. To do this, it uses providers. These providers are actually .NET programs that hide all the ugly details to provide an easy way to access information. The beautiful thing about the way the provider model works is that all the different sources of information are accessed ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access