Hello,
Forgive me in advance if this is in the wrong section, but I am new to powershell and my boss has asked me to write a .ps1 script that will enable certain Roles and Features (IIS, FTP, Telnet Client, etc.) in Windows Server 2012 (R2 I believe). This is in a production environment where we are loading the same software on servers before shipment and there are a bunch of Roles and Features that need to be enabled on each and we would like to save some time.
My background is software QA. I am familiar with .bat files for performing basic commands but powershell has stumped me. Could someone please proved an example of what I would need to enter in my .txt file before saving it as a .ps1 file? For example what would the string look like to enable Tenlet Client? Thanks for any help!