Powershell script to calculate outlook load time

Chetan rms 21 Reputation points
2021-06-26T15:33:08.287+00:00

Hi
I have requirement where powershell should open outlook application and close it .
Along with that it should calculate tota time it take for opening and closing outlook application

Windows for business | Windows Server | User experience | PowerShell
0 comments No comments
{count} votes

Answer accepted by question author
  1. Andreas Baumgarten 129.5K Reputation points MVP Volunteer Moderator
    2021-06-26T16:14:46.133+00:00

    Hi @Chetan rms ,

    to get the measure times with PowerShell there is a command called ``measure-command` :
    https://learn.microsoft.com/en-us/powershell/module/microsoft.powershell.utility/measure-command?view=powershell-7.1

    The challenge might be to get the time when Outlook finished to start. What is your definition of "Outlook is done with starting"?

    ----------

    (If the reply was helpful please don't forget to upvote and/or accept as answer, thank you)

    Regards
    Andreas Baumgarten

    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.