Commit 01806abe authored by Ben Galloway's avatar Ben Galloway

Improve task scheduler instructions

parent aa5ecab3
......@@ -12,7 +12,7 @@ Set the script to run on a schedule using Task Scheduler. It will need to run as
The script takes one parameter - the port to bind SSL to. If this is omitted it will default to 443, but e.g. the Gamma server serves SSL on port 5729. This would be set by running `iis.ps1 -Port 5729`.
The script will give useful log output which you can redirect to a file by scheduling the task with appropriate arguments - for example, set the command to be `powershell.exe` with arguments `-file iis.ps1 -Port 5729 > log.txt 2>&1`.
The script will give useful log output which you can redirect to a file by scheduling the task with appropriate arguments - for example, set the command to be `powershell.exe` with arguments `-file iis.ps1 -Port 5729 > log.txt 2>&1`, and set the command to start in `C:\autocert` (or whatever location you defined before).
## For Windows Servers Running Exchange 2010
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment