You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: documentation/documents/psframework/utility.md
+11-7Lines changed: 11 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,22 +7,22 @@ title: PSFramework: Utility
7
7
8
8
## Synopsis
9
9
10
-
Utility is the catch-all category for individual commands that do not fit into any more specific category or would be a category ontu themselves.
10
+
Utility is the catch-all category for individual commands and features that do not fit into any more specific category or would be a category ontu themselves.
11
11
12
12
## Commands
13
13
14
14
### Select-PSFObject
15
15
16
16
`Select-PSFObject` completely replaces `Select-Object`, offering all of its functionality, but offering greater input comfort and more readable code by avoiding hashtables for simple operations. It also adds the ability to extend an object, rather than building a new object, fully replacing `Add-Member`.
@@ -33,10 +33,14 @@ This is where Argument Transformation Attributes can shine:
33
33
34
34
+[ScriptTransformation](utility/ScriptTransformation.html): Implement your own conversion logic in script.
35
35
36
+
### PSFramework Hashtables
37
+
38
+
Hashtables are awesome!
39
+
But they could be even better.
40
+
Introducing the PSFramework Hashtables, extending hashtables to include default values, passing through unknown key or even dynamically calculating the result of an unexpected key!
0 commit comments