"You cannot call a method on a null-valued expression". I think that the issue lies somewhere in the code between lines 1763 and 1785 as these are the only lines where the error expression I got show through. The specific line it is showing me is:
{ If ($Result.ToString().Contains($Finding.RecommendedValue)) {...
"You cannot call a method on a null-valued expression". I think that the issue lies somewhere in the code between lines 1763 and 1785 as these are the only lines where the error expression I got show through. The specific line it is showing me is:
{ If ($Result.ToString().Contains($Finding.RecommendedValue)) {...