Difference between revisions of "Microsoft SCCM"

From RiceFamily Wiki
Jump to: navigation, search
(Install)
(Documentation)
 
(13 intermediate revisions by the same user not shown)
Line 11: Line 11:
 
* [https://mindmajix.com/sccm-tutorial SCCM Tutorial]
 
* [https://mindmajix.com/sccm-tutorial SCCM Tutorial]
 
* [https://www.reddit.com/r/SCCM/comments/8zb4b8/sccm_wsus_and_sql_seperate_together_or_what/ SCCM WSUS and SQL Seperate or Together?]
 
* [https://www.reddit.com/r/SCCM/comments/8zb4b8/sccm_wsus_and_sql_seperate_together_or_what/ SCCM WSUS and SQL Seperate or Together?]
 +
* [https://www.prajwaldesai.com/install-sql-server-sccm-2012/ Guide To Install SQL Server For SCCM 2012]
 +
 +
== Accounts & Groups ==
 +
* SQL server services account
 +
** SCCM-SQLService
 +
* SCCM Network Access Account
 +
** SCCM-NAA
 +
*Domain user account for use SCCM client push install
 +
** SCCM-ClientPush
 +
* Domain user account for use with reporting services User
 +
** SCCM-SQLReporting
 +
* Domain account used to join machine to the domain during OSD
 +
** SCCM-DomainJoin
 +
* Domain group containing all SCCM Admins Group
 +
** SCCM-Admins
 +
* Domain group containing all SCCM servers in the hierarchy Group
 +
**SCCM-SiteServers
  
 
== Ports ==
 
== Ports ==
 
Source: https://docs.microsoft.com/en-us/mem/configmgr/core/plan-design/hierarchy/ports
 
Source: https://docs.microsoft.com/en-us/mem/configmgr/core/plan-design/hierarchy/ports
 +
 +
Source: https://www.anoopcnair.com/sccm-firewall-ports-download-the-spreadsheet/
  
 
* HTTP:TCP/80
 
* HTTP:TCP/80
Line 34: Line 53:
 
= Documentation =
 
= Documentation =
 
* [https://docs.microsoft.com/en-us/sccm/ Microsoft SCCM Documentation]
 
* [https://docs.microsoft.com/en-us/sccm/ Microsoft SCCM Documentation]
 +
* [https://docs.microsoft.com/en-us/mem/configmgr/core/clients/manage/inventory/introduction-to-hardware-inventory Introduction to Hardware Inventory]
 
* [https://docs.microsoft.com/en-us/mem/configmgr/apps/understand/introduction-to-application-management Introduction to Application Management]
 
* [https://docs.microsoft.com/en-us/mem/configmgr/apps/understand/introduction-to-application-management Introduction to Application Management]
 
* [https://docs.microsoft.com/en-us/mem/configmgr/core/plan-design/hierarchy/ports SCCM Port Requirements]
 
* [https://docs.microsoft.com/en-us/mem/configmgr/core/plan-design/hierarchy/ports SCCM Port Requirements]
Line 45: Line 65:
 
* [https://www.anoopcnair.com/fix-sccm-client-issues-automation/ FIX SCCM Client Issues Using Automation Client Health]
 
* [https://www.anoopcnair.com/fix-sccm-client-issues-automation/ FIX SCCM Client Issues Using Automation Client Health]
 
* [https://www.anoopcnair.com/sccm-education/ SCCM Educational Links]
 
* [https://www.anoopcnair.com/sccm-education/ SCCM Educational Links]
 +
* [https://docs.microsoft.com/en-us/mem/configmgr/core/clients/manage/asset-intelligence/introduction-to-asset-intelligence Introduction to Asset Intelligence]
 +
* '''[https://www.anoopcnair.com/newbies-guide-sccm-console-nodes-part1/ Newbies Guide - SCCM Console Nodes (Part 1)]'''
  
 
== YouTube ==
 
== YouTube ==
 
* [https://www.youtube.com/channel/UCtxiI4-xpT7PxXeSaLR65cQ/videos ConfigurationManagerTeam Channel]
 
* [https://www.youtube.com/channel/UCtxiI4-xpT7PxXeSaLR65cQ/videos ConfigurationManagerTeam Channel]
 +
 +
= Reports =
 +
* [https://www.jeroentielen.nl/create-report-in-sccm-with-computer-information/ Create Report in SCCM with Computer Information]
 +
* [https://www.andersrodland.com/ultimate-sccm-querie-collection-list/ Ultimate SCCM Query Collection List]
 +
* [https://community.spiceworks.com/scripts/show/1783-sccm-computer-information SCCM Computer Information Script]
 +
 +
= Custom Properties =
 +
* [https://systemcenterdudes.com/sccm-2012-custom-active-directory-attributes/ SCCM 2012 Custom Active Directory Attributes]
  
 
= Discussion =
 
= Discussion =

Latest revision as of 12:10, 29 September 2020


Sites

Install

Accounts & Groups

  • SQL server services account
    • SCCM-SQLService
  • SCCM Network Access Account
    • SCCM-NAA
  • Domain user account for use SCCM client push install
    • SCCM-ClientPush
  • Domain user account for use with reporting services User
    • SCCM-SQLReporting
  • Domain account used to join machine to the domain during OSD
    • SCCM-DomainJoin
  • Domain group containing all SCCM Admins Group
    • SCCM-Admins
  • Domain group containing all SCCM servers in the hierarchy Group
    • SCCM-SiteServers

Ports

Source: https://docs.microsoft.com/en-us/mem/configmgr/core/plan-design/hierarchy/ports

Source: https://www.anoopcnair.com/sccm-firewall-ports-download-the-spreadsheet/

  • HTTP:TCP/80
  • HTTPS:TCP/443
  • SQL:TCP/1443
  • Wake-On-LAN:UDP:9
  • Wake-Up-Proxy:UDP/25536
  • Windows PE Peer Cache broadcast:UDP/8004
  • Windows PE Peer Cache download:TCP/8003
  • Express updates:TCP/8005
  • PXE Distribution point DHCP:UDP/67,68
  • PXE Distribution point TFTP:UDP/69
  • PXE Distribution point Boot Info Negotiation Layer:UDP/4011
  • Global Catalog Domain Controller:TCP/3268
  • Client Notification:TCP/10123
  • Client Software Update Point HTTP:TCP/80 or 8530
  • Client Software Update Point HTTPS:TCP/443 or 8531
  • Client State migration point SMB:TCP/445

Documentation

YouTube

Reports

Custom Properties

Discussion