< Back
Send-Tweet
Post
NAME Send-Tweet
SYNOPSIS
This sends a tweet under a username.
SYNTAX
Send-Tweet [-Message] <String> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-Message <String>
The text of the tweet.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
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
System.Management.Automation.PSCustomObject
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Send-Tweet -Message 'hello, world'
This example will send a tweet with the text 'hello, world'.
RELATED LINKS
SYNOPSIS
This sends a tweet under a username.
SYNTAX
Send-Tweet [-Message] <String> [<CommonParameters>]
DESCRIPTION
PARAMETERS
-Message <String>
The text of the tweet.
Required? true
Position? 1
Default value
Accept pipeline input? true (ByValue, ByPropertyName)
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
System.Management.Automation.PSCustomObject
-------------------------- EXAMPLE 1 --------------------------
PS C:\\>Send-Tweet -Message 'hello, world'
This example will send a tweet with the text 'hello, world'.
RELATED LINKS