< Back
Set-MVPOnlineIdentity
Post
NAME Set-MVPOnlineIdentity
SYNOPSIS
Invoke the PutOnlineIdentity REST API
SYNTAX
Set-MVPOnlineIdentity [-ID] <Int32> [[-SocialNetwork] <String>] [[-URL] <String>] [-AllowMicrosoftToQueryMyId]
[[-Visibility] <String>] [<CommonParameters>]
DESCRIPTION
Updates an Online Identity
PARAMETERS
-ID <Int32>
Specify the Id of the online identity in a int32 format
Required? true
Position? 1
Default value 0
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-SocialNetwork <String>
Specify the Social Network
Required? false
Position? 2
Default value Twitter
Accept pipeline input? false
Accept wildcard characters? false
-URL <String>
Specify the URL
Required? false
Position? 3
Default value https://mvpapi.azure-api.net
Accept pipeline input? false
Accept wildcard characters? false
-AllowMicrosoftToQueryMyId [<SwitchParameter>]
Specify if you want to allo Microsoft to query the ID
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Visibility <String>
Specify the Visbility (see Get-MVPContributionVisibility)
Required? false
Position? 4
Default value Microsoft
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:\\>Get-MVPOnlineIdentity -ID 123872 |
Set-MVPOnlineIdentity -Verbose -SocialNetwork Code
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-MVPOnlineIdentity -ID 123872 |
Set-MVPOnlineIdentity -Verbose -URL 'https://facebook.com/myprofile'
RELATED LINKS
SYNOPSIS
Invoke the PutOnlineIdentity REST API
SYNTAX
Set-MVPOnlineIdentity [-ID] <Int32> [[-SocialNetwork] <String>] [[-URL] <String>] [-AllowMicrosoftToQueryMyId]
[[-Visibility] <String>] [<CommonParameters>]
DESCRIPTION
Updates an Online Identity
PARAMETERS
-ID <Int32>
Specify the Id of the online identity in a int32 format
Required? true
Position? 1
Default value 0
Accept pipeline input? true (ByValue, ByPropertyName)
Accept wildcard characters? false
-SocialNetwork <String>
Specify the Social Network
Required? false
Position? 2
Default value Twitter
Accept pipeline input? false
Accept wildcard characters? false
-URL <String>
Specify the URL
Required? false
Position? 3
Default value https://mvpapi.azure-api.net
Accept pipeline input? false
Accept wildcard characters? false
-AllowMicrosoftToQueryMyId [<SwitchParameter>]
Specify if you want to allo Microsoft to query the ID
Required? false
Position? named
Default value False
Accept pipeline input? false
Accept wildcard characters? false
-Visibility <String>
Specify the Visbility (see Get-MVPContributionVisibility)
Required? false
Position? 4
Default value Microsoft
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:\\>Get-MVPOnlineIdentity -ID 123872 |
Set-MVPOnlineIdentity -Verbose -SocialNetwork Code
-------------------------- EXAMPLE 2 --------------------------
PS C:\\>Get-MVPOnlineIdentity -ID 123872 |
Set-MVPOnlineIdentity -Verbose -URL 'https://facebook.com/myprofile'
RELATED LINKS