xRemoteDesktopAdmin icon indicating copy to clipboard operation
xRemoteDesktopAdmin copied to clipboard

Examples for xFireWall configuration are not accurate

Open ghost opened this issue 8 years ago • 3 comments

The examples shown do not work with the latest versions of xNetworking.

xFirewall AllowRDP { Name = 'DSC - Remote Desktop Admin Connections' DisplayGroup = "Remote Desktop" #has been changed to Group Ensure = 'Present' State = 'Enabled' #now Enabled = 'True' Access = 'Allow' #now Action = 'Allow' Profile = 'Domain' }

There may be additional issues with this I haven't dug into further than this yet.

ghost avatar May 25 '17 14:05 ghost

This should now be updated to the correct name for NetworkingDsc.

johlju avatar May 17 '18 11:05 johlju

This module has been deprecated, and the resource have been moved to the module ComputerManagementDsc as RemoteDesktopAdmin . Examples for opening ports can be found in the module NetworkingDsc.

Suggest closing this issue.

johlju avatar Sep 22 '19 09:09 johlju

Closing this issue as it's outdated.

gaelcolas avatar Feb 09 '21 07:02 gaelcolas