WINSERVICE CONTINUE

    Usage: WINSERVICE CONTINUE <service name>

    Returns a service that has been paused to normal operation.

    Example:
    /as winservice continue awhost32

    To get the exact service name use the LIST command. This will undo the WINSERVICE PAUSE command.


    WINSERVICE DISABLE

    Usage: WINSERVICE DISABLE

    Disables the WinService command group. You can only reenable WinService by shutting down the server, editing the ConfRoom.conf file, and restarting ConferenceRoom.

    Example:
    /as winservice disable

    Use this command if you do not wish to be able to remotely start and stop NT services. This may be a concern on servers that have shared services.

    Note: In the ConfRoom.conf file find the line 'WINSERVICE DISABLE' and delete it. Save the file and restart the server and winservice will function again. This command is only valid for WindowsNT and WIndows2000 servers.


    WINSERVICE LIST

    Usage: WINSERVICE LIST

    Returns the list of services you can affect, both active and inactive.

    Example:
    /as winservice list

    This is very useful for getting the exact name for a service so that you can use other WINSERVICE commands.


    WINSERVICE PAUSE

    Usage: WINSERVICE PAUSE <service name>

    Pause a service that is running.

    Example:
    /as winservice pause awhost32

    To get the exact service name use the WINSERVICE LIST command. Use WINSERVICE CONTINUE to unpause a service.


    WINSERVICE START

    Usage: WINSERVICE START <service name>

    Starts a service that is stopped.

    Example:
    /as winservice start awhost32

    To get the exact service name use the WINSERVICE LIST command.


    WINSERVICE STOP

    Usage: WINSERVICE STOP <service name>

    Stops a service that is running.

    Example:
    /as winservice stop awhost32

    To get the exact service name use the LIST command.