< Back

Remove-MVPOnlineIdentity

Sat Jan 18, 2020 4:54 pm

NAME Remove-MVPOnlineIdentity



SYNOPSIS

Invoke the DeleteOnlineIdentity REST API





SYNTAX

Remove-MVPOnlineIdentity [-ID] <Int32> [-WhatIf] [-Confirm] [<CommonParameters>]





DESCRIPTION

Deletes an online identity





PARAMETERS

-ID <Int32>

It's the id of an online identity



Required? true

Position? 1

Default value 0

Accept pipeline input? false

Accept wildcard characters? false



-WhatIf [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



-Confirm [<SwitchParameter>]



Required? false

Position? named

Default value

Accept pipeline input? false

Accept wildcard characters? false



<CommonParameters>

This cmdlet supports the common parameters: Verbose, Debug,

ErrorAction, ErrorVariable, WarningAction, WarningVariable,

OutBuffer, PipelineVariable, and OutVariable. For more information, see

about_CommonParameters (https:/go.microsoft.com/fwlink/?LinkID=113216).



INPUTS



OUTPUTS



-------------------------- EXAMPLE 1 --------------------------



PS C:\\>















RELATED LINKS