Resume-Wms Disk Protection

Switches disk protection to discard mode.

Syntax

Resume-WmsDiskProtection
      [-Server <String>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

The Resume-WmsDiskProtection cmdlet switches the disk protection feature from passive mode to discard mode, and restarts the computer to apply the state change.

Examples

Example 1: Switch to discard mode

PS C:\> Resume-WmsDiskProtection -Server "sample.microsoft.com"

This command changes the disk protection feature configuration from passive to discard mode, and the computer is restarted to apply the state change.

Optional Parameters

-Confirm

Prompts you for confirmation before running the cmdlet.

Type: SwitchParameter
Aliases: cf
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False
-Server

Specifies the fully qualified host name of the MultiPoint Server that is the target of the command. The default is localhost.

Type: String
Aliases: ComputerName
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False
-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type: SwitchParameter
Aliases: wi
Position: Named
Default value: False
Accept pipeline input: False
Accept wildcard characters: False