Scripts/DSC2/Mod7/Config_NLB.ps1

Configuration NLB {
    
    Node s3 {

        WindowsFeature NEwNLB {
            Name='NLB'
            Ensure = 'Present'

        }
    }

}
NLB -outputpath C:\DSCSMB