Examples for xFireWall configuration are not accurate
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.
This should now be updated to the correct name for NetworkingDsc.
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.
Closing this issue as it's outdated.