Hello
I’ve installed powershell web access to test it out and set an open pswaauthorizatoinrule
Id RuleName User Destination ConfigurationName
0 Rule 0 * * *
I’m trying to browse to a UNC path that my user account for sure has access to and i continually get the following error:
cd : Access is denied
+ CategoryInfo : PermissionDenied: (\blalba.com\asdf\asdff\folder:String) [Set-Location], UnauthorizedAcc
essException
+ FullyQualifiedErrorId : ItemExistsUnauthorizedAccessError,Microsoft.PowerShell.Commands.SetLocationCommand
cd : Cannot find path ‘\blalba.com\asdf\asdff\folder’ because it does not exist.
+ CategoryInfo : ObjectNotFound: (\blalba.com\asdf\asdff\folder:String) [Set-Location], ItemNotFoundExcep
tion
+ FullyQualifiedErrorId : PathNotFound,Microsoft.PowerShell.Commands.SetLocationCommand
ideas?