Syntax
Remove-VasaProvider [-Provider] <VasaProvider[]> [-Server <VIServer[]>] [-WhatIf] [-Confirm] [<CommonParameters>]Related Commands
Online versionDetailed Description
This cmdlet unregisters the specified VASA providers.Parameters
Return Type
NoneNotes
Examples
-------------- Example 1 --------------
Remove-VasaProvider -Provider $provider -Confirm:$false
Unregisters the $provider VASA provider from the Storage Monitoring Service without asking for confirmation.