Stephanevg / PSClassUtils

A set of utilities to work with Powershell Classes
http://powershelldistrict.com/how-to-generate-a-uml-diagram-using-powershell/
91 stars 23 forks source link

Get-CUENum -> Add support for PipeLine input #102

Open Stephanevg opened 5 years ago

Stephanevg commented 5 years ago

In title

>  gci C:\modules\PSHTML\Code\Classes | Get-CUEnum
throw : The term 'throw' is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct and
try again.
At \\\Modules\psclassutils\2.6.1\PSClassUtils.psm1:1404 char:18
+         $Path = (throw "Please provide a path")
+                  ~~~~~
    + CategoryInfo          : ObjectNotFound: (throw:String) [], CommandNotFoundException
    + FullyQualifiedErrorId : CommandNotFoundException