이 사이트를 이용함으로써, 당신은 다음에 동의합니다 개인 정보 보호 정책.
수용하다
엔터인IT엔터인IT엔터인IT
  • 집
  • IT 프로
  • 기술
  • 마이크로 소프트
    • 하늘빛
    • 구성 관리자/SCCM
    • DPM
    • 오케스트레이터
    • Hyper-V
    • 마이크로소프트 엣지 인사이더
    • MSI
    • 사무실 365
    • 사무실 내부자
    • 파워 BI
    • 스카이프
    • SQL 서버
    • 팀
  • 창
    • Windows 관리 센터
    • 윈도우 클라이언트
    • 윈도우 서버
  • SCCM 쿼리 컬렉션 목록
독서: Configuration Manager Windows Server 2016 Active Directory Schema
글꼴 크기 조정기아아
엔터인IT엔터인IT
글꼴 크기 조정기아아
  • 집
  • IT 프로
  • 기술
  • 마이크로 소프트
  • 창
  • SCCM 쿼리 컬렉션 목록
찾다
  • 집
  • IT 프로
  • 기술
  • 마이크로 소프트
    • 하늘빛
    • 구성 관리자/SCCM
    • DPM
    • 오케스트레이터
    • Hyper-V
    • 마이크로소프트 엣지 인사이더
    • MSI
    • 사무실 365
    • 사무실 내부자
    • 파워 BI
    • 스카이프
    • SQL 서버
    • 팀
  • 창
    • Windows 관리 센터
    • 윈도우 클라이언트
    • 윈도우 서버
  • SCCM 쿼리 컬렉션 목록
구성 관리자 쿼리 컬렉션 목록
configmgr

Configuration Manager Windows Server 2016 Active Directory Schema

게시: 2월 11, 2024
2 최소 읽기
공유하다

Configuration Manager Windows Server 2016 Active Directory Schema extend. We make it with GUI and PowerShell.

내용물
With GUI:By PowerShell:

With GUI:

  1. Mount DVD or *.iso with SCCM distributive. 가십시오 <drive letter>\ SMSSETUP\BIN\X64\ and execute extadsch.exe. After running check your C:\ root for file ExtADSch.log, open it, and make sure that the operation is complete successfully;

2. Find in all programs ADSI Edit and run it. 마우스 오른쪽 버튼 click and select Connect to;

3. Leave by default, click 좋아요;

4. 마우스 오른쪽 버튼 click at CN=System 그리고 선택하십시오 New\Object;

5. Choose Container 그리고 클릭 Next;

6. ~ 안에 값 enter System Management, click Next;

7. Click Finish;

8. 마우스 오른쪽 버튼 click on the newly created container and select Properties;

9. 가십시오 the Security tab and click Add;

10. ~ 안에 Object Types select Computers, enter your SCCM server name and click 좋아요;

11. Set 완전한 제어 그리고 클릭 좋아요;

By PowerShell:

관리 권한으로 PowerShell을 실행하십시오;

To run extadsch.exe:

#Extend Schema

Start-Process -Filepath ('D:\SMSSETUP\BIN\X64\extadsch.exe') -Wait

Start-Sleep 30

#Confirm Schema Extension

$schema = [DirectoryServices.ActiveDirectory.ActiveDirectorySchema]::GetCurrentSchema()

start-sleep 5

$schema.RefreshSchema()

$schema.FindClass("mSSMSSite")

To create container and grant permissions:

Import-Module ActiveDirectory

$root = (Get-ADRootDSE).defaultNamingContext

if (!([adsi]::Exists("LDAP://CN=System Management,CN=System,$root"))) {

    $smcontainer = New-ADObject -Type Container -name "System Management" -Path "CN=System,$root" -Passthru        

}

$acl = get-acl "ad:CN=System Management,CN=System,$root"

$objGroup = Get-ADComputer -filter {Name -eq "<Your SCCM Server Name>"}

$All = [System.DirectoryServices.ActiveDirectorySecurityInheritance]::SelfAndChildren

$ace = new-object System.DirectoryServices.ActiveDirectoryAccessRule $objGroup.SID, "GenericAll", "Allow", $All

$acl.AddAccessRule($ace)

Set-acl -aclobject $acl "ad:CN=System Management,CN=System,$root"
태그됨:액티브 디렉토리Microsoft Windows 서버파워셸시스템 센터시스템 센터 구성 관리자창윈도우 서버 2016
이전 기사 How to Assign Office 365 Licenses to Users in Azure Active Directory
다음 기사 How to Change a User’s Primary Email Address in Office 365 using PowerShell
코멘트를 남겨주세요 코멘트를 남겨주세요

답장을 남겨주세요 답장 취소

귀하의 이메일 주소는 공개되지 않습니다. 필수 입력란이 표시되어 있습니다 *

이 사이트는 스팸을 줄이기 위해 Akismet을 사용합니다.. 댓글 데이터가 처리되는 방법 알아보기.

번역

English中文(简体)DanskNederlandsFrançaisDeutschItaliano한국어PolskiPortuguêsRomânăEspañolУкраїнська
~에 의해 Transposh - translation plugin for wordpress

인기 게시물

Windows Server의 시스템 요구 사항 2016
윈도우 서버
구성 관리자 쿼리 컬렉션 목록
구성 관리자 쿼리 컬렉션 목록
configmgr
클래식 팀 사이트의 최신 페이지에서 구조적/관리형 탐색 활성화
기술
SCCM이 DP 위치를 MP에서 예상 버전으로 가져오지 못했습니다.
configmgr

최근 게시물

구성 관리자 쿼리 컬렉션 목록
Configuration Manager Client Cache Cleanup Script
configmgr
Install WordPress With Nginx on AlmaLinux 9
리눅스
How To Install OpenSSL 3 on AlmaLinux 9
리눅스
구성 관리자 쿼리 컬렉션 목록
System Center Configuration Manager Technical Preview Update 1611
configmgr

© 2023 엔터인IT

모바일 버전으로 이동하십시오
돌아온 것을 환영합니다!

귀하의 계정에 로그인하세요

사용자 이름 또는 이메일 주소
비밀번호

비밀번호를 잃어버렸습니다?