In PowerShell, the default Provider is usually the filesystem: C: drive, D: drive, etc. This provider can also access UNC paths, i.e, file shares on your network: \\MyServer\MyShare\exampleFile.txt When creating a script or working in the console you sometimes need to use different PSProviders to access other types of resources. Examples of this are the … Continue reading Accessing UNC paths when using other PSProviders
Accessing UNC paths when using other PSProviders