Update-GSTasklist¶
SYNOPSIS¶
Updates a Tasklist title
SYNTAX¶
Update-GSTasklist [-Tasklist] <String> [-Title] <String> [-User <String>] [<CommonParameters>]
DESCRIPTION¶
Updates a Tasklist title
EXAMPLES¶
EXAMPLE 1¶
Update-GSTasklist -Tasklist 'MTA3NjIwMjA1NTEzOTk0MjQ0OTk6NTMyNDY5NDk1NDM5MzMxOTow' -Title 'Hi-Pri Callbacks'
Updates the specified TaskList with the new title 'Hi-Pri Callbacks'
PARAMETERS¶
-Tasklist¶
The unique Id of the Tasklist to update
Type: String Parameter Sets: (All) Aliases: Required: True Position: 1 Default value: None Accept pipeline input: False Accept wildcard characters: False
-Title¶
The new title of the Tasklist
Type: String Parameter Sets: (All) Aliases: Required: True Position: 2 Default value: None Accept pipeline input: False Accept wildcard characters: False
-User¶
The User who owns the Tasklist.
Defaults to the AdminUser's email.
Type: String Parameter Sets: (All) Aliases: PrimaryEmail, UserKey, Mail, Email Required: False Position: Named Default value: $Script:PSGSuite.AdminEmail 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.