                                                                     INSTALLATION COMMANDS 

[-tier tier] -- To pass tier value.The tier name a logical grouping of applications
[-controller controller] -- To pass controller value
[-instance instance] -- To pass instance value
[-protocol protocol] -- Communication protocol to use (WSS/TCP)
[-tags tag]-- Provide the value for tags
[-port port] -- Provide the value for Port
[-enable_listen 0] -- Provide the value for enable_listen
[-attributes attribute] -- Provide the value for attributes
[-appAgent 1] -- Install Applicaton Agent, use this if you want to install the app agent
[-machineAgent 1] -- Install Machine Agent, use this if you want to install the machine agent
[-logAgent 1] -- Install Netforest Log Agent, use this if you want to install the log agent
[-nfLogBeat 1] -- Install winlogBeat as NFLogBeat, use this if you want to install
[-udp 1] -- To enable udp option
[-poolName poolName] -- List of pool names to monitor separated by comma
[-winapp 1] -- To install WindowsApplicationDriver_1.2.1.msi & winsdksetup.exe
[-nfIndexPrefix ] -- NF Index prefix, use only with nfagent enabled
[-nfServer nfserver] -- NF server hostname/IP, use only with nfagent enabled
[-nfEnv nfEnv] -- NF env name, use only with nfagent enabled
[-nfReloadPort nfReloadPort] -- NF Reload Port, use only with nfagent enabled
[-upgrade ] -- To upgrade installer on server
[-uninstall ] -- To uninstall installer on server
[-silent ] -- To do silent installation
[-remoteinstall 1] -- To remote installtion
[-ndproxy proxyip:port] -- keyword for NDproxy setting
[-saas 1] -- To enable saas feature
[-hostfile hostfile.txt] -- For remoteinstall
[Hostfile format] - <username>:<password>:<ip>


Example

.\install.ps1 -appAgent 1 -machineAgent 1 -logAgent 0  -tier tier -nfServer 10.20.0.74:7676 -controller 10.20.0.74:7892 -instance Instance1  -poolName  pool1 pool2 -port 80 -enable_listen 1 -udp 1 -winapp 1  -upgrade  -remoteinstall 1 -hostfile hostfile.txt -silent