We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43e4b25 commit bfa2b95Copy full SHA for bfa2b95
init/run.ps1
@@ -15,7 +15,7 @@ function MountZ {
15
while (-not $exists) {
16
try {
17
Write-Host "Mapping Z:"
18
- $exists = (New-SmbMapping -LocalPath 'Z:' -RemotePath '\\172.30.0.225\winshared') -as [bool]
+ $exists = (New-SmbMapping -LocalPath 'Z:' -RemotePath '\\172.30.0.254\winshared') -as [bool]
19
} catch {
20
}
21
0 commit comments