User Tools

Site Tools


blocklists:microsoft:microsoft_teams

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
blocklists:microsoft:microsoft_teams [2021/02/07 16:02] – [Original Lists] peterblocklists:microsoft:microsoft_teams [2021/02/08 00:27] (current) peter
Line 11: Line 11:
 **NOTE:**  Use **Skype** as the ServiceArea. **NOTE:**  Use **Skype** as the ServiceArea.
  
-See: [[Blocklists:Microsoft:Get Microsoft Office URLs and IP address ranges|Get Microsoft Office URLs and IP address ranges]].+See: [[Blocklists:Microsoft:Get Microsoft URLsIP addresses and Ports|Get Microsoft URLsIP addresses and Ports]].
 </WRAP> </WRAP>
  
Line 73: Line 73:
 </code> </code>
  
 +----
 +
 +===== Get Current List of TCP Ports =====
 +
 +<code bash>
 +jq -r '.[] | select(.serviceArea=="Skype") | .tcpPorts' office.txt | sort | uniq
 +</code>
 +
 +returns:
 +
 +<code>
 +443
 +80
 +null
 +</code>
 +
 +<WRAP info>
 +**NOTE:**  An alternative command: 
 +
 +<code bash>
 +jq -r '.[] | select(.serviceArea=="Skype") | .tcpPorts' office.txt  | sed 's/,/\n/'g | sort | uniq
 +</code>
 +</WRAP>
 +
 +----
 +
 +===== Get Current List of UDP Ports =====
 +
 +<code bash>
 +jq -r '.[] | select(.serviceArea=="Skype") | .udpPorts' office.txt  | sed 's/,/\n/'g | sort | uniq
 +</code>
 +
 +returns:
 +
 +<code>
 +3478
 +3479
 +3480
 +3481
 +null
 +</code>
 +
 +
 +<WRAP info>
 +**NOTE:**  An alternative command: 
 +
 +<code bash>
 +jq -r '.[] | select(.serviceArea=="Skype") | .udpPorts' office.txt | sort | uniq
 +</code>
 +
 +</WRAP>
  
 ---- ----
Line 94: Line 145:
  
 <WRAP info> <WRAP info>
-**NOTE:**  These IP Ranges may change.+**NOTE:**  These may change.
 </WRAP> </WRAP>
  
Line 102: Line 153:
  
 https://docs.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide https://docs.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide
 +
 +https://docs.microsoft.com/en-us/microsoft-365/enterprise/urls-and-ip-address-ranges?view=o365-worldwide#skype-for-business-online-and-microsoft-teams
  
 https://docs.microsoft.com/en-gb/MicrosoftTeams/troubleshoot/teams-welcome https://docs.microsoft.com/en-gb/MicrosoftTeams/troubleshoot/teams-welcome
 +
 +https://techcommunity.microsoft.com/t5/microsoft-teams/ports-needed-for-microsoft-teams/m-p/28417
 +
 +https://docs.microsoft.com/en-gb/MicrosoftTeams/prepare-network
 +
blocklists/microsoft/microsoft_teams.1612713772.txt.gz · Last modified: 2021/02/07 16:02 by peter

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki