We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Test a File.
Test the existence or contents of a file.
[Parameter( Mandatory = $true, Position = 2, ParameterSetName = 'Set 1')]
[Parameter( Mandatory = $true, Position = 3, ParameterSetName = 'Set 1')]
-Exist and -FileContentMatch
File C:\inetpub\wwwroot\iisstart.htm { Should -Exist }
File C:\inetpub\wwwroot\iisstart.htm { Should -FileContentMatch 'text-align:center' }
Getting Started
Contributing
Functions