Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running on windows 7 #36

Open
paolosezart opened this issue Sep 15, 2023 · 1 comment
Open

Running on windows 7 #36

paolosezart opened this issue Sep 15, 2023 · 1 comment

Comments

@paolosezart
Copy link

paolosezart commented Sep 15, 2023

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
@DarkCoderSc
Copy link
Member

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants