From: alex on
I have a sbs 2003 where I use the fax server to send and receive. I need to
disable incoming fax during the night, leaving the possibility of send.
Is possible to do it? Maybe with script?
Thank you.
Alessandro


From: Lanwench [MVP - Exchange] on
alex <alexbelli(a)nospam.nospam> wrote:
> I have a sbs 2003 where I use the fax server to send and receive. I
> need to disable incoming fax during the night, leaving the
> possibility of send. Is possible to do it? Maybe with script?
> Thank you.
> Alessandro

Not sure if this would work, but if you stop the fax service via scheduled
task at night and start it in the morining via another scheduled task, that
might do it.

net stop fax
net start fax

If this doesn't work, try posting in microsoft.public.windows.server.sbs as
SBS does many things its own way and that's the best place to ask SBS
questions.


From: alex on
thank you but is not what I need, because I should leave the possibility of
send fax always.
"Lanwench [MVP - Exchange]"
<lanwench(a)heybuddy.donotsendme.unsolicitedmailatyahoo.com> ha scritto nel
messaggio news:Ot8KGDjLKHA.4432(a)TK2MSFTNGP03.phx.gbl...
> alex <alexbelli(a)nospam.nospam> wrote:
>> I have a sbs 2003 where I use the fax server to send and receive. I
>> need to disable incoming fax during the night, leaving the
>> possibility of send. Is possible to do it? Maybe with script?
>> Thank you.
>> Alessandro
>
> Not sure if this would work, but if you stop the fax service via scheduled
> task at night and start it in the morining via another scheduled task,
> that might do it.
>
> net stop fax
> net start fax
>
> If this doesn't work, try posting in microsoft.public.windows.server.sbs
> as SBS does many things its own way and that's the best place to ask SBS
> questions.
>


From: alex on
I find a key

[HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fax]
"QueueState"=dword:00000001
that control this. I try to modify by a script and restart the service

"Lanwench [MVP - Exchange]"
<lanwench(a)heybuddy.donotsendme.unsolicitedmailatyahoo.com> ha scritto nel
messaggio news:Ot8KGDjLKHA.4432(a)TK2MSFTNGP03.phx.gbl...
> alex <alexbelli(a)nospam.nospam> wrote:
>> I have a sbs 2003 where I use the fax server to send and receive. I
>> need to disable incoming fax during the night, leaving the
>> possibility of send. Is possible to do it? Maybe with script?
>> Thank you.
>> Alessandro
>
> Not sure if this would work, but if you stop the fax service via scheduled
> task at night and start it in the morining via another scheduled task,
> that might do it.
>
> net stop fax
> net start fax
>
> If this doesn't work, try posting in microsoft.public.windows.server.sbs
> as SBS does many things its own way and that's the best place to ask SBS
> questions.
>


From: Lanwench [MVP - Exchange] on
alex <alexbelli(a)nospam.nospam> wrote:
> I find a key
>
> [HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Fax]
> "QueueState"=dword:00000001
> that control this. I try to modify by a script and restart the service

Did it work?

>
> "Lanwench [MVP - Exchange]"
> <lanwench(a)heybuddy.donotsendme.unsolicitedmailatyahoo.com> ha scritto
> nel messaggio news:Ot8KGDjLKHA.4432(a)TK2MSFTNGP03.phx.gbl...
>> alex <alexbelli(a)nospam.nospam> wrote:
>>> I have a sbs 2003 where I use the fax server to send and receive. I
>>> need to disable incoming fax during the night, leaving the
>>> possibility of send. Is possible to do it? Maybe with script?
>>> Thank you.
>>> Alessandro
>>
>> Not sure if this would work, but if you stop the fax service via
>> scheduled task at night and start it in the morining via another
>> scheduled task, that might do it.
>>
>> net stop fax
>> net start fax
>>
>> If this doesn't work, try posting in
>> microsoft.public.windows.server.sbs as SBS does many things its own
>> way and that's the best place to ask SBS questions.