X-Guardian / AdfsDsc

DSC resources for deployment and configuration of Active Directory Federation Services
MIT License
9 stars 5 forks source link

AdfsFarmNode: Remove Ensure Parameter as Remove-AdfsFarmNode cmdlet is deprecated #36

Closed X-Guardian closed 4 years ago

X-Guardian commented 4 years ago

Details of the scenario you tried and the problem that is occurring

The AdfsFarmNode resource currently follows an Ensure resource model, using the Remove-AdfsFarmNode cmdlet when Ensure is set to Absent. This cmdlet is deprecated, so the Ensure parameter and associated code needs removing from the resource.