Hi Shay I am trying to use these new registry cmdlets that you point to in the PowerGui Thread -
http://powergui.org/thread.jspa?thr...start=105. They are just what I wanted and works well for local machines, however as soon as I try a remote machine I get the dreaded "cannot find the network path"
PS D:\powershell> Get-RegString -ComputerName "w002511552911" -Key "SOFTWARE\BroadSoft\BW Assistant\" -Hive LocalMachine -Value FriendlyVersion
Get-RegString : Exception calling "OpenRemoteBaseKey" with "2" argument(s): "The network path was not found.
"
At line:1 char:14
+ Get-RegString <<<< -ComputerName "w002511552911" -Key "SOFTWARE\BroadSoft\BW Assistant\" -Hive LocalMachine -Value FriendlyVersion
+ CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException
+ FullyQualifiedErrorId : Microsoft.PowerShell.Commands.WriteErrorException,Get-RegString.
I have searched Google but still cant find an answer. I have run my powershell session with my elevated networked permissions. Any Ideas ? cheers Dene