EZOut icon indicating copy to clipboard operation
EZOut copied to clipboard

View Metadata should be exported into `.types.ps1xml`

Open StartAutomating opened this issue 1 year ago • 0 comments

View metadata should be available within a .types.ps1xml, in a typename with the format: View.$TypeName.

This should include a ScriptMethod for any defined .view.ps1 file, as well the names of each type of view.

For example: View.$TypeName.ViewName(s) = @{Table='x','y','z';List='a','b','c';Custom='e','f','g'}

StartAutomating avatar Jun 30 '24 23:06 StartAutomating