Corrected issues

Yorick Kuijs 2021-01-29 16:45:21 +01:00
Родитель 1d9fbc59ad
Коммит c68d8acae2
144 изменённых файлов: 147 добавлений и 147 удалений

@ -2,7 +2,7 @@
***
- [How to Write your First Resource](https://www.youtube.com/watch?v=Bax6eVshfwY&t=11s)
Before getting ready to contribute a resource to the project, make sure you've read and followed the steps described in [Setting up your Environment to Contribute to the Project](Setting-up-your-Environment-to-Contribute-to-the-Project.md).
Before getting ready to contribute a resource to the project, make sure you've read and followed the steps described in [Setting up your Environment to Contribute to the Project](Setting-up-your-Environment-to-Contribute-to-the-Project).
## Select the Resource to Add
***

@ -28,7 +28,7 @@ Specific workload configurations can be checked by selecting the checkbox beside
**NOTE:** This tool fully supports Multi Factor Authentication (MFA) when extracting the configuration. The tool does not support MFA when pushing a configuration to a target tenant.
To get a full list of all components support by Microsoft365DSC, please refer to our [Resources List](Resources-List.md) on our GitHub repository.
To get a full list of all components support by Microsoft365DSC, please refer to our [Resources List](Resources-List on our GitHub repository.
Once the extraction completes it will prompt you to enter in a file location where the extractions will be stored. If the path entered does not exist, the tool will create it. The following files with the extracted data will be placed in the file location specified:

@ -39,7 +39,7 @@ Note: You may be getting errors when running the **Install-M365DSCDevBranch** cm
# Write your First Microsoft365DSC Configuration
With Microsoft365DSC, you write your configuration for an Microsoft 365 tenant just like you'd be writing any other DSC configuration. If you don't feel comfortable writing your configuration from scratch, we recommend starting by extracting the configuration from an existing tenant and using this as a baseline to modify/add your own set of configuration. Please refer to the [Extracting Configuration from an Existing Microsoft 365 Tenant](Exporting.md) for more information.
With Microsoft365DSC, you write your configuration for an Microsoft 365 tenant just like you'd be writing any other DSC configuration. If you don't feel comfortable writing your configuration from scratch, we recommend starting by extracting the configuration from an existing tenant and using this as a baseline to modify/add your own set of configuration. Please refer to the [Extracting Configuration from an Existing Microsoft 365 Tenant](Exporting for more information.
A Microsoft365DSC configuration is a PowerShell script (.ps1) file that defines a Configuration object. Most Microsoft365DSC configuration should be run on the current machine (localhost) and will have a structure similar to the following:
@ -76,4 +76,4 @@ The above DSC Resource Block could be inserted inside the **Node** section of th
You will also notice from the example above that we are defining a **GlobalAdminAccount** property, passing it the obtained credentials for our tenant's admin account. This property is required for every DSC Resource Block and specifies what account to impersonate when configuring or analyzing the Microsoft 365 tenant. The other property in the resource block is **Ensure**. Most resources that can be used to create instances of a component have that property available. It can either be set to **Present** or **Absent**. If the above example had the property set to Absent, it would mean that a site collection should never exist at the specified URL. If there was such an existing site, Microsoft365DSC would remove it. Omitting to specify this property on resources that support it will default to a value of **Present**.
For a full list of all DSC resources supported by Microsoft365DSC, their associated properties and examples on how to use them, please refer to our [List of Resources](Resources-List.md) on the wiki of our GitHub repository.
For a full list of all DSC resources supported by Microsoft365DSC, their associated properties and examples on how to use them, please refer to our [List of Resources](Resources-List on the wiki of our GitHub repository.

@ -37,4 +37,4 @@ In order to assess an existing tenant against a given Microsoft365DSC Blueprint,
Assert-M365DSCBlueprint -BluePrintUrl [Url or local path to the .m365] -OutputReportPath [Full path to where to save the HTML report] -Credentials [Optional credentials for the tenant to assess]
```
See the [Assessing](Assessing.md) page for more information about blueprints.
See the [Assessing](Assessing page for more information about blueprints.

@ -1,166 +1,166 @@
![Azure Active Directory](https://github.com/Microsoft/Microsoft365DSC/raw/Dev/Modules/Microsoft365DSC/Dependencies/Images/AzureAD.jpg)
- [AADApplication](resources/AADApplication)
- [AADConditionalAccessPolicy](resources\AADConditionalAccessPolicy)
- [AADGroupsNamingPolicy](resources\AADGroupsNamingPolicy)
- [AADGroupsSettings](resources\AADGroupsSettings)
- [AADNamedLocationPolicy](resources\AADNamedLocationPolicy)
- [AADMSGroup](resources\AADMSGroup)
- [AADMSGroupLifecyclePolicy](resources\AADMSGroupLifecyclePolicy)
- [AADPolicy](resources\AADPolicy)
- [AADRoleDefinition](resources\AADRoleDefinition)
- [AADServicePrincipal](resources\AADServicePrincipal)
- [AADTenantDetails](resources\AADTenantDetails)
- [AADApplication](AADApplication)
- [AADConditionalAccessPolicy](AADConditionalAccessPolicy)
- [AADGroupsNamingPolicy](AADGroupsNamingPolicy)
- [AADGroupsSettings](AADGroupsSettings)
- [AADNamedLocationPolicy](AADNamedLocationPolicy)
- [AADMSGroup](AADMSGroup)
- [AADMSGroupLifecyclePolicy](AADMSGroupLifecyclePolicy)
- [AADPolicy](AADPolicy)
- [AADRoleDefinition](AADRoleDefinition)
- [AADServicePrincipal](AADServicePrincipal)
- [AADTenantDetails](AADTenantDetails)
![Exchange Online](https://github.com/Microsoft/Microsoft365DSC/raw/Dev/Modules/Microsoft365DSC/Dependencies/Images/Exchange.jpg)
- [EXOAcceptedDomain](resources\EXOAcceptedDomain)
- [EXOActiveSyncDeviceAccessRule](resources\EXOActiveSyncDeviceAccessRule)
- [EXOAddressBookPolicy](resources\EXOAddressBookPolicy)
- [EXOAddressList](resources\EXOAddressList)
- [EXOAntiPhishPolicy](resources\EXOAntiPhishPolicy)
- [EXOAntiPhishRule](resources\EXOAntiPhishRule)
- [EXOApplicationAccessPolicy](resources\EXOApplicationAccessPolicy)
- [EXOAtpPolicyForO365](resources\EXOAtpPolicyForO365)
- [EXOAvailabilityAddressSpace](resources\EXOAvailabilityAddressSpace)
- [EXOAvailabilityConfig](resources\EXOAvailabilityConfig)
- [EXOCASMailboxPlan](resources\EXOCASMailboxPlan)
- [EXOClientAccessRule](resources\EXOClientAccessRule)
- [EXODkimSigningConfig](resources\EXODkimSigningConfig)
- [EXOEmailAddressPolicy](resources\EXOEmailAddressPolicy)
- [EXOGlobalAddressList](resources\EXOGlobalAddressList)
- [EXOHostedConnectionFilterPolicy](resources\EXOHostedConnectionFilterPolicy)
- [EXOHostedContentFilterPolicy](resources\EXOHostedContentFilterPolicy)
- [EXOHostedContentFilterRule](resources\EXOHostedContentFilterRule)
- [EXOHostedOutboundSpamFilterPolicy](resources\EXOHostedOutboundSpamFilterPolicy)
- [EXOInboundConnector](resources\EXOInboundConnector)
- [EXOIntraOrganizationConnector](resources\EXOIntraOrganizationConnector)
- [EXOMobileDeviceMailboxPolicy](resources\EXOMobileDeviceMailboxPolicy)
- [EXOMailboxSettings](resources\EXOMailboxSettings)
- [EXOMailTips](resources\EXOMailTips)
- [EXOMalwareFilterPolicy](resources\EXOMalwareFilterPolicy)
- [EXOMalwareFilterRule](resources\EXOMalwareFilterRule)
- [EXOManagementRole](resources\EXOManagementRole)
- [EXOOfflineAddressBook](resources\EXOOfflineAddressBook)
- [EXOOnPremisesOrganization](resources\EXOOnPremisesOrganization)
- [EXOOrganizationConfig](resources\EXOOrganizationConfig)
- [EXOOrganizationRelationship](resources\EXOOrganizationRelationship)
- [EXOOutboundConnector](resources\EXOOutboundConnector)
- [EXOOwaMailboxPolicy](resources\EXOOwaMailboxPolicy)
- [EXOPartnerApplication](resources\EXOPartnerApplication)
- [EXOPolicyTipConfig](resources\EXOPolicyTipConfig)
- [EXORemoteDomain](resources\EXORemoteDomain)
- [EXORoleAssignmentPolicy](resources\EXORoleAssignmentPolicy)
- [EXOSafeAttachmentPolicy](resources\EXOSafeAttachmentPolicy)
- [EXOSafeAttachmentRule](resources\EXOSafeAttachmentRule)
- [EXOSafeLinksPolicy](resources\EXOSafeLinksPolicy)
- [EXOSafeLinksRule](resources\EXOSafeLinksRule)
- [EXOSharedMailbox](resources\EXOSharedMailbox)
- [EXOSharingPolicy](resources\EXOSharingPolicy)
- [EXOAcceptedDomain](EXOAcceptedDomain)
- [EXOActiveSyncDeviceAccessRule](EXOActiveSyncDeviceAccessRule)
- [EXOAddressBookPolicy](EXOAddressBookPolicy)
- [EXOAddressList](EXOAddressList)
- [EXOAntiPhishPolicy](EXOAntiPhishPolicy)
- [EXOAntiPhishRule](EXOAntiPhishRule)
- [EXOApplicationAccessPolicy](EXOApplicationAccessPolicy)
- [EXOAtpPolicyForO365](EXOAtpPolicyForO365)
- [EXOAvailabilityAddressSpace](EXOAvailabilityAddressSpace)
- [EXOAvailabilityConfig](EXOAvailabilityConfig)
- [EXOCASMailboxPlan](EXOCASMailboxPlan)
- [EXOClientAccessRule](EXOClientAccessRule)
- [EXODkimSigningConfig](EXODkimSigningConfig)
- [EXOEmailAddressPolicy](EXOEmailAddressPolicy)
- [EXOGlobalAddressList](EXOGlobalAddressList)
- [EXOHostedConnectionFilterPolicy](EXOHostedConnectionFilterPolicy)
- [EXOHostedContentFilterPolicy](EXOHostedContentFilterPolicy)
- [EXOHostedContentFilterRule](EXOHostedContentFilterRule)
- [EXOHostedOutboundSpamFilterPolicy](EXOHostedOutboundSpamFilterPolicy)
- [EXOInboundConnector](EXOInboundConnector)
- [EXOIntraOrganizationConnector](EXOIntraOrganizationConnector)
- [EXOMobileDeviceMailboxPolicy](EXOMobileDeviceMailboxPolicy)
- [EXOMailboxSettings](EXOMailboxSettings)
- [EXOMailTips](EXOMailTips)
- [EXOMalwareFilterPolicy](EXOMalwareFilterPolicy)
- [EXOMalwareFilterRule](EXOMalwareFilterRule)
- [EXOManagementRole](EXOManagementRole)
- [EXOOfflineAddressBook](EXOOfflineAddressBook)
- [EXOOnPremisesOrganization](EXOOnPremisesOrganization)
- [EXOOrganizationConfig](EXOOrganizationConfig)
- [EXOOrganizationRelationship](EXOOrganizationRelationship)
- [EXOOutboundConnector](EXOOutboundConnector)
- [EXOOwaMailboxPolicy](EXOOwaMailboxPolicy)
- [EXOPartnerApplication](EXOPartnerApplication)
- [EXOPolicyTipConfig](EXOPolicyTipConfig)
- [EXORemoteDomain](EXORemoteDomain)
- [EXORoleAssignmentPolicy](EXORoleAssignmentPolicy)
- [EXOSafeAttachmentPolicy](EXOSafeAttachmentPolicy)
- [EXOSafeAttachmentRule](EXOSafeAttachmentRule)
- [EXOSafeLinksPolicy](EXOSafeLinksPolicy)
- [EXOSafeLinksRule](EXOSafeLinksRule)
- [EXOSharedMailbox](EXOSharedMailbox)
- [EXOSharingPolicy](EXOSharingPolicy)
![Intune](https://github.com/Microsoft/Microsoft365DSC/raw/Dev/Modules/Microsoft365DSC/Dependencies/Images/Intune.jpg)
- [IntuneAppConfigurationPolicy](resources\IntuneAppConfigurationPolicy)
- [IntuneAppProtectionPolicyiOS](resources\IntuneAppProtectionPolicyiOS)
- [IntuneDeviceCategory](resources\IntuneDeviceCategory)
- [IntuneDeviceCompliancePolicyiOS](resources\IntuneDeviceCompliancePolicyiOS)
- [IntuneDeviceConfigurationPolicyiOS](resources\IntuneDeviceConfigurationPolicyiOS)
- [IntuneDeviceEnrollmentLimitRestriction](resources\IntuneDeviceEnrollmentLimitRestriction)
- [IntuneDeviceEnrollmentPlatformRestriction](resources\IntuneDeviceEnrollmentPlatformRestriction)
- [IntuneAppConfigurationPolicy](IntuneAppConfigurationPolicy)
- [IntuneAppProtectionPolicyiOS](IntuneAppProtectionPolicyiOS)
- [IntuneDeviceCategory](IntuneDeviceCategory)
- [IntuneDeviceCompliancePolicyiOS](IntuneDeviceCompliancePolicyiOS)
- [IntuneDeviceConfigurationPolicyiOS](IntuneDeviceConfigurationPolicyiOS)
- [IntuneDeviceEnrollmentLimitRestriction](IntuneDeviceEnrollmentLimitRestriction)
- [IntuneDeviceEnrollmentPlatformRestriction](IntuneDeviceEnrollmentPlatformRestriction)
![Office365](https://github.com/Microsoft/Microsoft365DSC/raw/Dev/Modules/Microsoft365DSC/Dependencies/Images/Office365.jpg)
- [O365AdminAuditLogConfig](resources\O365AdminAuditLogConfig)
- [O365Group](resources\O365Group)
- [O365OrgCustomizationSetting](resources\O365OrgCustomizationSetting)
- [O365User](resources\O365User)
- [O365AdminAuditLogConfig](O365AdminAuditLogConfig)
- [O365Group](O365Group)
- [O365OrgCustomizationSetting](O365OrgCustomizationSetting)
- [O365User](O365User)
![OneDrive for Business](https://github.com/Microsoft/Microsoft365DSC/raw/Dev/Modules/Microsoft365DSC/Dependencies/Images/OneDrive.jpg)
- [ODSettings](resources\ODSettings)
- [ODSettings](ODSettings)
![Planner](https://github.com/Microsoft/Microsoft365DSC/raw/Dev/Modules/Microsoft365DSC/Dependencies/Images/Planner.png)
- [PlannerBucket](resources\PlannerBucket)
- [PlannerPlan](resources\PlannerPlan)
- [PlannerTask](resources\PlannerTask)
- [PlannerBucket](PlannerBucket)
- [PlannerPlan](PlannerPlan)
- [PlannerTask](PlannerTask)
![PowerApps](https://github.com/Microsoft/Microsoft365DSC/raw/Dev/Modules/Microsoft365DSC/Dependencies/Images/PowerApps.png)
- [PPPowerAppsEnvironment](resources\PPPowerAppsEnvironment)
- [PPPowerAppsEnvironment](PPPowerAppsEnvironment)
![Security & Compliance](https://github.com/Microsoft/Microsoft365DSC/raw/Dev/Modules/Microsoft365DSC/Dependencies/Images/SecurityAndCompliance.png)
- [SCAuditConfigurationPolicy](resources\SCAuditConfigurationPolicy)
- [SCCaseHoldPolicy](resources\SCCaseHoldPolicy)
- [SCCaseHoldRule](resources\SCCaseHoldRule)
- [SCComplianceCase](resources\SCComplianceCase)
- [SCComplianceSearch](resources\SCComplianceSearch)
- [SCComplianceSearchAction](resources\SCComplianceSearchAction)
- [SCComplianceTag](resources\SCComplianceTag)
- [SCDeviceConditionalAccessPolicy](resources\SCDeviceConditionalAccessPolicy)
- [SCDLPCompliancePolicy](resources\SCDLPCompliancePolicy)
- [SCDLPComplianceRule](resources\SCDLPComplianceRule)
- [SCFilePlanPropertyAuthority](resources\SCFilePlanPropertyAuthority)
- [SCFilePlanPropertyCategory](resources\SCFilePlanPropertyCategory)
- [SCFilePlanPropertyCitation](resources\SCFilePlanPropertyCitation)
- [SCFilePlanPropertyDepartment](resources\SCFilePlanPropertyDepartment)
- [SCFilePlanPropertyReferenceId](resources\SCFilePlanPropertyReferenceId)
- [SCFilePlanPropertySubCategory](resources\SCFilePlanPropertySubCategory)
- [SCLabelPolicy](resources\SCLabelPolicy)
- [SCRetentionCompliancePolicy](resources\SCRetentionCompliancePolicy)
- [SCRetentionComplianceRule](resources\SCRetentionComplianceRule)
- [SCRetentionEventType](resources\SCRetentionEventType)
- [SCSensitivityLabel](resources\SCSensitivityLabel)
- [SCSupervisoryReviewPolicy](resources\SCSupervisoryReviewPolicy)
- [SCSupervisoryReviewRule](resources\SCSupervisoryReviewRule)
- [SCAuditConfigurationPolicy](SCAuditConfigurationPolicy)
- [SCCaseHoldPolicy](SCCaseHoldPolicy)
- [SCCaseHoldRule](SCCaseHoldRule)
- [SCComplianceCase](SCComplianceCase)
- [SCComplianceSearch](SCComplianceSearch)
- [SCComplianceSearchAction](SCComplianceSearchAction)
- [SCComplianceTag](SCComplianceTag)
- [SCDeviceConditionalAccessPolicy](SCDeviceConditionalAccessPolicy)
- [SCDLPCompliancePolicy](SCDLPCompliancePolicy)
- [SCDLPComplianceRule](SCDLPComplianceRule)
- [SCFilePlanPropertyAuthority](SCFilePlanPropertyAuthority)
- [SCFilePlanPropertyCategory](SCFilePlanPropertyCategory)
- [SCFilePlanPropertyCitation](SCFilePlanPropertyCitation)
- [SCFilePlanPropertyDepartment](SCFilePlanPropertyDepartment)
- [SCFilePlanPropertyReferenceId](SCFilePlanPropertyReferenceId)
- [SCFilePlanPropertySubCategory](SCFilePlanPropertySubCategory)
- [SCLabelPolicy](SCLabelPolicy)
- [SCRetentionCompliancePolicy](SCRetentionCompliancePolicy)
- [SCRetentionComplianceRule](SCRetentionComplianceRule)
- [SCRetentionEventType](SCRetentionEventType)
- [SCSensitivityLabel](SCSensitivityLabel)
- [SCSupervisoryReviewPolicy](SCSupervisoryReviewPolicy)
- [SCSupervisoryReviewRule](SCSupervisoryReviewRule)
![SharePoint Online](https://github.com/Microsoft/Microsoft365DSC/raw/Dev/Modules/Microsoft365DSC/Dependencies/Images/SharePoint.jpg)
- [SPOAccessControlSettings](resources\SPOAccessControlSettings)
- [SPOApp](resources\SPOApp)
- [SPOHomeSite](resources\SPOHomeSite)
- [SPOHubSite](resources\SPOHubSite)
- [SPOOrgAssetsLibrary](resources\SPOOrgAssetsLibrary)
- [SPOPropertyBag](resources\SPOPropertyBag)
- [SPOSearchManagedProperty](resources\SPOSearchManagedProperty)
- [SPOSearchResultSource](resources\SPOSearchResultSource)
- [SPOSharingSettings](resources\SPOSharingSettings)
- [SPOSite](resources\SPOSite)
- [SPOSiteAuditSettings](resources\SPOSiteAuditSettings)
- [SPOSiteDesign](resources\SPOSiteDesign)
- [SPOSiteDesignRights](resources\SPOSiteDesignRights)
- [SPOSiteGroup](resources\SPOSiteGroup)
- [SPOSiteScript](resources\SPOSiteScript)
- [SPOStorageEntity](resources\SPOStorageEntity)
- [SPOTenantCDNEnabled](resources\SPOTenantCDNEnabled)
- [SPOTenantCDNPolicy](resources\SPOTenantCDNPolicy)
- [SPOTenantSettings](resources\SPOTenantSettings)
- [SPOTheme](resources\SPOTheme)
- [SPOUserProfileProperty](resources\SPOUserProfileProperty)
- [SPOAccessControlSettings](SPOAccessControlSettings)
- [SPOApp](SPOApp)
- [SPOHomeSite](SPOHomeSite)
- [SPOHubSite](SPOHubSite)
- [SPOOrgAssetsLibrary](SPOOrgAssetsLibrary)
- [SPOPropertyBag](SPOPropertyBag)
- [SPOSearchManagedProperty](SPOSearchManagedProperty)
- [SPOSearchResultSource](SPOSearchResultSource)
- [SPOSharingSettings](SPOSharingSettings)
- [SPOSite](SPOSite)
- [SPOSiteAuditSettings](SPOSiteAuditSettings)
- [SPOSiteDesign](SPOSiteDesign)
- [SPOSiteDesignRights](SPOSiteDesignRights)
- [SPOSiteGroup](SPOSiteGroup)
- [SPOSiteScript](SPOSiteScript)
- [SPOStorageEntity](SPOStorageEntity)
- [SPOTenantCDNEnabled](SPOTenantCDNEnabled)
- [SPOTenantCDNPolicy](SPOTenantCDNPolicy)
- [SPOTenantSettings](SPOTenantSettings)
- [SPOTheme](SPOTheme)
- [SPOUserProfileProperty](SPOUserProfileProperty)
![Teams](https://github.com/Microsoft/Microsoft365DSC/raw/Dev/Modules/Microsoft365DSC/Dependencies/Images/Teams.jpg)
- [TeamsCallingPolicy](resources\TeamsCallingPolicy)
- [TeamsChannel](resources\TeamsChannel)
- [TeamsChannelTab](resources\TeamsChannelTab)
- [TeamsChannelsPolicy](resources\TeamsChannelsPolicy)
- [TeamsClientConfiguration](resources\TeamsClientConfiguration)
- [TeamsEmergencyCallingPolicy](resources\TeamsEmergencyCallingPolicy)
- [TeamsEmergencyCallRoutingPolicy](resources\TeamsEmergencyCallRoutingPolicy)
- [TeamsGuestCallingConfiguration](resources\TeamsGuestCallingConfiguration)
- [TeamsGuestMeetingConfiguration](resources\TeamsGuestMeetingConfiguration)
- [TeamsGuestMessagingConfiguration](resources\TeamsGuestMessagingConfiguration)
- [TeamsMeetingBroadcastConfiguration](resources\TeamsMeetingBroadcastConfiguration)
- [TeamsMeetingBroadcastPolicy](resources\TeamsMeetingBroadcastPolicy)
- [TeamsMeetingConfiguration](resources\TeamsMeetingConfiguration)
- [TeamsMeetingPolicy](resources\TeamsMeetingPolicy)
- [TeamsMessagingPolicy](resources\TeamsMessagingPolicy)
- [TeamsPSTNUsage](resources\TeamsPSTNUsage)
- [TeamsTeam](resources\TeamsTeam)
- [TeamsTenantDialPlan](resources\TeamsTenantDialPlan)
- [TeamsUpgradeConfiguration](resources\TeamsUpgradeConfiguration)
- [TeamsUpgradePolicy](resources\TeamsUpgradePolicy)
- [TeamsUser](resources\TeamsUser)
- [TeamsVoiceRoute](resources\TeamsVoiceRoute)
- [TeamsVoiceRoutingPolicy](resources\TeamsVoiceRoutingPolicy)
- [TeamsCallingPolicy](TeamsCallingPolicy)
- [TeamsChannel](TeamsChannel)
- [TeamsChannelTab](TeamsChannelTab)
- [TeamsChannelsPolicy](TeamsChannelsPolicy)
- [TeamsClientConfiguration](TeamsClientConfiguration)
- [TeamsEmergencyCallingPolicy](TeamsEmergencyCallingPolicy)
- [TeamsEmergencyCallRoutingPolicy](TeamsEmergencyCallRoutingPolicy)
- [TeamsGuestCallingConfiguration](TeamsGuestCallingConfiguration)
- [TeamsGuestMeetingConfiguration](TeamsGuestMeetingConfiguration)
- [TeamsGuestMessagingConfiguration](TeamsGuestMessagingConfiguration)
- [TeamsMeetingBroadcastConfiguration](TeamsMeetingBroadcastConfiguration)
- [TeamsMeetingBroadcastPolicy](TeamsMeetingBroadcastPolicy)
- [TeamsMeetingConfiguration](TeamsMeetingConfiguration)
- [TeamsMeetingPolicy](TeamsMeetingPolicy)
- [TeamsMessagingPolicy](TeamsMessagingPolicy)
- [TeamsPSTNUsage](TeamsPSTNUsage)
- [TeamsTeam](TeamsTeam)
- [TeamsTenantDialPlan](TeamsTenantDialPlan)
- [TeamsUpgradeConfiguration](TeamsUpgradeConfiguration)
- [TeamsUpgradePolicy](TeamsUpgradePolicy)
- [TeamsUser](TeamsUser)
- [TeamsVoiceRoute](TeamsVoiceRoute)
- [TeamsVoiceRoutingPolicy](TeamsVoiceRoutingPolicy)

Некоторые файлы не были показаны из-за слишком большого количества измененных файлов Показать больше