Server_List

Reference:        Insert Server Lists

                        Create and Manage Server Lists 

                        Script Editor Program
                        Alphabetical Command List 

                        Topical Command List

Open Syntax Window

MoveServerServersList TypeFolder TypeTypeNameList

You choose the Servers type when you intend to include the list in the script.  This is referred to as a static list.  The list of servers is followed by the End_List command.  The Server List type and the Folders type are both dynamic lists that do not result in the server names being stored within the script.  Click on the List Type entries above to see these variations of this command dialog.

Server lists are available not only for usage with the “!” naming variant, but will resolve the %RN wildcard value when occurring within anEach_Server conditional scope.  This allows you to create scripts that are completely dependent on the %RN wildcard.

All server lists are processed at compile time.  They do not appear in the compiled script file itself, but merely provide a shorthand way of writing scripts.  For this reason, the actions that appear in a compiled script are the result of any server list expansions.  Fully dynamic operation is achieved using the Recompile command.