Google News
logo
PowerShell - Interview Questions
Mention what are the three ways that PowerShell uses to 'Select'?
* The most common way is in a WMI Query Language (WQL) statement. In this technique Wmiobject uses ‘-query’ to introduce a classic ‘Select * from’ a phrase

* The second context for ‘Select’ in PowerShell is Select-String. This cmdlet checks for a word, phrase or any pattern match

* Another way is Select Object
Advertisement