Skip to content

Commit 4fe7fdf

Browse files
Update docs/powershell/run-windows-powershell-steps-in-sql-server-agent.md
Co-authored-by: William Assaf MSFT <wiassaf@microsoft.com>
1 parent 80d68fe commit 4fe7fdf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/powershell/run-windows-powershell-steps-in-sql-server-agent.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Each SQL Server Agent job step that runs PowerShell with the **sqlps** module la
6767

6868
6. In the **Process exit code of a successful command** box, enter a value from 0 to 999999.
6969

70-
7. In the **Command** box, enter PowerShell.exe with parameters specifying the PowerShell script to be run. This is pretty much what you would write at a cmd command prompt, so take a look at `PowerShell.exe -?` for all the possible options.
70+
7. In the **Command** box, enter commands beginning with PowerShell.exe with parameters specifying the PowerShell script to be run. These examples are similar to the syntax for executing PowerShell commands from a Windows command prompt. Refer to `PowerShell.exe -?` for all the possible syntax options.
7171

7272
- Example 1: Runs a simple cmdlet.
7373
```cmd

0 commit comments

Comments
 (0)