PowerRemoteDesktop icon indicating copy to clipboard operation
PowerRemoteDesktop copied to clipboard

Running on windows 7

Open paolosezart opened this issue 11 months ago • 1 comments

What add-ons do I need to install so that this script also works on windows 7? I'm running it with the command: Invoke-Expression (Get-Content .\PowerRemoteDesktop_Server.psm1 -Raw)

I get the error:

Get-Content : Cannot find a parameter that matches the parameter name "Raw".
line:1 character:69
+ Invoke-Expression (Get-Content .\PowerRemoteDesktop_Server.psm1 -Raw <<<< )
    + CategoryInfo : InvalidArgument: (:) [Get-Content], ParameterBindingException
    + FullyQualifiedErrorId : NamedParameterNotFound,Microsoft.PowerShell.Commands.GetContentCommand

paolosezart avatar Sep 15 '23 12:09 paolosezart

Hello, you should install a more recent version of PowerShell on your Windows 7

DarkCoderSc avatar Jan 11 '24 08:01 DarkCoderSc