I am trying to use a sendkey event that holds the ALT key and then presses the TAB key. How do you perform that action, I\'ve tried many variations but I can\'t seem to find
[Windows.Forms.Sendkeys]::SendWait("%{Alt Down}")
[Windows.Forms.Sendkeys]::SendWait("%{TAB}")
[Windows.Forms.Sendkeys]::SendWait("%{Alt Up}")
Works in Powershell for me! Thanks for tips ;)