BACK TO INDEX

Win32_ShadowContext
The Win32_ShadowContext class is used to specify how a shadow copy is to be created, queried, or deleted and the degree of writer involvment.
NameSpace Path
\ROOT\CIMV2
PROPERTYSMS_REPORTCIMTYPEDESCRIPTION
CaptionStringA short textual description (one-line string) of the CIM_Setting object.
ClientAccessibleBooleanThe ClientAccessible property is indicates whether the shadow copy was created by the Windows Previous Versions component.
DescriptionStringA textual description of the CIM_Setting object.
DifferentialBooleanThe Differential property indicates whether the shadow copy was created by a differential shadow copy provider. The provider can be implemented in hardware or software.
ExposedLocallyBooleanThe ExposedLocally property indicates whether the shadow copy is exposed on the local machine with a drive letter or mount point. If this flag and the ExposedRemotely flag is not set, the shadow copy is hidden.
ExposedRemotelyBooleanThe ExposedRemotely property indicates whether the shadow copy is exposed on a remote machine with a network share. If this flag and the ExposedLocally flag is not set, the shadow copy is hidden.
HardwareAssistedBooleanThe HardwareAssisted property indicates whether the shadow copy was created by a hardware shadow copy provider.
ImportedBooleanThe Imported property indicates whether the shadow copy was imported onto this machine using the Import method rather than created using the ShadowCopy create method.
NameStringThe name of the context
NoAutoReleaseBooleanThe NoAutoRelease property indicates whether the shadow copy is automatically deleted when the shadow copy requestor process ends. If this property is TRUE, the shadow copy is retained after the requestor process ends.
NotSurfacedBooleanThe shadow copy is not currently in the device namespace of the local machine.
NoWritersBooleanThe NoWriters property indicates whether the shadow copy was created with the involvement of shadow copy writer components.
PersistentBooleanThe Persistent property indicates whether the shadow copy is persistent across reboots.
PlexBooleanThe Plex property indicates whether the shadow copy was created by a split mirror shadow copy provider. The provider can be implemented in hardware or software.
SettingIDStringThe identifier by which the CIM_Setting object is known.
TransportableBooleanThe Transportable property indicates whether the shadow copy can be surfaced on another machine. If this property is FALSE and the volumes are surfaced locally, it may not be possible to surface them later on a different machine.
SAMPLE DATA INSTANCE
   [LOCALE(1033): ToInstance Amended]
   instance of Win32_ShadowContext
   {
    ClientAccessible = TRUE;
    Description = "The ClientAccessible Win32_ShadowContext specifies a read-only, client-accessible shadow copy supporting the Previous Versions Server feature. Only the system provider (the default provider available on the system) can create this type of shadow copy.";
    Differential = FALSE;
    ExposedLocally = FALSE;
    ExposedRemotely = FALSE;
    HardwareAssisted = FALSE;
    Imported = FALSE;
    Name = "ClientAccessible";
    NoAutoRelease = TRUE;
    NotSurfaced = FALSE;
    NoWriters = TRUE;
    Persistent = TRUE;
    Plex = FALSE;
    Transportable = FALSE;
   };