                                                                     INSTALLATION COMMANDS 

[-tier tier]                        --> The tier name, a logical grouping of applications
[-controller]				 		--> TO pass controller value
[-instance] 			        	--> TO pass instance value 
[-protocol ] 						--> Communication protocol to use (WSS/TCP)
[-tags] 							--> Provide the value for tags
[-port 80]						 	--> Provide the value for Port
[-enable_listen 0] 					--> Provide the value for enable_listen 
[-attributes] 						--> 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 
[-winapp 1] 						--> TO install WindowsApplicationDriver_1.2.1.msi & winsdksetup.exe 
[-poolName] 						--> List of pool names to monitor separated by comma
[-nfIndexPrefix ] 					--> NF Index prefix, use only with nfagent enabled
[-nfServer ] 						--> NF server hostname/IP, use only with nfagent enabled
[-nfEnv] 							--> NF env name, use only with nfagent enabled
[-nfReloadPort ] 					--> NF Reload Port, use only with nfagent enabled
[-upgrade 1] 						--> TO upgrade installer on server 
[-silent ] 						    --> To do silent installation 
[-remoteinstall 1] 					--> TO remote installtion
[-$ndproxy] 						--> keyword for NDproxy setting
[-saas 1] 							--> TO enable saas feature


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 -remoteinstall 1 -udp 1 -winapp 1  -upgrade 1 -silent

