Search found 5 matches

by C0deBreak3r
Thu Mar 17, 2016 1:50 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: PowerShell Script Test
Replies: 6
Views: 15952

KS-Soft Europe wrote:You may use "Use Warning status if" option with expression like the following:
'%SuggestedReply%'<>'%Reply%'
Ah, of course, should have known it would be as easy as that <feeling stupid> :oops:

Thanks again!
by C0deBreak3r
Thu Mar 17, 2016 1:44 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: PowerShell Script Test
Replies: 6
Views: 15952

You cannot use this variable as parameter of the test but I don't think you need script to compare old and new reply. You may use Optional Status Processing http://www.ks-soft.net/hostmon.eng/mframe.htm#tests.htm#usrstatusprocessing You may use option like - Use Warning status if (((%Reply%-%Sugges...
by C0deBreak3r
Thu Mar 17, 2016 1:18 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: PowerShell Script Test
Replies: 6
Views: 15952

You cannot use this variable as parameter of the test but I don't think you need script to compare old and new reply. You may use Optional Status Processing http://www.ks-soft.net/hostmon.eng/mframe.htm#tests.htm#usrstatusprocessing You may use option like - Use Warning status if (((%Reply%-%Sugges...
by C0deBreak3r
Thu Mar 17, 2016 1:14 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: PowerShell Script Test
Replies: 6
Views: 15952

You cannot use this variable as parameter of the test but I don't think you need script to compare old and new reply. You may use Optional Status Processing http://www.ks-soft.net/hostmon.eng/mframe.htm#tests.htm#usrstatusprocessing You may use option like - Use Warning status if (((%Reply%-%Sugges...
by C0deBreak3r
Wed Mar 16, 2016 5:20 pm
Forum: Configuration, Maintenance, Troubleshooting
Topic: PowerShell Script Test
Replies: 6
Views: 15952

PowerShell Script Test

Hi, Is it possible to pass the %LastReply% value of a PowerShell Script Test Item to a variable within a PowerShell Script as a Parameter? If so, could you provide an example of how this can be achieved? I want to write a PowerShell Script to check how many Active Directory User Account Objects are ...