LockstepGroup / prtgshell

PowerShell module for PRTG
MIT License
18 stars 10 forks source link

Standardize output objects to allow and facilitate piping #4

Open sandersjds opened 10 years ago

sandersjds commented 10 years ago

Each function should output a standardized object (with a named type, if that can be done) to allow the functions to operate on the objects output by other functions.