Quantcast
Channel: SQLServerCentral » Programming » Powershell » Latest topics
Viewing all articles
Browse latest Browse all 467

known bug with no fix??

$
0
0
Basic issue: after loading sqlps module network share is not accessible...Bug is already logged but not yet acknowledged by MS...http://connect.microsoft.com/SQLServer/feedback/details/737324/sqlps-unc-path-issue#tabscan someone run below 3 command and confirm if they see the same in their env, third command should fail...Get-ChildItem "\\servername\c$\" | Select-Object -first 1Import-Module 'sqlps' -DisableNameCheckingGet-ChildItem "\\servername\c$" | Select-Object -first 1

Viewing all articles
Browse latest Browse all 467

Trending Articles