-
Jeffery Hicks wrote a new post,
Use splatting and PSBoundParameters to pass parameters in PowerShell 7 months ago
The automatic variable PSBoundParameters stores the parameters that you explicitly passed to a function in a hash table. With the help of splatting, you can use this PowerShell feature to simplify passing of parameters to functions.
-
Jeffery Hicks wrote a new post,
Using PowerShell with $PSStyle 1 year, 4 months ago
PowerShell 7.2 introduced the automatic variable $PSStyle for a new feature called PSAnsiRendering. In this post, I show you how you can use ANSI rendering to control text decorations, such as color and font styling, in PowerShell.
-
Jeffery Hicks changed their profile picture 1 year, 4 months ago
-
Jeffery Hicks's profile was updated 1 year, 4 months ago
-
Jeffery Hicks changed their profile picture 7 years, 3 months ago
-
Jeffery Hicks wrote a new post 9 years ago
A question I hear often is how to track what computer a user has logged on to. Usually the implication is that the Windows administrator wants a central source that she can easily check. Well what is more central […]
-
Jeffery Hicks wrote a new post 9 years ago
Even though I am going to show you how to set up a Group Policy to run a PowerShell script, I encourage you to think about what you really need to accomplish. Many people still use logon scripts, for example, to […]