{"id":17566,"date":"2026-07-30T00:02:32","date_gmt":"2026-07-29T15:02:32","guid":{"rendered":"https:\/\/m365jp.net\/?p=17566"},"modified":"2026-07-30T00:08:20","modified_gmt":"2026-07-29T15:08:20","slug":"mc1418559-action-required-retirement-of-ews-based-personal-bookings-controls-microsoft-bookings-2","status":"publish","type":"post","link":"https:\/\/m365jp.net\/index.php\/2026-07-30-mc1418559-action-required-retirement-of-ews-based-personal-bookings-controls-microsoft-bookings-2","title":{"rendered":"MC1418559 | Action required: Retirement of EWS-based Personal Bookings controls (Microsoft Bookings)"},"content":{"rendered":"<div class=\"postie-post\">\n<div>\n<hr>\n<table id=\"section\">\n<tbody>\n<tr>\n<th width=\"95%\">MC1418559 | Action required: Retirement of EWS-based Personal Bookings controls (Microsoft Bookings)<\/th>\n<\/tr>\n<\/tbody>\n<\/table>\n<hr>\n<table id=\"data\">\n<tbody>\n<tr>\n<th>Classification<\/th>\n<td>planForChange<\/td>\n<\/tr>\n<tr>\n<th>Last Updated<\/th>\n<td>07\/29\/2026 14:23:49<\/td>\n<\/tr>\n<tr>\n<th>Start Time<\/th>\n<td>07\/07\/2026 02:06:54<\/td>\n<\/tr>\n<tr>\n<th>End Time<\/th>\n<td>09\/05\/2026 07:00:00<\/td>\n<\/tr>\n<tr>\n<th>Action Required By Date<\/th>\n<td>2026-08-04T07:00:00Z<\/td>\n<\/tr>\n<tr>\n<th>Message Content<\/th>\n<td>\n<p><b>[Introduction]<\/b><\/p>\n<p>We\u2019re <b>retiring<\/b> the <b>Exchange Web Services (EWS)\u2013based controls<\/b> used to enable or disable Personal Bookings (Bookings with me) in  <i>Microsoft Bookings<\/i>. Beginning August 5, 2026, access to Personal Bookings will be managed exclusively through OWA Mailbox Policy settings.<\/p>\n<p>This change aligns with Microsoft\u2019s Exchange Online management and security principles, while providing a single, consistent administrative experience.<\/p>\n<p><b>[When this will happen]<\/b><\/p>\n<ul>\n<li><b>Now: <\/b>The OWA Mailbox Policy setting for Personal Bookings is available.<\/li>\n<li><b>August 5, 2026: <\/b>EWS\u2011based Personal Bookings controls will be retired.<\/li>\n<\/ul>\n<p><b>[How this affects your organization]<\/b><\/p>\n<p><i>Who is affected<\/i><\/p>\n<ul>\n<li>Microsoft 365 administrators managing Microsoft Bookings and Exchange Online<\/li>\n<li>Organizations currently using EWS organization configuration or per\u2011user CAS mailbox settings to control Personal Bookings<\/li>\n<\/ul>\n<p><i>What will happen<\/i><\/p>\n<ul>\n<li><b>After August 5, 2026<\/b>, admins will <b>no longer<\/b> be able to manage Personal Bookings access using:\n<ul>\n<li><code>Set-OrganizationConfig<\/code> (EWS settings)<\/li>\n<li>EWS\u2011related parameters in <i>Set-CASMailbox<\/i><\/li>\n<\/ul>\n<\/li>\n<li>The default OWA Mailbox Policy is tenant\u2011configurable and may already include customized Personal Bookings settings.<\/li>\n<li><b>Any existing EWS\u2011based Personal Bookings configuration will be ignored.<\/b><\/li>\n<li>Access to Personal Bookings will be determined only by the <b>OWA Mailbox Policy<\/b> assigned to the user.<\/li>\n<li>If no custom OWA Mailbox Policy is assigned to a user, Personal Bookings availability will follow the settings configured in the  <i>tenant\u2019s default OWA Mailbox Policy <\/i>(<code>OwaMailboxPolicy-Default<\/code>).<\/li>\n<li>If your default OWA Mailbox Policy already reflects your intended Personal Bookings access state, no additional changes are required.<\/li>\n<\/ul>\n<p><b>[What you can do to prepare]<\/b><\/p>\n<p>Administrators should<b> complete migration<\/b> of any existing EWS\u2011based Personal Bookings controls to OWA Mailbox Policy  <b>before August 5, 2026,<\/b> to avoid unintended changes to user access.<\/p>\n<p>The following steps require Exchange Online PowerShell.<\/p>\n<p>There is no change to the Personal Bookings user experience. This change affects only how administrators manage access.<\/p>\n<p><b>Migrate your existing EWS\u2011based Personal Bookings controls to the new OWA Mailbox Policy<\/b><\/p>\n<p><b>Review your current EWS\u2011based configuration<\/b><\/p>\n<ul>\n<li>Organization\u2011wide:<\/li>\n<\/ul>\n<p><code>Get-OrganizationConfig | Select-Object EwsEnabled,EwsApplicationAccessPolicy,EwsBlockList,EwsAllowList<\/code><\/p>\n<ul>\n<li>Per user:<\/li>\n<\/ul>\n<p><code>Get-CASMailbox -Identity <\/code><\/p>\n<p><b>Configure Personal Bookings using OWA Mailbox Policy<\/b><\/p>\n<p><b>Disable Personal Bookings for the entire organization<\/b><\/p>\n<ul>\n<li>Admin should run following PowerShell commands:<\/li>\n<\/ul>\n<p><code>Set-OwaMailboxPolicy -Identity \"OwaMailboxPolicy-Default\" -PersonalBookingsDisabled $true<\/code><\/p>\n<ul>\n<li>Verification:<\/li>\n<\/ul>\n<p><code>Get-OwaMailboxPolicy -Identity \"OwaMailboxPolicy-Default\" | Select PersonalBookingsDisabled<\/code><\/p>\n<p><b>Enable Personal Bookings for specific users only<\/b><\/p>\n<ul>  <\/ul>\n<\/p>\n<ul>\n<li>Disable Personal Bookings org\u2011wide using the steps above.<\/li>\n<li>Create a custom policy:<\/li>\n<\/ul>\n<p><code>New-OwaMailboxPolicy -Name \"BwmEnablePolicy\"<\/code><\/p>\n<ul>\n<li>Assign the policy to selected users:<\/li>\n<\/ul>\n<p><code>Set-CASMailbox -Identity &lt;smtp&gt;<\/code><\/p>\n<p><b>Disable Personal Bookings for specific users only (all others are enabled)<\/b><\/p>\n<ul>  <\/ul>\n<\/p>\n<ul>\n<li>Ensure Personal Bookings is enabled org\u2011wide:<\/li>\n<\/ul>\n<p><code>Set-OwaMailboxPolicy -Identity \"OwaMailboxPolicy-Default\" -PersonalBookingsDisabled $false<\/code><\/p>\n<ul>\n<li>Create and configure a custom policy:<\/li>\n<\/ul>\n<p><code>New-OwaMailboxPolicy -Name \"BwmDisablePolicy\"<br \/>  <\/code><\/p>\n<p><code>Set-OwaMailboxPolicy -Identity \"BwmDisablePolicy\" -PersonalBookingsDisabled $true<\/code><\/p>\n<ul>\n<li>Assign the policy:\n<\/p>\n<\/li>\n<\/ul>\n<p><b>After migrating<\/b><\/p>\n<ul>\n<li>Validate assigned OWA Mailbox Policies.<\/li>\n<li>Remove any EWS allow or block list entries related to Personal Bookings.<\/li>\n<li>Update internal administrative documentation.<\/li>\n<li>Notify helpdesk and Exchange administrators of the change.<\/li>\n<\/ul>\n<p>Learn more: <a href=\"https:\/\/learn.microsoft.com\/microsoft-365\/bookings\/bookings-in-outlook?view=o365-worldwide\" target=\"_blank\">  Turn off Personal Bookings | Microsoft Bookings | Microsoft 365 | Microsoft Learn<\/a><\/p>\n<p><b>[Compliance considerations]<\/b><\/p>\n<table>\n<tbody>\n<tr>\n<td>Question<\/td>\n<td>Answer<\/td>\n<\/tr>\n<tr>\n<td>Does this change include an admin control?<\/td>\n<td>Yes. Control of Personal Bookings access moves to OWA Mailbox Policy, which can be assigned per user.<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><b><\/b><\/p>\n<\/td>\n<\/tr>\n<tr>\n<th>Machine Translation<\/th>\n<td>\n<p><b>[\u306f\u3058\u3081\u306b]<\/b><\/p>\n<p><i>Microsoft Bookings<\/i>\u306ePersonal Booking(Bookings with me)\u3092\u6709\u52b9\u307e\u305f\u306f\u7121\u52b9\u306b\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u3066\u3044\u305f<b>Exchange Web Services(EWS)\u30d9\u30fc\u30b9\u306e\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb<\/b>\u3092<b>\u5ec3<\/b>\u6b62\u3057\u307e\u3059\u30022026\u5e748\u67085\u65e5\u3088\u308a\u3001Personal Bookings\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306fOWA\u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u30dd\u30ea\u30b7\u30fc\u8a2d\u5b9a\u306e\u307f\u3067\u7ba1\u7406\u3055\u308c\u307e\u3059\u3002<\/p>\n<p>\u3053\u306e\u5909\u66f4\u306fMicrosoft\u306eExchange Online\u306e\u7ba1\u7406\u304a\u3088\u3073\u30bb\u30ad\u30e5\u30ea\u30c6\u30a3\u539f\u5247\u306b\u6cbf\u3044\u3001\u4e00\u8cab\u3057\u305f\u7ba1\u7406\u4f53\u9a13\u3092\u63d0\u4f9b\u3057\u307e\u3059\u3002<\/p>\n<p><b>[\u3044\u3064\u8d77\u3053\u308b\u304b]<\/b><\/p>\n<ul>\n<li><b>\u73fe\u5728: <\/b>\u500b\u4eba\u4e88\u7d04\u7528\u306eOWA\u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u30dd\u30ea\u30b7\u30fc\u8a2d\u5b9a\u304c\u5229\u7528\u53ef\u80fd\u3067\u3059\u3002<\/li>\n<li><b>2026\u5e748\u67085\u65e5: <\/b>EWS\u30d9\u30fc\u30b9\u306e\u30d1\u30fc\u30bd\u30ca\u30eb\u30d6\u30c3\u30ad\u30f3\u30b0\u7ba1\u7406\u306f\u5ec3\u6b62\u3055\u308c\u307e\u3059\u3002<\/li>\n<\/ul>\n<p><b>[\u3053\u308c\u304c\u3042\u306a\u305f\u306e\u7d44\u7e54\u306b\u4e0e\u3048\u308b\u5f71\u97ff]<\/b><\/p>\n<p><i>\u5f71\u97ff\u3092\u53d7\u3051\u308b\u4eba\u7269<\/i><\/p>\n<ul>\n<li>Microsoft 365\u7ba1\u7406\u8005\u304cMicrosoft Bookings\u304a\u3088\u3073Exchange Online\u3092\u7ba1\u7406<\/li>\n<li>\u73fe\u5728\u3001EWS\u7d44\u7e54\u69cb\u6210\u3084\u30e6\u30fc\u30b6\u30fc\u3054\u3068\u306eCAS\u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u8a2d\u5b9a\u3092\u4f7f\u3063\u3066\u30d1\u30fc\u30bd\u30ca\u30eb\u30d6\u30c3\u30ad\u30f3\u30b0\u3092\u7ba1\u7406\u3057\u3066\u3044\u308b\u7d44\u7e54<\/li>\n<\/ul>\n<p><i>\u4f55\u304c\u8d77\u3053\u308b\u306e\u304b<\/i><\/p>\n<ul>\n<li><b>2026\u5e748\u67085\u65e5\u4ee5\u964d<\/b>\u3001\u7ba1\u7406\u8005\u306f\u4ee5\u4e0b\u3092\u4f7f\u3063\u305f\u500b\u4eba\u4e88\u7d04\u306e\u7ba1\u7406\u304c <b>\u3067\u304d\u306a\u304f\u306a\u308a\u307e\u3059<\/b> \u3002\n<ul>\n<li><code>Set-OrganizationConfig<\/code> (EWS\u306e\u8a2d\u5b9a)<\/li>\n<li><i>Set-CASMailbox<\/i>\u306b\u304a\u3051\u308bEWS\u95a2\u9023\u30d1\u30e9\u30e1\u30fc\u30bf<\/li>\n<\/ul>\n<\/li>\n<li>\u30c7\u30d5\u30a9\u30eb\u30c8\u306eOWA\u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u30dd\u30ea\u30b7\u30fc\u306f\u30c6\u30ca\u30f3\u30c8\u8a2d\u5b9a\u53ef\u80fd\u3067\u3001\u3059\u3067\u306b\u30ab\u30b9\u30bf\u30de\u30a4\u30ba\u3055\u308c\u305f\u500b\u4eba\u4e88\u7d04\u8a2d\u5b9a\u304c\u542b\u307e\u308c\u3066\u3044\u308b\u5834\u5408\u304c\u3042\u308a\u307e\u3059\u3002<\/li>\n<li><b>\u65e2\u5b58\u306eEWS\u30d9\u30fc\u30b9\u306e\u30d1\u30fc\u30bd\u30ca\u30eb\u30d6\u30c3\u30ad\u30f3\u30b0\u8a2d\u5b9a\u306f\u7121\u8996\u3055\u308c\u307e\u3059\u3002<\/b><\/li>\n<li>\u500b\u4eba\u4e88\u7d04\u3078\u306e\u30a2\u30af\u30bb\u30b9\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u305f <b>OWA\u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u30dd\u30ea\u30b7\u30fc<\/b> \u306b\u3088\u3063\u3066\u306e\u307f\u6c7a\u5b9a\u3055\u308c\u307e\u3059\u3002<\/li>\n<li>\u30ab\u30b9\u30bf\u30e0OWA\u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u30dd\u30ea\u30b7\u30fc\u304c\u30e6\u30fc\u30b6\u30fc\u306b\u5272\u308a\u5f53\u3066\u3089\u308c\u3066\u3044\u306a\u3044\u5834\u5408\u3001\u500b\u4eba\u4e88\u7d04\u306e\u53ef\u7528\u6027\u306f <i>\u30c6\u30ca\u30f3\u30c8\u306e\u30c7\u30d5\u30a9\u30eb\u30c8\u306eOWA\u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u30dd\u30ea\u30b7\u30fc <\/i>  (<code>OwaMailboxPolicy-Default<\/code>)\u306b\u8a2d\u5b9a\u3055\u308c\u305f\u8a2d\u5b9a\u306b\u5f93\u3044\u307e\u3059\u3002<\/li>\n<li>\u30c7\u30d5\u30a9\u30eb\u30c8\u306eOWA\u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u30dd\u30ea\u30b7\u30fc\u304c\u3059\u3067\u306b\u3042\u306a\u305f\u306e\u500b\u4eba\u4e88\u7d04\u30a2\u30af\u30bb\u30b9\u5dde\u3092\u53cd\u6620\u3057\u3066\u3044\u308b\u5834\u5408\u306f\u3001\u8ffd\u52a0\u306e\u5909\u66f4\u306f\u5fc5\u8981\u3042\u308a\u307e\u305b\u3093\u3002<\/li>\n<\/ul>\n<p><b>\u3010\u6e96\u5099\u306e\u305f\u3081\u306b\u3067\u304d\u308b\u3053\u3068\u3011<\/b><\/p>\n<p>\u7ba1\u7406\u8005\u306f\u3001\u30e6\u30fc\u30b6\u30fc\u30a2\u30af\u30bb\u30b9\u3078\u306e\u610f\u56f3\u3057\u306a\u3044\u5909\u66f4\u3092\u907f\u3051\u308b\u305f\u3081\u3001<b>2026\u5e748\u67085\u65e5\u307e\u3067\u306b<\/b>\u65e2\u5b58\u306eEWS\u30d9\u30fc\u30b9\u306e\u30d1\u30fc\u30bd\u30ca\u30eb\u30d6\u30c3\u30ad\u30f3\u30b0\u30b3\u30f3\u30c8\u30ed\u30fc\u30eb\u3092OWA\u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u30dd\u30ea\u30b7\u30fc\u306b<b>\u79fb\u884c\u3057\u306a\u3051\u308c\u3070\u306a\u308a\u307e\u305b\u3093<\/b>\u3002<\/p>\n<p>\u4ee5\u4e0b\u306e\u624b\u9806\u306b\u306fExchange Online\u306ePowerShell\u304c\u5fc5\u8981\u3067\u3059\u3002<\/p>\n<p>Personal Bookings\u306e\u30e6\u30fc\u30b6\u30fc\u4f53\u9a13\u306b\u5909\u66f4\u306f\u3042\u308a\u307e\u305b\u3093\u3002\u3053\u306e\u5909\u66f4\u306f\u7ba1\u7406\u8005\u306e\u30a2\u30af\u30bb\u30b9\u7ba1\u7406\u65b9\u6cd5\u306b\u306e\u307f\u5f71\u97ff\u3057\u307e\u3059\u3002<\/p>\n<p><b>\u65e2\u5b58\u306eEWS\u30d9\u30fc\u30b9\u306e\u500b\u4eba\u4e88\u7d04\u7ba1\u7406\u3092\u65b0\u3057\u3044OWA\u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u30dd\u30ea\u30b7\u30fc\u306b\u79fb\u884c\u3057\u3066\u304f\u3060\u3055\u3044<\/b><\/p>\n<p><b>\u73fe\u5728\u306eEWS\u30d9\u30fc\u30b9\u306e\u69cb\u6210\u3092\u898b\u76f4\u3057\u307e\u3057\u3087\u3046<\/b><\/p>\n<ul>\n<li>\u7d44\u7e54\u5168\u4f53:<\/li>\n<\/ul>\n<p><code>Get-OrganizationConfig | Select-Object EwsEnabled,EwsApplicationAccessPolicy,EwsBlockList,EwsAllowList<\/code><\/p>\n<ul>\n<li>\u30e6\u30fc\u30b6\u30fc\u3054\u3068\u306e\u3054\u5831\u544a:<\/li>\n<\/ul>\n<p><code>Get-CASMailbox -Identity <\/code><\/p>\n<p><b>OWA\u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u30dd\u30ea\u30b7\u30fc\u3092\u4f7f\u3063\u3066\u30d1\u30fc\u30bd\u30ca\u30eb\u30d6\u30c3\u30ad\u30f3\u30b0\u3092\u8a2d\u5b9a\u3059\u308b<\/b><\/p>\n<p><b>\u7d44\u7e54\u5168\u4f53\u306e\u500b\u4eba\u4e88\u7d04\u3092\u7121\u52b9\u306b\u3059\u308b<\/b><\/p>\n<ul>\n<li>\u7ba1\u7406\u8005\u306f\u4ee5\u4e0b\u306ePowerShell\u30b3\u30de\u30f3\u30c9\u3092\u5b9f\u884c\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059:<\/li>\n<\/ul>\n<p><code>Set-OwaMailboxPolicy -Identity \"OwaMailboxPolicy-Default\" -PersonalBookingsDisabled $true<\/code><\/p>\n<ul>\n<li>\u691c\u8a3c:<\/li>\n<\/ul>\n<p><code>Get-OwaMailboxPolicy -Identity \"OwaMailboxPolicy-Default\" | Select PersonalBookingsDisabled<\/code><\/p>\n<p><b>\u7279\u5b9a\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u307f\u304c\u30d1\u30fc\u30bd\u30ca\u30eb\u30d6\u30c3\u30ad\u30f3\u30b0\u3092\u6709\u52b9\u306b\u3059\u308b<\/b><\/p>\n<ul>  <\/ul>\n<\/p>\n<ul>\n<li>\u4e0a\u8a18\u306e\u624b\u9806\u3092\u4f7f\u3063\u3066\u7d44\u7e54\u5168\u4f53\u3067Personal Bookings\u3092\u7121\u52b9\u306b\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/li>\n<li>\u30ab\u30b9\u30bf\u30e0\u30dd\u30ea\u30b7\u30fc\u306e\u4f5c\u6210:<\/li>\n<\/ul>\n<p><code>New-OwaMailboxPolicy -Name \"BwmEnablePolicy\"<\/code><\/p>\n<ul>\n<li>\u9078\u629e\u3057\u305f\u30e6\u30fc\u30b6\u30fc\u306b\u30dd\u30ea\u30b7\u30fc\u3092\u5272\u308a\u5f53\u3066\u308b:<\/li>\n<\/ul>\n<p><code>Set-CASMailbox -Identity &lt;smtp&gt;<\/code><\/p>\n<p><b>\u7279\u5b9a\u306e\u30e6\u30fc\u30b6\u30fc\u306e\u307f\u306e\u500b\u4eba\u4e88\u7d04\u3092\u7121\u52b9\u306b\u3057(\u305d\u308c\u4ee5\u5916\u306f\u6709\u52b9\u306b\u3057\u307e\u3059)<\/b><\/p>\n<ul>  <\/ul>\n<\/p>\n<ul>\n<li>\u7d44\u7e54\u5168\u4f53\u3067\u30d1\u30fc\u30bd\u30ca\u30eb\u30d6\u30c3\u30ad\u30f3\u30b0\u3092\u6709\u52b9\u306b\u3059\u308b:<\/li>\n<\/ul>\n<p><code>Set-OwaMailboxPolicy -Identity \"OwaMailboxPolicy-Default\" -PersonalBookingsDisabled $false<\/code><\/p>\n<ul>\n<li>\u30ab\u30b9\u30bf\u30e0\u30dd\u30ea\u30b7\u30fc\u3092\u4f5c\u6210\u30fb\u8a2d\u5b9a\u3059\u308b:<\/li>\n<\/ul>\n<p><code>New-OwaMailboxPolicy -Name \"BwmDisablePolicy\"<br \/>  <\/code><\/p>\n<p><code>Set-OwaMailboxPolicy -Identity \"BwmDisablePolicy\" -PersonalBookingsDisabled $true<\/code><\/p>\n<ul>\n<li>\u30dd\u30ea\u30b7\u30fc\u3092\u5272\u308a\u5f53\u3066\u308b:\n<\/p>\n<\/li>\n<\/ul>\n<p><b>\u79fb\u4f4f\u5f8c<\/b><\/p>\n<ul>\n<li>\u5272\u308a\u5f53\u3066\u3089\u308c\u305fOWA\u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u30dd\u30ea\u30b7\u30fc\u306e\u691c\u8a3c\u3002<\/li>\n<li>\u500b\u4eba\u4e88\u7d04\u306b\u95a2\u9023\u3059\u308bEWS\u306e\u8a31\u53ef\u3084\u30d6\u30ed\u30c3\u30af\u30ea\u30b9\u30c8\u306e\u30a8\u30f3\u30c8\u30ea\u30fc\u3092\u524a\u9664\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/li>\n<li>\u793e\u5185\u306e\u7ba1\u7406\u6587\u66f8\u3092\u66f4\u65b0\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/li>\n<li>\u5909\u66f4\u3092\u30d8\u30eb\u30d7\u30c7\u30b9\u30af\u3068Exchange\u7ba1\u7406\u8005\u306b\u901a\u77e5\u3057\u3066\u304f\u3060\u3055\u3044\u3002<\/li>\n<\/ul>\n<p>\u8a73\u3057\u304f\u306f\u3053\u3061\u3089: <a href=\"https:\/\/learn.microsoft.com\/microsoft-365\/bookings\/bookings-in-outlook?view=o365-worldwide\" target=\"_blank\">  \u500b\u4eba\u4e88\u7d04\u3092\u30aa\u30d5\u306b\u3059\u308b |Microsoft Bookings |Microsoft 365 |Microsoft Learn<\/a><\/p>\n<p><b>[\u30b3\u30f3\u30d7\u30e9\u30a4\u30a2\u30f3\u30b9\u306e\u8003\u616e\u4e8b\u9805]<\/b><\/p>\n<table>\n<tbody>\n<tr>\n<td>\u8cea\u554f<\/td>\n<td>\u56de\u7b54<\/td>\n<\/tr>\n<tr>\n<td>\u3053\u306e\u5909\u66f4\u306b\u306f\u7ba1\u7406\u8005\u306e\u7ba1\u7406\u3082\u542b\u307e\u308c\u307e\u3059\u304b?<\/td>\n<td>\u306f\u3044\u3002\u30d1\u30fc\u30bd\u30ca\u30eb\u30d6\u30c3\u30ad\u30f3\u30b0\u306e\u30a2\u30af\u30bb\u30b9\u7ba1\u7406\u306fOWA\u30e1\u30fc\u30eb\u30dc\u30c3\u30af\u30b9\u30dd\u30ea\u30b7\u30fc\u306b\u79fb\u884c\u3057\u3001\u30e6\u30fc\u30b6\u30fc\u3054\u3068\u306b\u5272\u308a\u5f53\u3066\u308b\u3053\u3068\u304c\u3067\u304d\u307e\u3059\u3002<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><b><\/b><\/p>\n<\/td>\n<\/tr>\n<\/tbody>\n<\/table><\/div>\n<\/div>\n","protected":false},"excerpt":{"rendered":"<p>MC1418559 | Action required: Retirement of EWS-based Personal Bookings controls (Microsoft Bookings) Classific [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-17566","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/posts\/17566","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/comments?post=17566"}],"version-history":[{"count":0,"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/posts\/17566\/revisions"}],"wp:attachment":[{"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/media?parent=17566"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/categories?post=17566"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/m365jp.net\/index.php\/wp-json\/wp\/v2\/tags?post=17566"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}