FaxUnattend

FaxUnattend specifies details about sending, receiving, printing, and saving faxes.

Child Elements

Setting Description
Csid Specifies the called subscriber ID (CSID) transmitted to the sending fax machine when receiving incoming faxes.
FaxPrinterIsShared Specifies if the fax printer is shared and if remote users can use the server as a shared fax server.
ReceiveFaxes Specifies whether the fax service answers incoming calls on a device. This entry applies to existing and new fax devices.
Rings Specifies the number of rings before the fax service answers the telephone. This entry applies to existing and new fax devices.
RouteFolderName Specifies the folder name to which the fax service automatically routes and saves incoming faxes.
RoutePrinterName Specifies the printer name to which the fax service routes (prints) incoming faxes automatically.
RouteToFolder Specifies whether to route incoming faxes to a folder.
RouteToPrinter Specifies whether to route incoming faxes to a printer.
SendFaxes Specifies whether the fax service uses a device to send faxes. This entry applies to existing and new fax devices.
Tsid Specifies the transmitting subscriber ID (TSID) sent by the fax device to a receiving fax machine.

Valid Configuration Passes

specialize

Parent Hierarchy

Microsoft-Windows-Fax-Service | FaxUnattend

Applies To

For a list of the supported Windows editions and architectures that this component supports, see Microsoft-Windows-Fax-Service.

XML Example

The following XML output shows how to set fax settings.

<Fax>
   <ArchiveFaxes>false</ArchiveFaxes>
   <IncomingFaxesArePublic>false</IncomingFaxesArePublic>
   <ArchiveFolderName>C:\MyFaxArchives</ArchiveFolderName>
</Fax>
<FaxUnattend>
   <FaxPrinterIsShared>true</FaxPrinterIsShared>
   <ReceiveFaxes>false</ReceiveFaxes>
   <Rings>6</Rings>
   <RouteToFolder>true</RouteToFolder>
   <RouteToPrinter>true</RouteToPrinter>
   <SendFaxes>true</SendFaxes>
   <Csid>Fax1</Csid>
   <Tsid>Fax1</Tsid>
   <RouteFolderName>C:\Router</RouteFolderName>
   <RoutePrinterName>C:\Printer</RoutePrinterName>
</FaxUnattend>
<Receipts>
   <FaxUserName>MyUserName</FaxUserName>
   <FaxUserPassword>MyPassword</FaxUserPassword>
   <SmtpNotificationsEnabled>true</SmtpNotificationsEnabled>
   <SmtpSenderAddress>MyUserName@fabrikam.com</SmtpSenderAddress>
   <SmtpServerAddress>207.46.197.32</SmtpServerAddress>
   <SmtpServerAuthenticationMechanism>1</SmtpServerAuthenticationMechanism>
   <SmtpServerPort>26</SmtpServerPort>
</Receipts>

Microsoft-Windows-Fax-Service