Start-DPMDiskRescan
Start-DPMDiskRescan
Scans for disks and disk configuration changes.
Syntax
Parameter Set: Default
Start-DPMDiskRescan [[-DPMServerName] <String> ] [ <CommonParameters>]
Detailed Description
The Start-DPMDiskRescan cmdlet scans for new disks and disk configuration changes on a System Center 2012 – Data Protection Manager (DPM) server.
Parameters
-DPMServerName<String>
Specifies the name of a DPM server that this cmdlet scans.
Aliases |
none |
Required? |
false |
Position? |
1 |
Default Value |
none |
Accept Pipeline Input? |
false |
Accept Wildcard Characters? |
false |
<CommonParameters>
This cmdlet supports the common parameters: -Verbose, -Debug, -ErrorAction, -ErrorVariable, -OutBuffer, and -OutVariable. For more information, see about_CommonParameters (https://go.microsoft.com/fwlink/p/?LinkID=113216).
Inputs
The input type is the type of the objects that you can pipe to the cmdlet.
Outputs
The output type is the type of the objects that the cmdlet emits.
- Job
Examples
Example 1: Scan a disk for configuration changes
This command scans a DPM server for new disks or changes to disk configurations.
PS C:\> Start-DPMDiskRescan -DPMServerName "Contoso-DPMServer"