דילוג לתוכן

שיתוף תיבת דואר נכנס ב Office 365

להלן הפתרון:

ראשית יש להתחבר ב Power Shell  לניהול חשבון ה- 365  שברצונכם לשנות ולנהל ע"י הפקודות הבאות:

לאחר שפתחתם את תוכנת  Microsoft Online Services Module for Windows PowerShell

נא הקלידו :

 

1.$LiveCred = Get-Credential

 

. position:fixed is unreliable inside ancestors that clip overflow; reparenting keeps them pinned to the viewport regardless. */ ['.mch-a11y', '.mch-cookie'].forEach(function (sel) { var el = document.querySelector(sel); if (el && el.parentNode !== document.body) { document.body.appendChild(el); } }); var root = document.documentElement; var KEY = 'mchA11y'; var state = { fontStep: 0, contrast: false, grayscale: false, links: false, readable: false }; try { var saved = localStorage.getItem(KEY); if (saved) { state = Object.assign(state, JSON.parse(saved)); } } catch (e) {} function apply() { root.style.fontSize = state.fontStep ? (100 + state.fontStep * 10) + '%' : ''; root.classList.toggle('a11y-contrast', state.contrast); root.classList.toggle('a11y-grayscale', state.grayscale); root.classList.toggle('a11y-links', state.links); root.classList.toggle('a11y-readable', state.readable); document.querySelectorAll('[data-a11y]').forEach(function (b) { var k = b.getAttribute('data-a11y'); if (state.hasOwnProperty(k)) { b.setAttribute('aria-pressed', state[k] ? 'true' : 'false'); } }); try { localStorage.setItem(KEY, JSON.stringify(state)); } catch (e) {} } document.addEventListener('click', function (e) { var toggle = e.target.closest('.mch-a11y__toggle'); if (toggle) { var p = document.getElementById('mch-a11y-panel'); var isOpen = p.hasAttribute('hidden'); if (isOpen) { p.removeAttribute('hidden'); } else { p.setAttribute('hidden', ''); } toggle.setAttribute('aria-expanded', isOpen ? 'true' : 'false'); return; } var btn = e.target.closest('[data-a11y]'); if (!btn) { // Click outside closes the panel. if (!e.target.closest('.mch-a11y')) { var pnl = document.getElementById('mch-a11y-panel'); if (pnl && !pnl.hasAttribute('hidden')) { pnl.setAttribute('hidden', ''); document.querySelector('.mch-a11y__toggle').setAttribute('aria-expanded', 'false'); } } return; } switch (btn.getAttribute('data-a11y')) { case 'font-up': state.fontStep = Math.min(state.fontStep + 1, 4); break; case 'font-down': state.fontStep = Math.max(state.fontStep - 1, -2); break; case 'contrast': state.contrast = !state.contrast; break; case 'grayscale': state.grayscale = !state.grayscale; break; case 'links': state.links = !state.links; break; case 'readable': state.readable = !state.readable; break; case 'reset': state = { fontStep: 0, contrast: false, grayscale: false, links: false, readable: false }; break; } apply(); }); apply(); })(); /* ── Cookie notice ─────────────────────────────────────────────────── */ (function () { var KEY = 'mchCookieConsent'; var banner = document.getElementById('mch-cookie'); if (!banner) { return; } var choice = null; try { choice = localStorage.getItem(KEY); } catch (e) {} if (!choice) { banner.removeAttribute('hidden'); } banner.addEventListener('click', function (e) { var btn = e.target.closest('[data-cookie]'); if (!btn) { return; } try { localStorage.setItem(KEY, btn.getAttribute('data-cookie')); } catch (e) {} banner.setAttribute('hidden', ''); }); })();