Hello,
Could you tell me how can I check the estimated time a a script will take to run?
I have used this so far but it seems failing giving me a wrong estimated time.
After running a script it toke less time than the estimate time
Measure-Command -Expression{
powershell.exe "C:\Pathtoscript\Myscript.ps1"}
Thank you in advance.




