| 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 | |||
| PROPERTY | SMS_REPORT | CIMTYPE | DESCRIPTION |
| Caption | String | A short textual description (one-line string) of the CIM_Setting object. | |
| ClientAccessible | Boolean | The ClientAccessible property is indicates whether the shadow copy was created by the Windows Previous Versions component. | |
| Description | String | A textual description of the CIM_Setting object. | |
| Differential | Boolean | The Differential property indicates whether the shadow copy was created by a differential shadow copy provider. The provider can be implemented in hardware or software. | |
| ExposedLocally | Boolean | The 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. | |
| ExposedRemotely | Boolean | The 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. | |
| HardwareAssisted | Boolean | The HardwareAssisted property indicates whether the shadow copy was created by a hardware shadow copy provider. | |
| Imported | Boolean | The Imported property indicates whether the shadow copy was imported onto this machine using the Import method rather than created using the ShadowCopy create method. | |
| Name | String | The name of the context | |
| NoAutoRelease | Boolean | The 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. | |
| NotSurfaced | Boolean | The shadow copy is not currently in the device namespace of the local machine. | |
| NoWriters | Boolean | The NoWriters property indicates whether the shadow copy was created with the involvement of shadow copy writer components. | |
| Persistent | Boolean | The Persistent property indicates whether the shadow copy is persistent across reboots. | |
| Plex | Boolean | The 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. | |
| SettingID | String | The identifier by which the CIM_Setting object is known. | |
| Transportable | Boolean | The 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;    }; | |||