stewie410@programming.devtoProgramming@programming.dev•How send emails trough CLI (Windows) ?
3·
1 year agoAre you also managing AD or other services in Linux to make PS more viable, or just in general?
Are you also managing AD or other services in Linux to make PS more viable, or just in general?
If the Excel/CSV sheet is actually a CSV file,
Import-Csv
in powershell will return the content as an array of objects, where each row is one element in the array.