Get.Data
Top  Previous  Next


Gets NTinfo data - basically the same as clicking the scan button in NTinfo

The Get.Data syntax depends on the NTreport.FlowMode setting.

FlowMode=1 (default)

Get.Data Source  
 
Source  
Options: *ALL* | DomainName | *LIST* | \\ComputerName | %LocalMachine%  
 
*ALL* - get data from all domains in network  
 
DomainName - specify a domain name to get data from a specific domain  
 
*LIST* - get data from a list of machines, see how to scan a list of machines  
 
\\ComputerName - specify a computer name to get data from a specific machine  
 
%LocalMachine% - get data from the local machine  
 
%Ask% - displays an input box where you can enter a machine name  

FlowMode=2

Get.Data  
(No parameters)  
 
The Get.Data command must be put inside a Machines.Loop..Machines.EndLoop statement. Get.Data gets data from the current machine in the Machines.Loop..Machines.EndLoop statement, not possible to specify a domain.