FaxPrinterIsShared

FaxPrinterIsShared specifies whether the fax printer is shared and whether remote users can use the server as a shared fax server.

Values

true

Specifies that the fax printer is shared.

false

Specifies that the fax printer is not shared. This is the default value.

Valid Passes

specialize

Parent Hierarchy

Microsoft-Windows-Fax-Service | FaxUnattend | FaxPrinterIsShared

Applies To

For the 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>902.34.567</SmtpServerAddress>
   <SmtpServerAuthenticationMechanism>1</SmtpServerAuthenticationMechanism>
   <SmtpServerPort>26</SmtpServerPort>
</Receipts>

See Also

Concepts

FaxUnattend