Cool, thanks for supressing the cert alerts!
Now when I try the GetAvgStat replacement function you mentioned above, I get the following error:
-
The term 'int' is not recognized as the name of a cmdlet, function, script file
, or operable program. Check the spelling of the name, or if a path was include
d, verify that the path is correct and try again.
At C:\Users\Tsmith\Desktop\GatherIOPS.ps1:78 char:12
+ return int <<<< ($totalIOPS/$samples/20)
+ CategoryInfo : ObjectNotFound: (int:String) [], CommandNotFound
Exception
+ FullyQualifiedErrorId : CommandNotFoundException
-
Please advise me on what to do, and thank you so much for your help!!!