Powershell學習之旅 - Object Type
2018-08-01
Powershell是一種typed的語言,和其它同種的語言比,它有一個我認為比較特別的地方,就是它支援不同的Object typ。Windows世界裏幾個大的Object家族它都支持:
- Common Object Model (COM)
- .Net
- Windows Management Instrumentation (WMI), 它是Management Object Format格式
- ActiveX Data Objects
- Active Directory Services Interface (ADSI)
- XML
Powershell是用adaptor的方式去和不同格式的object聯絡,此Topic沒有太多人有興趣所以書中並沒有提及。