We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8f53467 commit cee303eCopy full SHA for cee303e
1 file changed
README.md
@@ -43,13 +43,18 @@ __Execute Task__
43
44
## Examples:
45
46
-__ServiceA;HostA,HostB;none__
+1. CSV:
47
+ServiceA;HostA,HostB;none
48
-__ServiceB;*;none__
49
+ServiceB;*;none
50
-__Service*;*;HostB__
51
+Service*;*;HostB
52
+
53
+ServiceA;*;HostC,HostD
54
55
+2. ServiceFilePath:
56
-__ServiceA;*;HostC,HostD__
57
+C:\SCOM\GenSerMon.csv
58
59
60
## Views:
0 commit comments