The -in Operator For PowerShell

The -in Operator For PowerShell

PowerShell provides the -in containment operator in order to check if the specified item exists in the specified collection. The in operator execution returns a boolean value True or False . If the specified item exists in the specified collection or list it returns the value True. If the specified item does not exist in … Read more