1. Go to the Software section of your K1000
2. Select Choose Action > New
3. Name it something that makes sense to you. Hard Drive info:
4. Select your Supported Operating Systems
4. Finally add one of the following commands under the Custom Inventory Section
ShellCommandTextReturn(wmic diskdrive get InterfaceType,Model /format:list)
or ShellCommandTextReturn(wmic diskdrive get * /format:list) Note: This option will return significant amounts of information. This option is best for testing to see what information is available.
Next time your systems check in, this information will be populated under Custom Inventory.
Comments