Find-Product should return one product that matches the requested Product ID, but instead it is returning anything that contains the Product ID. This results in a false positive, and failure to create a new product, when the ID (and Product Name) is unique but is a substring of an existing ID.
Find-Product
should return one product that matches the requested Product ID, but instead it is returning anything that contains the Product ID. This results in a false positive, and failure to create a new product, when the ID (and Product Name) is unique but is a substring of an existing ID.