Thx you for the reply.
I have this error
{{{[gp-vm-ctxburo01] La connexion au serveur distant gp-vm-ctxburo01 a ‚chou‚
avec le message d'erreur suivant: AccŠs refus‚. Pour plus d'informations, voir
la rubrique d'aide about_Remote_Troubleshooting.
+ CategoryInfo : OpenError: (gp-vm-ctxburo01:String) [], PSRemoti
ngTransportException
+ FullyQualifiedErrorId : AccessDenied,PSSessionStateBroken
Indexation impossible dans un tableau Null.
Au caractŠre C:\Program Files (x86)\PRTG Network Monitor\custom
sensors\EXEXML\QFARM CTXBURO01.ps1:7 : 1
+ $a=$trace[3]
+ ~~~~~~~~~~~
+ CategoryInfo : InvalidOperation : (:) [], RuntimeException
+ FullyQualifiedErrorId : NullArray
Impossible d'appeler une m‚thode dans une expression Null.
Au caractŠre C:\Program Files (x86)\PRTG Network Monitor\custom
sensors\EXEXML\QFARM CTXBURO01.ps1:8 : 1
+ $b=$a.Substring(22)
+ ~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidOperation : (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
Impossible d'appeler une m‚thode dans une expression Null.
Au caractŠre C:\Program Files (x86)\PRTG Network Monitor\custom
sensors\EXEXML\QFARM CTXBURO01.ps1:9 : 1
+ $c=$b.Trim()
+ ~~~~~~~~~~~
+ CategoryInfo : InvalidOperation : (:) [], RuntimeException
+ FullyQualifiedErrorId : InvokeMethodOnNull
0:<prtg> <result> <channel>Charge</channel> <float>1</float> <value>30</value> </result> </prtg> }}}
I don't understand why my powershell doesn't work when prtg lauch it.
When i do it manuallly, he work fine.
Add comment