The -like operator allows us to use wildcards to select required objects.
For example, like this.
The -like operator allows us to use wildcards to select required objects.
For example, like this.
Microsoft.PowerShell.Commands.PSPropertyExpression type (it’s type accelerator – [pspropertyexpression]) exists in PowerShell from the beginning, but in version 6.1 it was made public, what makes it accessible to us, as a script and module authors.
What is a delegate? This is an object type, that instantiates by associating with some method so that we can invoke this method by calling the delegate.
Why is this needed? One of the cases – is that we can use delegate as a parameter for another method.
Is PowerShell supports this? Starting with version 6.1 – yes.