PowerShell@MacOS로 Teams에 연결
2720 단어 팀PSPowerShellMicrosoft
PowerShell 설치
macOS에 PowerShell 설치
brew cask install powershell
macOS에 PowerShell 설치
PowerShell 업데이트
brew update
brew upgrade powershell --cask
pwsh 시작
$ pwsh
PowerShell 7.0.3
Copyright (c) Microsoft Corporation. All rights reserved.
https://aka.ms/powershell
Type 'help' to get help.
PS /Users/>
Teams에 연결
PS > Connect-MicrosoftTeams
WARNING: To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code G8DxxxQZ5 to authenticate.
2020-10-06T15:44:49.9344210Z: 7xxcf32d-xxx4-40f3-8e72-b8d9xxxf4abd - LoggerBase.cs: ADAL PCL.CoreCLR with assembly version '3.19.2.6005', file version '3.19.50302.0130' and informational version '2a8bec6cxx76d0c1ef8xxxxxbdcxxda2d2605056' is running...
2020-10-06T15:44:49.9352790Z: 734xxx2d-4094-40f3-8e72-b8d9xxxf4abd - LoggerBase.cs: === Token Acquisition started:
CacheType: null
Authentication Target: User
, Authority Host: login.microsoftonline.com
메시지와 같이 h tps : // 미 c로소 ft. 이 m /에서 ゔ ぃ세 에 액세스하여 코드를 넣습니다.
Docs Reference MicrosoftTeamsPowerShell Connect-MicrosoftTeams
참조는 여기
팀 목록을 얻고 싶습니다 (PowerShell)
PowerShell을 사용하여 Office 365에 연결할 때 실수
Reference
이 문제에 관하여(PowerShell@MacOS로 Teams에 연결), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다
https://qiita.com/inoko/items/7238229752f3b3c2bdd8
텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념
(Collection and Share based on the CC Protocol.)
brew cask install powershell
brew update
brew upgrade powershell --cask
$ pwsh
PowerShell 7.0.3
Copyright (c) Microsoft Corporation. All rights reserved.
https://aka.ms/powershell
Type 'help' to get help.
PS /Users/>
PS > Connect-MicrosoftTeams
WARNING: To sign in, use a web browser to open the page https://microsoft.com/devicelogin and enter the code G8DxxxQZ5 to authenticate.
2020-10-06T15:44:49.9344210Z: 7xxcf32d-xxx4-40f3-8e72-b8d9xxxf4abd - LoggerBase.cs: ADAL PCL.CoreCLR with assembly version '3.19.2.6005', file version '3.19.50302.0130' and informational version '2a8bec6cxx76d0c1ef8xxxxxbdcxxda2d2605056' is running...
2020-10-06T15:44:49.9352790Z: 734xxx2d-4094-40f3-8e72-b8d9xxxf4abd - LoggerBase.cs: === Token Acquisition started:
CacheType: null
Authentication Target: User
, Authority Host: login.microsoftonline.com
Reference
이 문제에 관하여(PowerShell@MacOS로 Teams에 연결), 우리는 이곳에서 더 많은 자료를 발견하고 링크를 클릭하여 보았다 https://qiita.com/inoko/items/7238229752f3b3c2bdd8텍스트를 자유롭게 공유하거나 복사할 수 있습니다.하지만 이 문서의 URL은 참조 URL로 남겨 두십시오.
우수한 개발자 콘텐츠 발견에 전념 (Collection and Share based on the CC Protocol.)