Skip to content

Latest commit

 

History

History
72 lines (50 loc) · 1.49 KB

Remove-IntersightSmtpPolicy.md

File metadata and controls

72 lines (50 loc) · 1.49 KB
external help file Module Name online version schema
Intersight.PowerShell.dll-Help.xml
Intersight.PowerShell
2.0.0

Remove-IntersightSmtpPolicy

SYNOPSIS

Remove the SmtpPolicy

SYNTAX

Remove-IntersightSmtpPolicy -Moid <String> [<CommonParameters>]

DESCRIPTION

Delete a 'SmtpPolicy' resource.

EXAMPLES

Example 1

PS C:\> Remove-IntersightSmtpPolicy -Moid "xxxxxxxxxxxxxxxxxxxxxxxxxxx"

Above cmdlet removes the specified SmtpPolicy

Example 2

PS C:\>Get-IntersightSmtpPolicy -Name "MoName"|  Remove-IntersightSmtpPolicy

Above cmdlet pipes the output of Get cmdlet to Remove cmdlet

PARAMETERS

-Moid

Specifyies the Moid of SmtpPolicy.

Type: String
Parameter Sets: (All)
Aliases:

Required: True
Position: Named
Default value: None
Accept pipeline input: True (ByPropertyName)
Accept wildcard characters: False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutVariable, -OutBuffer, -PipelineVariable, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

INPUTS

System.String

OUTPUTS

System.Object

NOTES

RELATED LINKS

Get-IntersightSmtpPolicy

New-IntersightSmtpPolicy

Set-IntersightSmtpPolicy