Skip to content

Commit

Permalink
Update ArchiveTeamsChannelConversation.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderHolmeset committed Dec 19, 2018
1 parent f70f2b7 commit 0b07bee
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ArchiveTeamsChannelConversation.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
$resourceURI = "https://graph.microsoft.com"
$authority = "https://login.microsoftonline.com/common"
#Enter your own clientID and redirect URI.Take a look at Ståle Hansen blogpost to see how to create your own clientid and redirect URI.
#https://msunified.net/2018/12/12/post-at-microsoftteams-channel-chat-message-from-powershell-using-graph-api/
#
$clientId = "3587e50e-98f4-4bbe-86ff-f94c2056a7e8"
$redirectUri = "https://login.microsoftonline.com/M365x792147.onmicrosoft.com/oauth2"
Expand Down

0 comments on commit 0b07bee

Please sign in to comment.