-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Feedback on Enable-PSRemoting #11682
Comments
@jhoneill Is there an issue open for this in the source repo? |
and The fix is to get the permissions on the file to match the permissions on the remoting configuration but since that doesn't seem to be happening, documenting around it seems like the best move |
We had an internal meeting about this problem. We are discussing what needs to be done to fix this. We will adjust the documentation once we have a decision. |
I'm happy to help if you'd like. Just toss me the details! |
Linking another related issue - PowerShell/PowerShell#14274 |
Type of issue
Missing information
Feedback
As it stands the examples will not correctly enable remoting.
Until the PowerShell team fixes the issue the help should also explain that
New-PSSession -EnableNetworkAccess
to the local machineGet-PSSessionConfiguration
and note the permissions on PowerShell.7.x.y, then navigate to %windir%\system32\PowerShell\7.x.y and grant those users full control toRemotePowerShellConfig.txt
Page URL
https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.core/enable-psremoting?view=powershell-7.4
Content source URL
https://github.com/MicrosoftDocs/PowerShell-Docs/blob/main/reference/7.4/Microsoft.PowerShell.Core/Enable-PSRemoting.md
Author
@sdwheeler
Document Id
9dd8106c-4ba5-ca83-805b-4541f47549ec
The text was updated successfully, but these errors were encountered: