Hi Adriano, > To save a state: servermanager.SaveState() > > To load a state: servermanager.LoadState() > > If there is a command you are looking for that doesn't appear using dir(), > then try dir(servermanager) as it may be hiding in there somewhere. Thanks a lot. Fabian