<# .NAME WarrantyInfo System Script 1 .ABOUT Script collects warranty information from the computer that it is run on and then adds the information to WMI so it can be collected by SCCM .INFO Copyright Ryan McLean 2011 ryan1 underscore 00 at hotmail antispam dot co dot uk .VERSION 0.1 #> # 1/3 - WarrantyInfo Scripts # Create location for file to be stored $warrantyInfoDir = "c:\warrantyinfo" $(MkDir $warrantyInfoDir).Attributes = 'Hidden'