Hello,
i want to run a PS script.
First i do an import of the ConfigurationManager.psd1.
Secon step:
i want to connect to the site with:
CD Sitename:
Here I am getting an error:
CD : Cannot find drive. A drive with the name 'MU1' does not exist.
At line:1 char:1
+ CD MU1:
+ ~~~~~~~
+ CategoryInfo : ObjectNotFound: (MU1:String) [Set-Location], DriveNotFoundException
+ FullyQualifiedErrorId : DriveNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
any one an idea?