Start-DPMDiskRescan
Scans for disks and disk configuration changes.
Syntax
Default (Default)
Start-DPMDiskRescan
[[-DPMServerName] <String>]
[<CommonParameters>]
Description
The Start-DPMDiskRescan cmdlet scans for new disks and disk configuration changes on a System Center - Data Protection Manager (DPM) server.
Examples
Example 1: Scan a disk for configuration changes
PS C:\>Start-DPMDiskRescan -DPMServerName "Contoso-DPMServer"
This command scans a DPM server for new disks or changes to disk configurations.
Parameters
-DPMServerName
Specifies the name of a DPM server that this cmdlet scans.
Parameter properties
Type: | String |
Default value: | None |
Supports wildcards: | False |
DontShow: | False |
Parameter sets
(All)
Position: | 1 |
Mandatory: | False |
Value from pipeline: | False |
Value from pipeline by property name: | False |
Value from remaining arguments: | False |
CommonParameters
This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.