-
Notifications
You must be signed in to change notification settings - Fork 32
Function File
Mark Wragg edited this page Jun 17, 2019
·
2 revisions
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