Scripts/DSC1/Mod4/6.Config_RemoveSMTP.ps1
configuration SMTP { Node HTTPSComputers { WindowsFeature SMTP{ Name = 'SMTP-Server' Ensure = 'Absent' } } } SMTP -OutputPath C:\DSC\HTTPS |
configuration SMTP { Node HTTPSComputers { WindowsFeature SMTP{ Name = 'SMTP-Server' Ensure = 'Absent' } } } SMTP -OutputPath C:\DSC\HTTPS |