I have a csv that looks like
Name, email, address
Name, email, address
Name, email, address
I am wanting to run
This is some of the most useful information I have seen yet - it just made my job so much easier!!!
Combining Netapp commands:
get-navol | Get-NaSnapshotSchedule | Export-Csv -path d:\something.csv
import-csv d:\something.csv -header ("label1","label2","label3","label4","label5") | foreach {Set-naSnapshotschedule $.label1 -Weeks $.label2 -Days $.label3 -Hours $.label4 -Whichhours "1,2,3,4,5"}
EXCELLENT STUFF!!!
Please note that the "Labels" should have an underscore - for whatever reason it isn't reflecting in the page so Dollar($)Underscore(_)Dot(.)Label