Forum Discussion
Brent Ellis
Feb 08, 2017Silver Contributor
Determine Group Planner URL from PowerShell
Is there a way to determine what your Planner url will be for a Group via PowerShell?
Right now it uses a big random set of characters.
https://tasks.office.com/contoso.com/EN-US/Home/PlanViews/qrQXj68AXEOKO1Q-p9yG32QAAW5p
- Quick update, found a "direct link" from sharepoint site that can be used to redirect to Planner
https://mytenant.sharepoint.com/sites/group_mygroupname/_layouts/15/groupstatus.aspx?Target=PLANNER
Same thing can be used for other services (CALENDAR, NOTEBOOK, PLANNER), havent found it for CONVERSATIONS or FILES, but Planner was the only one I ever really needed in the first place :)
9 Replies
- cfiessinger
Microsoft
What are you trying to achieve with it? What's the use case please?- Brent EllisSilver Contributor
cfiessinger, here are the specific details of my use case: https://techcommunity.microsoft.com/t5/Office-365-Groups/quot-My-Groups-quot-list-for-SharePoint-Homepage-Web-Part/m-p/44824#M2015
- Brent EllisSilver ContributorQuick update, found a "direct link" from sharepoint site that can be used to redirect to Planner
https://mytenant.sharepoint.com/sites/group_mygroupname/_layouts/15/groupstatus.aspx?Target=PLANNER
Same thing can be used for other services (CALENDAR, NOTEBOOK, PLANNER), havent found it for CONVERSATIONS or FILES, but Planner was the only one I ever really needed in the first place :)
- Brent EllisSilver ContributorI'd like to put together my own SharePoint list of Groups with quick links to each of the major workloads (then do list item permissions on it), and place it on our intranet home page for "My Groups"
I've got it all mostly working and can get most everything right except the calendar (separate thread) and the planner.I don't think so. You need to use Graph API instead of powershell.