Skip to content

Commit 65b42de

Browse files
authored
Update script 🖌️ 🎨
1 parent 534334d commit 65b42de

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Powershell/SCOM-REST_API-Examples.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
# Date Updated: January 4th, 2024
66
# Blog: https://blakedrumm.com/
77

8-
$MainURL = 'http://MS02-2022.contoso-2022.com/OperationsManager'
8+
# You can modify the below to use HTTP or HTTPS. Replace <WebConsoleAddress> with the address for your Web Console.
9+
$MainURL = 'http://<WebConsoleAddress>/OperationsManager'
910

1011
function Authenticate-SCOMAPI
1112
{

0 commit comments

Comments
 (0)