I have a PowerShell script like below.
A (do health check)
B ( hereafter B executing I want to execute A again, do I need to write A after B again, or is there any away to call and execute A only and then proceed to C )
C
I hope you got what I am trying to say here.