I suspect somewhat like JavaScript which was not used in a particularly flexible or subtle way at first, that powershell has enormous potential and it just needs people to understand and use it to it's full capacity (in a possibly similar way to jquery libraries "on top of basic JavaScript")?
The 70-433 requires basic familiarity:
"Get-Item . | Get-ChildItem" cmdlet
returns "index names for table employees" when applied to the "indexes location"
(i.e. path SQLSERVER:SQL\Srv1\DEFAULT\Databases\Tables\Employees\Indexes)
returns "column names for table employees" when applied to the "columns location"
(i.e. path SQLSERVER:SQL\Srv1\DEFAULT\Databases\Tables\Employees\Columns)
"Get-Item . | Get-Member -type Properties " cmdlet
returns "all properties for table employees" when applied to the "tables location"
(i.e. path SQLSERVER:SQL\Srv1\DEFAULT\Databases\Tables\Employees)
No comments:
Post a Comment