Can you use the command Remove-Item to delete based on the "Company" field - it's one of the fields that windows has and i want to basically delete everything that has one of the following values
$company = "Sage (UK) Limited","Sage (UK) Ltd","Sage","The Sage Group plc","SAGE Software Ltd"
Is this possible?