주요 콘텐츠로 건너뛰기 AI agents, Microsoft 365 Copilot 등을 최대한 활용하는 방법을 알아보세요. 4월 21일부터 23일까지 열리는 Microsoft 365 커뮤니티 컨퍼런스에 참여하세요.
더 알아보기

Polaris Inc.와 Microsoft Teams - 우리가 일하고 즐기는 방식을 재창조합니다.

시즌 44화2021년 10월 28일 출시

Polaris Inc.는 게임 방식을 재창조하는 것으로 유명한 회사입니다. 그들은 스노우 모빌, 오프로드 및 온로드 차량, 보트 등의 혁신으로 잘 알려져 있지만, 그들이 일하고 모든 직원과 소통하는 방식을 완전히 재창조했다는 사실을 알고 계셨습니까? 공장 현장부터 대리점까지 Polaris와 Microsoft Teams가 직원 및 고객과 혁신을 공유하는 방식을 어떻게 극적으로 변화시켰는지 들어보세요. 꼭 읽어보세요 해당 블로그.

Boris Rubanovich

보리스 루바노비치

폴라리스 주식회사

Sheila Miller

쉴라 밀러

폴라리스 주식회사

Tim Fowler

팀 파울러

폴라리스 주식회사

Inside Microsoft Teams 시즌 8이 시작되었습니다

우리는 여러분에게 더욱 심층적인 콘텐츠를 제공하게 되어 기쁘게 생각합니다! 이번 시즌에는 특히 Microsoft 365 Copilot를 중심으로 업무의 미래, AI의 역할 등 가장 관련성이 높은 주제를 심도 깊게 다룰 예정입니다. 우리는 제품 및 엔지니어링 팀 구성원을 포함하여 제품을 구축하는 사람들과의 전문가 인터뷰를 계속해서 제공할 것입니다. Microsoft Teams 세계의 최신 개발 및 혁신을 살펴보는 데 참여하세요.

최신 에피소드 보기 YouTube에서 시청하기
회사 뉴스
대한민국 - 한국어
© Microsoft 2026
Polaris Inc.와 Microsoft Teams - 우리가 일하고 즐기는 방식을 재창조합니다(Inside Microsoft Teams)
be"]').forEach(iframe => { const placeholder = document.createElement('div'); placeholder.className = 'youtube-consent-placeholder'; placeholder.dataset.src = iframe.src; placeholder.style.width = iframe.style.width || '100%'; placeholder.style.height = iframe.style.height || '315px'; placeholder.style.background = "#000"; placeholder.style.display = "flex"; placeholder.style.alignItems = "center"; placeholder.style.justifyContent = "center"; placeholder.style.color = "#fff"; placeholder.innerText = message; iframe.replaceWith(placeholder); deferredYouTubeEmbeds.push(placeholder); }); } function loadYouTubeEmbeds() { deferredYouTubeEmbeds.forEach(placeholder => { const iframe = document.createElement('iframe'); iframe.src = placeholder.dataset.src; iframe.setAttribute('allowfullscreen', ''); iframe.setAttribute('frameborder', '0'); iframe.setAttribute('loading', 'lazy'); iframe.style.width = placeholder.style.width; iframe.style.height = placeholder.style.height; placeholder.replaceWith(iframe); }); deferredYouTubeEmbeds = []; } function onConsentChanged(categoryPreferences) { console.log("🍪 Consent changed:", categoryPreferences); if (categoryPreferences?.Marketing || categoryPreferences?.SocialMedia) { loadYouTubeEmbeds(); } } function initConsentAndYouTube() { WcpConsent.init( locale, bannerId, function (err, siteConsent) { if (err) { console.error("❌ MSCC init error:", err); return; } window._wcpConsent = siteConsent; // 👈 CRITICAL for the link to work // ✅ This ensures the Manage Cookies link will work window._wcpConsent = siteConsent; const consent = siteConsent.getConsent(); console.log("✅ MSCC initialized. Current consent:", consent); if (consent?.Marketing || consent?.SocialMedia) { loadYouTubeEmbeds(); } else { deferYouTubeEmbeds(); } }, onConsentChanged, WcpConsent.themes.light, "test-nonce", { forceShowBanner: true, siteBehavior: { enableAutoConsent: false, allowImplicitConsent: false }, fallbackBehavior: { waitForConsent: true, defaultConsent: { Required: false, Analytics: false, SocialMedia: false, Marketing: false, Advertising: false } } } ); } document.addEventListener("DOMContentLoaded", () => { const waitForMSCC = setInterval(() => { if (window.WcpConsent?.init) { clearInterval(waitForMSCC); initConsentAndYouTube(); } }, 100); }); })();