James O’Neill
Blogs, Articles, and Posts
On Preferences and Scopes
(devblogs.microsoft.com)
Progress in PowerShell: a tale of Verbosity and other preferences with lessons in Scopes and Proxies
By: James O'Neill submitted:Jun 16 2022
Progress in PowerShell: a tale of Verbosity and other preferences with lessons in Scopes and Proxies
thrown in
By: James O'Neill submitted:Jun 16 2022
The classy way to complete and validate PowerShell Parameters
(jamesone111.wordpress.com)
Do you ever wonder why PowerShell parameters are written the way they are? For example, when saying
By: James O'Neill submitted:Jun 15 2022
Do you ever wonder why PowerShell parameters are written the way they are? For example, when saying
a parameter may have a value of null why does the attribute need to be written [AllowNull()] with an empty () ?
By: James O'Neill submitted:Jun 15 2022