A PowerShell script uses a command like:
PS C:\> $R =
Invoke-WebRequest-URI
http://www....
Il the script is executed by a user member of Administrators $R comtains the reply from the web site.
If the same script is executed by a user who is not member of Administrators the script does not return $R.
Is it a normal behavior?
How can I make non Administrators get the content of R$?
Regards
Mario