The following is an example of how a plug-in module can be used in a central network location. For more information about the plug-in modules, see Maya module paths, folders and versions.
//networkPath/share/modFolder/scripts
//networkPath/share/modFolder/presets
//networkPath/share/modFolder/*PLATFORM*/bin
//networkPath/share/modFolder/*PLATFORM*/bin/image
//networkPath/share/modFolder/*PLATFORM*/plug-ins
+ PLATFORM:win64 myModule 1.10.1.x ../modFolder/win64 MYMODULE_LOCATION:= MYMODULE_SHADERS_LOCATION:=shaders MYMODULE_INCLUDE_LOCATION:=shaders/include MOD_PLUG_IN_PATH+:=bin/image PATH+:=bin icons: ../icons presets: ../presets scripts: ../scripts + PLATFORM:win32 myModule 1.10.1.x ../modFolder/win32 MYMODULE_LOCATION:= MYMODULE_SHADERS_LOCATION:=shaders MYMODULE_INCLUDE_LOCATION:=shaders/include MOD_PLUG_IN_PATH+:=bin/image PATH+:=bin icons: ../icons presets: ../presets scripts: ../scripts + PLATFORM:mac myModule 1.10.1.x ../modFolder/mac MYMODULE_LOCATION:= MYMODULE_SHADERS_LOCATION:=shaders MYMODULE_INCLUDE_LOCATION:=shaders/include MOD_PLUG_IN_PATH+:=bin/image PATH+:=bin icons: ../icons presets: ../presets scripts: ../scripts + PLATFORM:linux myModule 1.10.1.x ../modFolder/linux MYMODULE_LOCATION:= MYMODULE_SHADERS_LOCATION:=shaders MYMODULE_INCLUDE_LOCATION:=shaders/include MOD_PLUG_IN_PATH+:=bin/image PATH+:=bin icons: ../icons presets: ../presets scripts: ../scripts