Summary: Easily find the Windows PowerShell ApartmentState.
How can I easily find the Windows PowerShell ApartmentState?
Use the $host automatic variable, and select the ApartmentState property from the RunSpace object, as shown here.
PS C:\> $Host.RunSpace.ApartmentState
STA