MSFT_DfsrConnectionInfo, ROOT\Microsoft\Windows\Dfsr

Class | Methods (4) | Properties (15) | Qualifiers (5) | Instances | Namespaces (2)
Samples: VB Script | C# | VB.Net | Search on:Microsoft

Description

This class provides statistical and operational information for each incoming and outgoing connection of the local replication group members.

MSFT_DfsrConnectionInfo methods

MSFT_DfsrConnectionInfo has 4 methods (4 Local)

NameOriginReturn
CheckConnectivityMSFT_DfsrConnectionInfouint32 {'out':True}
ForceDownloadMSFT_DfsrConnectionInfouint32 {'out':True}
ForceFolderReplicationMSFT_DfsrConnectionInfouint32 {'out':True}
ForceReplicationMSFT_DfsrConnectionInfouint32 {'out':True}

MSFT_DfsrConnectionInfo properties

MSFT_DfsrConnectionInfo has 15 properties (15 Local)

NameOriginCIMType
key
ConnectionGuid
MSFT_DfsrConnectionInfo8 [string]
InboundMSFT_DfsrConnectionInfo11 [boolean]
LastErrorCodeMSFT_DfsrConnectionInfo19 [uint32]
LastErrorMessageIdMSFT_DfsrConnectionInfo19 [uint32]
LastSuccessfulSyncTimeMSFT_DfsrConnectionInfo101 [datetime]
LastSyncDurationMSFT_DfsrConnectionInfo19 [uint32]
LastSyncTimeMSFT_DfsrConnectionInfo101 [datetime]
MemberGuidMSFT_DfsrConnectionInfo8 [string]
MemberNameMSFT_DfsrConnectionInfo8 [string]
NextSyncTimeMSFT_DfsrConnectionInfo101 [datetime]
PartnerGuidMSFT_DfsrConnectionInfo8 [string]
PartnerNameMSFT_DfsrConnectionInfo8 [string]
ReplicationGroupGuidMSFT_DfsrConnectionInfo8 [string]
ReplicationGroupNameMSFT_DfsrConnectionInfo8 [string]
StateMSFT_DfsrConnectionInfo19 [uint32]

Detailed description of MSFT_DfsrConnectionInfo methods

Local methods (4) of MSFT_DfsrConnectionInfo class

CheckConnectivity method
Returnuint32 {'out':True}
Description'Checks connectivity with the partner computer'
implementedTrue
CheckConnectivity method is in 1 class (MSFT_DfsrConnectionInfo) of ROOT\Microsoft\Windows\Dfsr and in 4 namespaces
ForceDownload method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ReplicatedFolderGuidstring0-{'Description':'The replicated folder to force replication on','In':True}
Uidstring1-{'Description':'The unique ID of the resource to download','In':True}
Description'Force a download of a specified resource. The connection and bandwidth are controlled by other methods. This method assumes that the connection is on. The unique ID of the resource to be downloaded can be obtained from upstream by quering the IdRecord'
implementedTrue
ForceDownload method is in 1 class (MSFT_DfsrConnectionInfo) of ROOT\Microsoft\Windows\Dfsr and in 4 namespaces
ForceFolderReplication method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
ReplicatedFolderGuidstring0-{'Description':'The replicated folder to force replication on','In':True}
DurationInMinuint321-{'Description':'The duration, in minutes. This value cannot exceed one week (10,080 minutes).','In':True}
Bandwidthuint322-{'Description':'The valid bandwidth level','In':True}
Description'Control replication by forcing a designated folder to replicate. After the duration expires, the DFS Replication service will revert to the configured replication schedule.'
implementedTrue
ForceFolderReplication method is in 1 class (MSFT_DfsrConnectionInfo) of ROOT\Microsoft\Windows\Dfsr and in 4 namespaces
ForceReplication method
Returnuint32 {'out':True}
Parameters
NameCIMTypeIDINOUTQualifiers
Modeuint320-{'Description':'Replication mode. This input variable takes the following values:Obey Schedule - Use configured schedule Sync Now - Ignore configured schedule and replicate now for the given duration Stop Sync - Ignore configured schedule and stop replication for the given duration Sync Until In-Sync - Ignore configured schedule until this member is fully in-sync with its upstream partner ','In':True,'ValueMap':['1', '2', '3', '4'],'Values':['Obey Configured Schedule', 'Sync Now', 'Stop Sync', 'Sync Until In-Sync']}
DurationInMinuint321-{'Description':'The duration, in minutes. This value cannot exceed one week (10,080 minutes).','In':True}
Bandwidthuint322-{'Description':'The valid bandwidth level','In':True}
Description'Control replication by either forcing or suspending. After the duration expires, the DFS Replication service will revert to the configured replication schedule.'
implementedTrue
ForceReplication method is in 1 class (MSFT_DfsrConnectionInfo) of ROOT\Microsoft\Windows\Dfsr and in 4 namespaces

Detailed description of MSFT_DfsrConnectionInfo properties

Local properties (15) of MSFT_DfsrConnectionInfo class

ConnectionGuid property
CIMTYPE'string'
Description'The unique identifier of the connection'
DisplayName'Connection GUID'
keyTrue
MaxLen36
MinLen36
readTrue
ConnectionGuid property is in 4 classes of ROOT\Microsoft\Windows\Dfsr and in 4 namespaces
Inbound property
CIMTYPE'boolean'
Description'Indicates the direction of the connection between the local computer and this partner; it can be incoming or outgoing.'
DisplayName'Incoming Connection'
readTrue
Inbound property is in 4 classes of ROOT\Microsoft\Windows\Dfsr and in 5 namespaces
LastErrorCode property
CIMTYPE'uint32'
Description'The last error code'
DisplayName'Last Error Code'
readTrue
ValueMap['0']
Values['Success']
LastErrorCode property is in 6 classes of ROOT\Microsoft\Windows\Dfsr and in 16 namespaces
LastErrorMessageId property
CIMTYPE'uint32'
Description'The event log message ID that corresponds to the last error code'
DisplayName'Last Error Message ID'
readTrue
ValueMap['0']
Values['Success']
LastErrorMessageId property is in 6 classes of ROOT\Microsoft\Windows\Dfsr and in 4 namespaces
LastSuccessfulSyncTime property
CIMTYPE'datetime'
Description'The time stamp of the last successful sync session since the service was started'
DisplayName'Last Successful Sync Time'
readTrue
LastSuccessfulSyncTime property is in 1 class (MSFT_DfsrConnectionInfo) of ROOT\Microsoft\Windows\Dfsr and in 5 namespaces
LastSyncDuration property
CIMTYPE'uint32'
Description'The duration of the last successful sync session, in seconds'
DisplayName'Last Sync Duration In Seconds'
readTrue
Units'Seconds'
LastSyncDuration property is in 1 class (MSFT_DfsrConnectionInfo) of ROOT\Microsoft\Windows\Dfsr and in 4 namespaces
LastSyncTime property
CIMTYPE'datetime'
Description'The time stamp of the last attempted sync operation'
DisplayName'Last Sync Time'
readTrue
LastSyncTime property is in 1 class (MSFT_DfsrConnectionInfo) of ROOT\Microsoft\Windows\Dfsr and in 5 namespaces
MemberGuid property
CIMTYPE'string'
Description'The unique identifier of the local replication group member'
DisplayName'Member GUID'
MaxLen36
MinLen36
readTrue
MemberGuid property is in 8 classes of ROOT\Microsoft\Windows\Dfsr and in 4 namespaces
MemberName property
CIMTYPE'string'
Description'The member name. This is typically the unqualified DNS name of the local computer.'
DisplayName'Member Name'
readTrue
MemberName property is in 5 classes of ROOT\Microsoft\Windows\Dfsr and in 4 namespaces
NextSyncTime property
CIMTYPE'datetime'
Description'The time stamp of next scheduled sync session'
DisplayName'Next Sync Time'
readTrue
NextSyncTime property is in 1 class (MSFT_DfsrConnectionInfo) of ROOT\Microsoft\Windows\Dfsr and in 4 namespaces
PartnerGuid property
CIMTYPE'string'
Description'The unique identifier of the partner object'
DisplayName'Partner GUID'
MaxLen36
MinLen36
readTrue
PartnerGuid property is in 4 classes of ROOT\Microsoft\Windows\Dfsr and in 4 namespaces
PartnerName property
CIMTYPE'string'
Description'The partner name. This is typically the unqualified DNS name of the partner computer.'
DisplayName'Partner Name'
readTrue
PartnerName property is in 4 classes of ROOT\Microsoft\Windows\Dfsr and in 4 namespaces
ReplicationGroupGuid property
CIMTYPE'string'
Description'The unique identifier of the replication group'
DisplayName'Replication Group GUID'
MaxLen36
MinLen36
readTrue
ReplicationGroupGuid property is in 9 classes of ROOT\Microsoft\Windows\Dfsr and in 4 namespaces
ReplicationGroupName property
CIMTYPE'string'
Description'The name of the replication group that owns this connection'
DisplayName'Replication Group Name'
readTrue
ReplicationGroupName property is in 5 classes of ROOT\Microsoft\Windows\Dfsr and in 4 namespaces
State property
CIMTYPE'uint32'
Description'The current connection state'
DisplayName'Connection State'
readTrue
ValueMap['0', '1', '2', '3']
Values['Connecting', 'Online', 'Offline', 'In Error']
State property is in 6 classes of ROOT\Microsoft\Windows\Dfsr and in 36 namespaces

MSFT_DfsrConnectionInfo Qualifiers

NameValueToInstanceToSubclassOverridableAmendedLocal
ClassVersion'1.0.0'
Description'This class provides statistical and operational information for each incoming and outgoing connection of the local replication group members.'
dynamicTrue
locale'MS_409'
provider'DfsrWMIV2'

MSFT_DfsrConnectionInfo System properties

NameValueOriginCIMTypeLocalArray
__PATH'\\.\ROOT\Microsoft\Windows\Dfsr:MSFT_DfsrConnectionInfo'___SYSTEM8
__NAMESPACE'ROOT\Microsoft\Windows\Dfsr'___SYSTEM8
__SERVER'.'___SYSTEM8
__DERIVATION[]___SYSTEM8
__PROPERTY_COUNT15___SYSTEM3
__RELPATH'MSFT_DfsrConnectionInfo'___SYSTEM8
__DYNASTY'MSFT_DfsrConnectionInfo'___SYSTEM8
__SUPERCLASSnull___SYSTEM8
__CLASS'MSFT_DfsrConnectionInfo'___SYSTEM8
__GENUS1___SYSTEM3

Similar Classes to MSFT_DfsrConnectionInfo

Number of classes:8
Class nameChildsPropertiesMethodsClass
Instances
Child
Instances
AbstractSingleton
MSFT_DfsrConflictInfo0131----
MSFT_DfsrIdRecordInfo017221---
MSFT_DfsrIdUpdateInfo0110----
MSFT_DfsrLocalMemberInfo0801---
MSFT_DfsrReplicatedFolderInfo01361---
MSFT_DfsrServiceInfo0701---
MSFT_DfsrSyncInfo0230----
MSFT_DfsrVolumeInfo0801---
comments powered by Disqus
WUtils.com