EZOut

Taking the Fight out of PowerShell Formatting

EZOut helps you to control the look of output from content in PowerShell. EZOut simplifies the process of making Format XML, and trying that XML out in PowerShell. You can use EZOut to change formatting and type information on the fly, or use it to help author files to use with your PowerShell modules.
Write a Format View Write a Type View Write a Property Set More About EZOut Walkthrus Download

Powered With

System.Management.Automation.RuntimeException: You cannot call a method on a null-valued expression. at System.Management.Automation.ParserOps.CallMethod(Token token, Object target, String methodName, Object[] paramArray, Boolean callStatic, Object valueToSet) at System.Management.Automation.MethodCallNode.InvokeMethod(Object target, Object[] arguments, Object value) at System.Management.Automation.MethodCallNode.Execute(Array input, Pipe outputPipe, ExecutionContext context) at System.Management.Automation.AssignmentStatementNode.Execute(Array input, Pipe outputPipe, ExecutionContext context) at System.Management.Automation.StatementListNode.ExecuteStatement(ParseTreeNode statement, Array input, Pipe outputPipe, ArrayList& resultList, ExecutionContext context) At line:143 char:45 + $topicName = $topic.Name.Replace <<<< (".help.txt","")
Microsoft.PowerShell.Commands.HelpNotFoundException: Cannot find Help for topic "Making Select-Object Simpler with PropertySets". At line:149 char:37 + Topic = Get-Help <<<< $topicName