Index: BLDSYSLOG.mac.rou =================================================================== diff -u -r74593 -r74620 --- BLDSYSLOG.mac.rou (.../BLDSYSLOG.mac.rou) (revision 74593) +++ BLDSYSLOG.mac.rou (.../BLDSYSLOG.mac.rou) (revision 74620) @@ -34,10 +34,11 @@ Set CNaam=$ZCVT($P($E(IONaam,6,99),":",1),"U") if CNaam="LOCALHOST" Set CNaam=$ZU(110) - set CNaam = ##class(TECH.Context.RuntimeContext).Instance().GeefComputerNaam() ;is evt reeds intune intune werkstation naam + ;set CNaam = ##class(TECH.Context.RuntimeContext).Instance().GeefComputerNaam() ;is evt reeds intune intune werkstation naam ; de computer naam is gekend maar nakijken of het bijhorend IP-adres veranderd is If $D(^cQSYS(0,"FIXED","NBN",$P(CNaam,"."))) Do Quit - . Set IP=$s((IONaam [ ##class(TECH.Config.ConfigMgr).Instance().GetString("VDIServerPrefix","VDI-APPS")) :"",1:$$GetIP(CNaam,1)) ; geen ipaddres indien we over VDI komen + . ;Set IP=$s((IONaam [ ##class(TECH.Config.ConfigMgr).Instance().GetString("VDIServerPrefix","VDI-APPS")) :"",1:$$GetIP(CNaam,1)) ; geen ipaddres indien we over VDI komen + . Set IP=$$GetIP(CNaam,1) . Set Device=^cQSYS(0,"FIXED","NBN",$P(CNaam,".")) . Do:$L(Device) RemQSYS(Device,CNaam,IP) . Do:$L(Device) BldQSYS(Device,CNaam,IP)