傳真裝置: 設定傳真裝置

Microsoft.Windows.Server.2008.FaxServer.FaxDevices.32026.EventCollection (Rule)

傳真服務無法初始化任何指派的傳真裝置。在安裝傳真裝置之前,無法傳送或接收傳真。

Knowledge Base article:

摘要

安裝 [傳真伺服器] 角色之後,傳真裝置就會預設為可傳送,但是不可接收。您必須實際啟用傳真裝置的接收功能。您可以使用 [傳真服務管理員] 設定裝置設定,包括裝置說明和傳輸設定,以及監控裝置的狀態。如需裝置設定及其可能值的清單,請參閱技術參考內容,位於 http://go.microsoft.com/fwlink/?LinkId=91072

解決方式

傳真服務會使用傳真裝置傳送和接抽傳真。您必須至少設定一個傳真裝置,才能傳送和接收傳真。Windows 可在服務啟動時辨識任何新安裝的隨插即用傳真裝置。裝置安裝後,請重新啟動傳真服務,並且依照名為「重新整理傳真服務管理員」的段落重新整理顯示。新裝置出現在 [傳真服務管理員] 中之後,依照名為「啟用傳真裝置傳送」或「啟用傳真裝置接收」的段落設定傳真裝置。

重新整理傳真服務管理員

[傳真服務管理員] 必須重新整理,才會顯示新的傳真裝置。若要重新整理 [傳真服務管理員],您必須重新啟動傳真服務,然後重新整理檢視。

若要重新整理顯示:

啟用傳真裝置傳送

傳真裝置預設為可傳送,但是您可以在需要時,手動啟用裝置進行傳送。

若要啟用傳真裝置傳送:

啟用傳真裝置接收

您必須實際啟用傳真裝置的接收功能,該功能並非預設啟用。

若要啟用傳真裝置接收:

Element properties:

TargetMicrosoft.Windows.Server.2008.FaxServerRole
CategoryAlert
EnabledTrue
Event_ID32026
Event SourceMicrosoft Fax
Alert GenerateTrue
Alert SeverityError
Alert PriorityNormal
RemotableTrue
Alert Message
傳真裝置: 設定傳真裝置
{0}
Event LogApplication

Member Modules:

ID Module Type TypeId RunAs 
DS DataSource Microsoft.Windows.EventProvider Default
Alert WriteAction System.Health.GenerateAlert Default

Source Code:

<Rule ID="Microsoft.Windows.Server.2008.FaxServer.FaxDevices.32026.EventCollection" Enabled="onEssentialMonitoring" Target="Microsoft.Windows.Server.2008.FaxServerRole" ConfirmDelivery="true" Remotable="true" Priority="Normal" DiscardLevel="100">
<Category>Alert</Category>
<DataSources>
<DataSource ID="DS" TypeID="Windows!Microsoft.Windows.EventProvider">
<ComputerName>$Target/Host/Property[Type="Windows!Microsoft.Windows.Computer"]/NetworkName$</ComputerName>
<LogName>Application</LogName>
<Expression>
<And>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="UnsignedInteger">EventDisplayNumber</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="UnsignedInteger">32026</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
<Expression>
<SimpleExpression>
<ValueExpression>
<XPathQuery Type="String">PublisherName</XPathQuery>
</ValueExpression>
<Operator>Equal</Operator>
<ValueExpression>
<Value Type="String">Microsoft Fax</Value>
</ValueExpression>
</SimpleExpression>
</Expression>
</And>
</Expression>
</DataSource>
</DataSources>
<WriteActions>
<WriteAction ID="Alert" TypeID="SystemHealth!System.Health.GenerateAlert">
<Priority>1</Priority>
<Severity>2</Severity>
<AlertOwner/>
<AlertMessageId>$MPElement[Name="Microsoft.Windows.Server.2008.FaxServer.FaxDevices.32026.EventCollection.AlertMessage"]$</AlertMessageId>
<AlertParameters>
<AlertParameter1>$Data/EventDescription$</AlertParameter1>
</AlertParameters>
<Suppression>
<SuppressionValue>$Data/EventDisplayNumber$</SuppressionValue>
<SuppressionValue>$Data/LoggingComputer$</SuppressionValue>
</Suppression>
</WriteAction>
</WriteActions>
</Rule>