最終更新:2017-05-14 (日) 02:38:46 (2548d)  

WinAIA
Top / WinAIA

  WinAIAPackage is executed as:
        WinAIA.exe [options] <command>

  Where valid options are:
        -silent
        -output-file <filename>

  And where <command> is one of the following:
        -get [group[ group[ ...]]]
        -set-from-file <filename>
        -set group.field=value [group.field=value [...]]
        -initialize
        -help

  To get everything from the user information area (UIA):
        WinAIA.exe -get

  To get only the OWNERDATA group, silently, while saving the output to a file:
        WinAIAPackage.exe -silent -output-file "\path\to\file\aia_output.txt"
        -get OWNERDATA

  To set the ASSET_NUMBER:
        WinAIA.exe -set "USERASSETDATA.ASSET_NUMBER=ABC 123"

  To set the LEASE_START_DATE
        WinAIA.exe -set LEASEDATA.LEASE_START_DATE=20130101

  To set one of the user-specifiable values:
        WinAIA.exe -set "USERDEVICE.My Field=My Value"