SCCMでMAC, Unix/LinuxのみメンバとするWQL

非常に簡単ですが、以下のWQLでMac OSのみをメンバとすることが出来ます。 Select SMS_R_System.ClientEdition from SMS_R_System where SMS_R_System.ClientEdition = 5 同様に以下のクエリでUnix/Linux端末のみをメンバとすることが出来ます。 Select SMS_R_System.ClientEdition from SMS_R_System where SMS_R_System.ClientEdition = 11 とりあえず管理されるべき端末にエージェントを入れておきさえすればあとは様々な形で柔軟にコレクションを作成し、管理していけるのはSCCMの大きな強みです。

September 18, 2015 · 1 min · 胡田昌彦

SystemCenter 2012 SP1でサポートするLinux, UNIX

以下のブログで、現在のSystemCenter 2012 SP1でサポートされているLinux, UNIXシステムの一覧がまとめられています。結構サポートされるものが増えた印象です。 Linux Support on System Center 2012 SP1

March 7, 2013 · 1 min · 胡田昌彦

SystemCenter 2012 SP1でサポートするLinux, UNIX

SystemCenter関連の記事は以下のブログに移行しました。 - [System Center Blog](http://ebi.dyndns.biz/systemcenter/) この記事は以下の記事に移行しました。 - [SystemCenter 2012 SP1でサポートするLinux, UNIX | System Center Blog](http://ebi.dyndns.biz/systemcenter/2013/03/07/systemcenter-2012-sp1%E3%81%A7%E3%82%B5%E3%83%9D%E3%83%BC%E3%83%88%E3%81%99%E3%82%8Blinux-unix/)

March 7, 2013 · 1 min · 胡田昌彦