PlannerModule
PlannerModule copied to clipboard
PowerShell module for Microsoft Planner
The function New-AADUnifiedGroup contains this code to add a random number to the mail address of the group: $randomNum = (Get-Random -Maximum 1000).tostring() $mailNickname = $GroupName.Replace(" ", "") + $randomNum...
Are You still developing this module? Change buckets are missing. I have w http request that works with user cerdentials (I'm not sure if it works due to permission settings...
Hi, Everytime I try to use connect-planner if fails with 'AADSTS700016: Application with identifier '3556cd23-09eb-42b3-a3b9-72cba5c7926e' was not found in the directory .onmicrosoft.com'. I see that there is an Update-PlannerModuleEnvironment function...
I was in contact with MS yesterday. They say that the api this module is using is from a beta-api and they ask to change to this supported api Please...
Get-PlannerTask : Request to https://graph.microsoft.com/beta/planner/tasks/uuFDHKcRbEm4dxOXcOYqQJYAH1pe failed with HTTP Status 429 At C:\Program Files\WindowsPowerShell\Modules\PlannerModule\1.0.2.3\PlannerModule.psm1:1248 char:15 + $respond = Get-PlannerTask -TaskID $TaskID + ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ + CategoryInfo : NotSpecified: (:) [Write-Error], WriteErrorException +...
I'm getting this VERY often. always fails with Add-PlannerTaskDescription Hints ? I have tried to do a try / catch, but the script continues to BREAK Add-PlannerTaskDescription : Request to...