Can a conditional breakpoint be set on a $_.member value? I am using the following expression, but the breakpoint is never hit. The $_ structure comes from a database record. I know that the 'auser' value is in the data.
{if ($_.LoginName -match 'auser') {break}}
I have structured this expression after the example at https://info.sapien.com/index.php/how-to/powershell-studio-howto/setting-conditional-breakpoints#:~:text=To%20set%20a%20conditional%20breakpoint%3A%20When%20creating%20or,instead%20of%20breaking%20%28not%20in%20addition%20to%20breaking%29.