Bruce Payette

Results 1 issues of Bruce Payette

See this [question on StackOverflow](https://stackoverflow.com/questions/51905423/how-to-explicitly-declare-type-of-a-variable-when-creating-that-variable-with-ne). In the PowerShell language, you can create a type-constrained variable by doing: ```powershell [int] $isInt = 5 ``` however there is also a `New-Variable` cmdlet...

Issue-Enhancement
WG-Cmdlets-Utility
WG-NeedsReview