ผู้ดูแลระบบสามารถเปิดใช้งาน ปิดใช้งาน และแก้ไขสภาพแวดล้อมที่มีการจัดการในศูนย์การจัดการ Power Platform ผู้ดูแลระบบยังสามารถใช้ PowerShell เพื่อปิดใช้งานสภาพแวดล้อมที่มีการจัดการ
สิทธิ์
คุณต้องเป็นผู้ดูแลระบบเพื่อเปิดใช้งานหรือแก้ไขสภาพแวดล้อมที่มีการจัดการ นั่นคือคุณต้องมีบทบาท Power Platform ผู้ดูแลระบบ หรือ Dynamics 365 ผู้ดูแลระบบ ใน Microsoft Entra ID เรียนรู้เพิ่มเติมเกี่ยวกับบทบาทเหล่านี้ที่ ใช้บทบาทผู้ดูแลระบบบริการเพื่อจัดการผู้เช่าของคุณ
#Get settings from the source Managed Environment$sourceEnvironment = Get-AdminPowerAppEnvironment -EnvironmentName <SourceEnvironmentId>
# Copy the settings from the source Managed Environment above to the target environmentSet-AdminPowerAppEnvironmentGovernanceConfiguration -EnvironmentName <TargetEnvironmentId> -UpdatedGovernanceConfiguration$sourceEnvironment.Internal.properties.governanceConfiguration
An environment is a space to store, manage, and share your organization's business data that is stored within an instance of a Dataverse database. You can set up one or many environments, depending on the needs of your organization. This module explores these environments and how you can use them with instances of Dataverse databases.