You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Update with the OMS/Log Analytics Workspace Shared Key found in the settings pane of your Log Analytics workspace
84
-
#### OEM = "<replacewithyourhardwarevendorname>"
85
-
1. Update with the name of your hardware vendor. Allows for reports in log analytics utilizing the OEM name.
86
-
87
-
### Step 4 – Update variables
88
-
1. Open an elevated PowerShell ISE session
89
-
2. Open the file C:\InvokeMasterScript.ps1
90
-
3. Update the variables using the data gathered in Step 3
91
-
92
-
### Step 5 – Execute the script & update the scheduled task
93
-
1. Run the InvokeMasterScript.ps1 now that the variables have been updated.
94
-
2. Once the script completes, open Task Scheduler, right click on the newly created tasks named UsageDataUpload1 & OperationalDataUpload1, click Properties, and click "Change User or Group" (the Run As account) to the Admin UserName and Password of the UploadToOMSVM VM.
95
-
3.Click Run. Operational Data will be piushed every 13 minutes now. Usage Data will be pushed at 9am every day.
96
52
97
53
The scripts sets up 2 scheduled tasks:
98
54
1. Upload of 1-day worth of usage data provided from the Provider Usage API at 9am every day.
0 commit comments