I got this part of a script
| Where {$_.property = statement}
I would like to add another value so that it has to match both values, so the command is going to work kinda like this
| Where {$_.property -eq statement} & {$_.anotherproperty -eq anotherstatement}
anyone who can help?