Skip to content

Commit c45d24a

Browse files
committed
Update ReadMe - fixed Set-ServiceNowAuth example
1 parent c96c8fb commit c45d24a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Readme.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,10 +41,10 @@ Once you've done this, all the cmdlets will be at your disposal, you can see a f
4141
### Example - Using Set-ServiceNowAuth
4242

4343
```PowerShell
44-
Set-ServiceNowAuth -url InstanceName -Credentials (Get-Credential)
44+
Set-ServiceNowAuth -url InstanceName.service-now.com -Credentials (Get-Credential)
4545
```
4646

47-
The URL should be the instance name portion of the FQDN for your instance. For if you browse to `myinstance.service-now.com` the URL required for the module is `myinstance`.
47+
The URL should be the instance name portion of the FQDN for your instance. For if you browse to `https://myinstance.service-now.com` the URL required for the module is `myinstance.service-now.com`.
4848

4949
### Example - Retrieving an Incident Containing the Word 'PowerShell'
5050

0 commit comments

Comments
 (0)