Icinga / icinga-powershell-framework

This PowerShell module will allow to fetch data from Windows hosts and use them for inventory and monitoring solutions. Together with the Icinga Web 2 module, a detailed overview of your Windows infrastructure will be drawn.
MIT License
78 stars 33 forks source link

Update GetWindowsService.ps1 #751

Open legna-namor opened 2 months ago

legna-namor commented 2 months ago

Instead of repeatedly accessing $SvcData."$ServiceName", store the object in a local variable for better readability.