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

Configuration Manager Technical Preview 2004

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

Configuration Manager Technical Preview 2004.

내용물
Microsoft Endpoint Manager tenant attach: ConfigMgr client detailsTroubleshoot client detailsNotifications from MicrosoftTry it out!Copy discovery data from the consoleTry it out!Improvements to CMPivotSupport for PowerShell version 7Improvement to Format and Partition Disk task sequence stepManagement insight rules for OS deploymentHow to reduce the size of task sequence policyPowerShell cmdlets for task sequence deployment types

Microsoft Endpoint Manager tenant attach: ConfigMgr client details

You can now see client details including collections, boundary group membership, and real-time client information for a specific device in the Microsoft Endpoint Manager admin center.

NOTE:

  • This is a preview experience. The final location will be the devices blade in Microsoft Endpoint Manager admin center.
  • The boundary groups tab functions only for stand alone sites. The tab will be empty in the admin center for anything other than a standalone primary site.

Troubleshoot client details

One of the most common issues is with the administrative user account:

  1. Make sure that Configuration Manager has discovered the administrative user account you’re using. In the Configuration Manager console, go to the Assets and Compliance workspace. Select the Users node, and find your user account. If your account isn’t listed in the Users node, check the configuration of the site’s Active Directory User discovery.
  2. Verify the discovery data. Select your user account. In the ribbon, on the Home tab select Properties. In the properties window, confirm the following discovery data:
    • Azure Active Directory Tenant ID: This value should be a GUID for the Azure AD tenant.
    • Azure Active Directory User ID: This value should be a GUID for this account in Azure AD.
    • User Principal Name: The format of this value is user@domain. For example, jqpublic@contoso.com.If the Azure AD properties are empty, check the configuration of the site’s Azure AD user discovery.
  3. Use the same account to sign in to the admin center preview portal. The on-premises identity has to be synchronized with and match the cloud identity.

Notifications from Microsoft

You can now choose to receive notifications from Microsoft in the Configuration Manager console. These notifications help you stay informed about new or updated features, changes to Configuration Manager and attached services, and issues that require action to remediate.

Try it out!

Try to complete the tasks.

Configure notification settings

  1. 다음으로 이동 Administration > Site Configuration > Sites.
  2. Right-click on a site and select Properties.
  3. In the 경고 tab, enable the notifications by selecting Receive messages from Microsoft. You can deselect any of the following notifications if you prefer not to receive them:
    • Prevent/fix: Known issues affecting your organization that may require you to take action.
    • Plan for change: Changes to Configuration Manager that may require you to take action.
    • Stay informed: Informs you of new or updated features that are available.

Copy discovery data from the console

Based on your UserVoice feedback, you can now copy discovery data from devices and users in the console. Copy the details to the clipboard, or export them all to a file. These new actions make it easier for you to quickly get this data from the console. For example, copy the MAC address of a device before you reimage it.

Try it out!

Try to complete the tasks.

  1. In the Configuration Manager console, go to the Assets and Compliance workspace. Open the properties for a user or device.
  2. On the General tab, in the Discovery data list, select one or more properties.
  3. Right-click the selection, and choose one of the following actions:
    • Copy value: Copies just the value. You can also use the keyboard shortcut Ctrl + C.
    • Copy property and value: Copies both the property name and the corresponding value. You can also use the keyboard shortcut Ctrl + Shift + C.
    • Select all: Selects all properties and values. You can also use the keyboard shortcut Ctrl + 에이.
    • Save results as: Saves selected properties and values to a comma-separated values (CSV) file that you specify.

Improvements to CMPivot

We’ve added the ability to run CMPivot from an individual device or multiple devices from the devices node without needing to select a device collection. This improvement makes it easier for people, such as those working as the Helpdesk persona, to create CMPivot queries for specific devices outside a pre-created collection.

Additionally, upon returning devices within a query list view, you can select Device Pivot on one or more devices and then pivot and query on just those devices to drill in further. This change allows you to drill in without querying the larger set of devices from the original collection.

We’ve also converged CMPivot standalone and CMPivot launched from the admin console. When you launch CMPivot from the admin console, it uses the same underlying technology as CMPivot standalone to give you scenario parity.

Support for PowerShell version 7

The Configuration Manager PowerShell cmdlet library now offers preliminary support for PowerShell 7. 파워셸 7 support is in preview, and isn’t intended for use in production environments.

Improvement to Format and Partition Disk task sequence step

You can use a task sequence variable to specify the target of the Format and Partition Disk step. This new variable option supports more complex task sequences with dynamic behaviors. For example, a custom script can detect the disk and set the variable based on the hardware type. Then you can use multiple instances of this step to configure different hardware types and partitions.

The following mock steps show one example:

  • Run PowerShell Script: a custom script to collect target disks
    • Sets myOSDisk to 1
    • Sets myDataDisk to 2
  • Format and Partition Disk for OS disk: specifies myOSDisk variable
    • Configures disk 1 as the system disk
  • Format and Partition Disk for data disk: specifies myDataDisk variable
    • Configures disk 2 for raw storage

A variation of this example uses disk numbers and partitioning plans for different hardware types.

메모: You can still use the existing task sequence variable OSDDiskIndex. 하지만, each instance of the Format and Partition Disk step uses the same value. If you want to programmatically set the disk number for multiple instances of this step, use this new option.

To configure this new option on the Format and Partition Disk step, select Variable name to store disk number, and then enter a custom variable name. Add an earlier step in the task sequence to set the value of this custom variable to an integer value for the physical disk.

Management insight rules for OS deployment

This release includes additional management insight rules to help you manage the policy size of task sequences. When the size of the task sequence policy exceeds 32 MB, the client fails to process the large policy. The client then fails to run the task sequence deployment.

  • Large task sequences may contribute to exceeding maximum policy size: If you deploy these task sequences, clients may not be able to process the large policy objects. Reduce the size of the task sequence policy to prevent potential policy processing issues.
  • Total policy size for task sequences exceeds policy limit: Clients can’t process the policy for these task sequences because it’s too large. Reduce the size of the task sequence policy to allow the deployment to run on clients.

How to reduce the size of task sequence policy

The following actions can help reduce the overall size of policy of a task sequence deployment:

  • Separate functional segments into child task sequences, and use the Run Task Sequence step. Each task sequence has a separate 32-MB limit on its policy size. Примітка Reducing the total number of steps and groups in a task sequence has minimal impact on the policy size. Each step is generally a couple of KB in policy. Moving groups of steps to a child task sequence is more impactful.
  • Reduce the number of software updates in deployments to the same collection as the task sequence.
  • Instead of entering a script in the Run PowerShell Script step, reference it via a package.
  • There’s an 8-KB limit on the size of the task sequence environment when it runs. Review the usage of custom task sequence variables, which can also contribute to the policy size.
  • As a last resort, split a complex, dynamic task sequence into separate task sequences with distinct deployments to different collections.

PowerShell cmdlets for task sequence deployment types

You can now use PowerShell to create and configure task sequences as an app model deployment type.

  • Add-CMTaskSequenceDeploymentType
  • Set-CMTaskSequenceDeploymentType

These new cmdlets have similar syntax as the MSI deployment type cmdlets: Add-CMMsiDeploymentType and Set-CMMsiDeploymentType. The primary differences are the following new parameters:

  • -InstallTaskSequenceId <string> (required): the ID of the task sequence to install the app
  • -UninstallTaskSequenceId <string> (선택 과목): the ID of the task sequence to uninstall the app

These two parameters relate to the Deployment type Task Sequence options. They replace the -InstallCommand 그리고 -UninstallCommand parameters on the MSI cmdlets.

태그됨:스코틀랜드 사람MacOSMECMMEMCMMicrosoft AzureMicrosoft Endpoint Configuration Manager시스템 센터 구성 관리자창창 10
이전 기사 Office Insider for iOS Version 2.38
다음 기사 Microsoft Teams roundup Build 2020
코멘트를 남겨주세요 코멘트를 남겨주세요

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

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

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

번역

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

인기 게시물

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

최근 게시물

Ubuntu에서 SSH 보호를 위한 Fail2ban 설치 및 구성 24.04
리눅스
AlmaLinux에서 FirewallD 활성화 및 구성
리눅스
AlmaLinux에서 사용자 생성 및 SSH 키 설정
리눅스
AlmaLinux에서 비밀번호를 재설정하는 방법
리눅스

© 2023 엔터인IT

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

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

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

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