microsoft
468 Topicsmultiple selection not working in word-processing apps
I'm having an issue with both my laptop and desktop pc's where holding down the control key won't let me select multiple words an any word processing application (ms word, wps, notepad, etc...). I can select multiple files on my desktop using the ctrl key, and in google docs I can select multiple words with this method. The problem seems to be just with word-processing software. Anyone have any suggestions? My desktop pc has 22H2 (OS Build 19045.6466) My laptop pc has Windows 11 version 21H2 (OS Build 22000.2538)56Views0likes3CommentsIntegrating Microsoft Foundry with OpenClaw: Step by Step Model Configuration
Step 1: Deploying Models on Microsoft Foundry Let us kick things off in the Azure portal. To get our OpenClaw agent thinking like a genius, we need to deploy our models in Microsoft Foundry. For this guide, we are going to focus on deploying gpt-5.2-codex on Microsoft Foundry with OpenClaw. Navigate to your AI Hub, head over to the model catalog, choose the model you wish to use with OpenClaw and hit deploy. Once your deployment is successful, head to the endpoints section. Important: Grab your Endpoint URL and your API Keys right now and save them in a secure note. We will need these exact values to connect OpenClaw in a few minutes. Step 2: Installing and Initializing OpenClaw Next up, we need to get OpenClaw running on your machine. Open up your terminal and run the official installation script: curl -fsSL https://openclaw.ai/install.sh | bash The wizard will walk you through a few prompts. Here is exactly how to answer them to link up with our Azure setup: First Page (Model Selection): Choose "Skip for now". Second Page (Provider): Select azure-openai-responses. Model Selection: Select gpt-5.2-codex , For now only the models listed (hosted on Microsoft Foundry) in the picture below are available to be used with OpenClaw. Follow the rest of the standard prompts to finish the initial setup. Step 3: Editing the OpenClaw Configuration File Now for the fun part. We need to manually configure OpenClaw to talk to Microsoft Foundry. Open your configuration file located at ~/.openclaw/openclaw.json in your favorite text editor. Replace the contents of the models and agents sections with the following code block: { "models": { "providers": { "azure-openai-responses": { "baseUrl": "https://<YOUR_RESOURCE_NAME>.openai.azure.com/openai/v1", "apiKey": "<YOUR_AZURE_OPENAI_API_KEY>", "api": "openai-responses", "authHeader": false, "headers": { "api-key": "<YOUR_AZURE_OPENAI_API_KEY>" }, "models": [ { "id": "gpt-5.2-codex", "name": "GPT-5.2-Codex (Azure)", "reasoning": true, "input": ["text", "image"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 400000, "maxTokens": 16384, "compat": { "supportsStore": false } }, { "id": "gpt-5.2", "name": "GPT-5.2 (Azure)", "reasoning": false, "input": ["text", "image"], "cost": { "input": 0, "output": 0, "cacheRead": 0, "cacheWrite": 0 }, "contextWindow": 272000, "maxTokens": 16384, "compat": { "supportsStore": false } } ] } } }, "agents": { "defaults": { "model": { "primary": "azure-openai-responses/gpt-5.2-codex" }, "models": { "azure-openai-responses/gpt-5.2-codex": {} }, "workspace": "/home/<USERNAME>/.openclaw/workspace", "compaction": { "mode": "safeguard" }, "maxConcurrent": 4, "subagents": { "maxConcurrent": 8 } } } } You will notice a few placeholders in that JSON. Here is exactly what you need to swap out: Placeholder Variable What It Is Where to Find It <YOUR_RESOURCE_NAME> The unique name of your Azure OpenAI resource. Found in your Azure Portal under the Azure OpenAI resource overview. <YOUR_AZURE_OPENAI_API_KEY> The secret key required to authenticate your requests. Found in Microsoft Foundry under your project endpoints or Azure Portal keys section. <USERNAME> Your local computer's user profile name. Open your terminal and type whoami to find this. Step 4: Restart the Gateway After saving the configuration file, you must restart the OpenClaw gateway for the new Foundry settings to take effect. Run this simple command: openclaw gateway restart Configuration Notes & Deep Dive If you are curious about why we configured the JSON that way, here is a quick breakdown of the technical details. Authentication Differences Azure OpenAI uses the api-key HTTP header for authentication. This is entirely different from the standard OpenAI Authorization: Bearer header. Our configuration file addresses this in two ways: Setting "authHeader": false completely disables the default Bearer header. Adding "headers": { "api-key": "<key>" } forces OpenClaw to send the API key via Azure's native header format. Important Note: Your API key must appear in both the apiKey field AND the headers.api-key field within the JSON for this to work correctly. The Base URL Azure OpenAI's v1-compatible endpoint follows this specific format: https://<your_resource_name>.openai.azure.com/openai/v1 The beautiful thing about this v1 endpoint is that it is largely compatible with the standard OpenAI API and does not require you to manually pass an api-version query parameter. Model Compatibility Settings "compat": { "supportsStore": false } disables the store parameter since Azure OpenAI does not currently support it. "reasoning": true enables the thinking mode for GPT-5.2-Codex. This supports low, medium, high, and xhigh levels. "reasoning": false is set for GPT-5.2 because it is a standard, non-reasoning model. Model Specifications & Cost Tracking If you want OpenClaw to accurately track your token usage costs, you can update the cost fields from 0 to the current Azure pricing. Here are the specs and costs for the models we just deployed: Model Specifications Model Context Window Max Output Tokens Image Input Reasoning gpt-5.2-codex 400,000 tokens 16,384 tokens Yes Yes gpt-5.2 272,000 tokens 16,384 tokens Yes No Current Cost (Adjust in JSON) Model Input (per 1M tokens) Output (per 1M tokens) Cached Input (per 1M tokens) gpt-5.2-codex $1.75 $14.00 $0.175 gpt-5.2 $2.00 $8.00 $0.50 Conclusion: And there you have it! You have successfully bridged the gap between the enterprise-grade infrastructure of Microsoft Foundry and the local autonomy of OpenClaw. By following these steps, you are not just running a chatbot; you are running a sophisticated agent capable of reasoning, coding, and executing tasks with the full power of GPT-5.2-codex behind it. The combination of Azure's reliability and OpenClaw's flexibility opens up a world of possibilities. Whether you are building an automated devops assistant, a research agent, or just exploring the bleeding edge of AI, you now have a robust foundation to build upon. Now it is time to let your agent loose on some real tasks. Go forth, experiment with different system prompts, and see what you can build. If you run into any interesting edge cases or come up with a unique configuration, let me know in the comments below. Happy coding!1.1KViews1like1CommentđŁ MSLE Office Hoursâ â PortuguĂȘs
OlĂĄ, đ Espero que estejam bem! Tem dĂșvidas sobre o Programa MSLE? NĂłs temos as respostas! Participe das nossas Office Hours do MSLE: um espaço para conectar, aprender e receber apoio personalizado. â Tire suas dĂșvidas sobre o programa â Explore recursos e boas prĂĄticas â Conecte-se com outros educadores e com nossa equipe do MSLE Traga suas perguntas, ideias e curiosidades â estamos aqui para ajudar vocĂȘ a aproveitar ao mĂĄximo sua experiĂȘncia com o MSLE! No horĂĄrio indicado, favor realizar acesso ao link: Teams meeting.Why is OOF an OOF and not an OOO?
Here's an interesting historical question - when we say Out of Office, why does it sometimes get shortened to âOOFâ? Shouldnât it be âOOOâ? Inside Microsoft, âOOFâ means not just the message which says youâre Out of Office, but it has grown to mean the act of being Out of the Office too - so youâll get people putting sticky notes on their door saying âOOF Thurs & Friâ or even people verbally saying things like, "Oh, Kevinâs OOF on vacation for the rest of the weekâ. I suppose that sounds better than "Oh, Kevinâs OOO on vacation ..." OOF was a command used in the days of Microsoftâs Xenix mail system, which set a user as âOut of Facilityâ - ie Out of the Office. The usage of the term âOOFâ just stuck, as did the term âLittle râ (e.g. on an email sent to a distribution list, "Who wants to go to the cinema tonight? Little ârâ if youâre interested", meaning reply just to me) - as preserved in Outlook with CTRL+R for Reply, and CTRL+SHIFT+R (aka Big R) for Reply All. Ewan Dalton389KViews42likes9CommentsđŁ MSLE Office Hoursâ â PortuguĂȘs
OlĂĄ, đ Espero que estejam bem! Tem dĂșvidas sobre o Programa MSLE? NĂłs temos as respostas! Participe das nossas Office Hours do MSLE: um espaço para conectar, aprender e receber apoio personalizado. â Tire suas dĂșvidas sobre o programa â Explore recursos e boas prĂĄticas â Conecte-se com outros educadores e com nossa equipe do MSLE Traga suas perguntas, ideias e curiosidades â estamos aqui para ajudar vocĂȘ a aproveitar ao mĂĄximo sua experiĂȘncia com o MSLE! No horĂĄrio indicado, favor realizar acesso ao link: Teams meeting.đŁ MSLE Office Hoursâ â PortuguĂȘs
OlĂĄ, đ Espero que estejam bem! Tem dĂșvidas sobre o Programa MSLE? NĂłs temos as respostas! Participe das nossas Office Hours do MSLE: um espaço para conectar, aprender e receber apoio personalizado. â Tire suas dĂșvidas sobre o programa â Explore recursos e boas prĂĄticas â Conecte-se com outros educadores e com nossa equipe do MSLE Traga suas perguntas, ideias e curiosidades â estamos aqui para ajudar vocĂȘ a aproveitar ao mĂĄximo sua experiĂȘncia com o MSLE! No horĂĄrio indicado, favor realizar acesso ao link: Teams meeting.đŁ Getting Started with AI and MS Copilotââ â PortuguĂȘs
OlĂĄ, đ đą Quer explorar IA e Microsoft Copilot de forma prĂĄtica para o aprendizado? Participe da sessĂŁo âIntrodução Ă IA com o uso do MS Copilotâ, pensada especialmente para docentes que estĂŁo começando a usar o Copilot. Vamos aprender os fundamentos da IA generativa, como criar boas instruçÔes e aplicar essas ferramentas na sala de aula. đ SessĂŁo com exemplos prĂĄticos, materiais para utilizar e um espaço ideal para praticar e tirar dĂșvidas. No horĂĄrio indicado, favor realizar acesso ao link: Teams meeting.Microsoft Finland - Software Developing Companies monthly community series.
Tervetuloa jĂ€lleen mukaan Microsoftin webinaarisarjaan teknologiayrityksille! Microsoft Finlandin jĂ€rjestĂ€mĂ€ Software Development monthly Community series on webinaarisarja, joka tarjoaa ohjelmistotaloille ajankohtaista tietoa, konkreettisia esimerkkejĂ€ ja strategisia nĂ€kemyksiĂ€ siitĂ€, miten yhteistyö Microsoftin kanssa voi vauhdittaa kasvua ja avata uusia liiketoimintamahdollisuuksia. Sarja on suunnattu kaikenkokoisille ja eri kehitysvaiheissa oleville teknologiayrityksille - startupeista globaaleihin toimijoihin. Jokaisessa jaksossa pureudutaan kĂ€ytĂ€nnönlĂ€heisesti siihen, miten ohjelmistoyritykset voivat hyödyntÀÀ Microsoftin ekosysteemiĂ€, teknologioita ja kumppanuusohjelmia omassa liiketoiminnassaan. Huom. Microsoft Software Developing Companies monthly community webinars -webinaarisarja jĂ€rjestetÀÀn Cloud Champion -sivustolla, josta webinaarit ovat kĂ€tevĂ€sti saatavilla tallenteina pari tuntia live-lĂ€hetyksen jĂ€lkeen. Muistathan rekisteröityĂ€ Cloud Champion -alustalle ensimmĂ€isellĂ€ kerralla, jonka jĂ€lkeen pÀÀset aina sisĂ€ltöön sekĂ€ tallenteisiin kĂ€siksi. PÀÀset rekisteröitymÀÀn, "Register now"-kohdasta. TĂ€ytĂ€ tietosi ja valitse Distributor kohtaan - Other, mikĂ€li et tiedĂ€ Microsoft-tukkurianne. Webinaarit: 27.2.2026 klo 09:00-09:30 - M-Files polku menestykseen yhdessĂ€ Microsoftin kanssa MitĂ€ globaalin kumppanuuden rakentaminen M-Files:in ja Microsoft:in vĂ€lillĂ€ on vaatinut â ja mitĂ€ hyötyĂ€ siitĂ€ on syntynyt? TĂ€ssĂ€ webinaarissa kuulet insiderit suoraan M-Filesin Kimmo JĂ€rvensivulta, Stategic Alliances Director: miten kumppanuus Microsoft kanssa on rakennettu, mitĂ€ matkalla on opittu ja miten yhteistyö on vauhdittanut kasvua. M-Files on Ă€lykĂ€s tiedonhallinta-alusta, joka auttaa organisaatioita hallitsemaan dokumentteja ja tietoa metatiedon avulla sijainnista riippumatta. Se tehostaa tiedon löytĂ€mistĂ€, parantaa vaatimustenmukaisuutta ja tukee modernia työtĂ€ Microsoft-ekosysteemissĂ€. Tule kuulemaan, mitĂ€ menestyksekĂ€s kumppanuus todella vaatii, ja miten siitĂ€ tehdÀÀn strateginen kilpailuetu. Rekisteröidy mukaan: Microsoft Finland â Software Developing Companies Monthly Community Series â M-Files polku menestykseen yhdessĂ€ Microsoftin kanssa â Finland Cloud Champion Asiantuntijat: Kimmi JĂ€rvensivu, Strategic Alliances Director, M-Files Mikko Marttinen, Sr Partner Development Manager, Microsoft Eetu Roponen, Sr Partner Development Manager, Microsoft 30.1.2026 klo 09:00-09:30 - Model Context Protocol (MCP)âavoin standardi, joka mullistaa AI-integraatiot Webinaarissa kĂ€ymme lĂ€pi, mikĂ€ on Model Context Protocol (MCP), miten se mahdollistaa turvalliset ja skaalautuvat yhteydet AIâmallien ja ulkoisten jĂ€rjestelmien vĂ€lillĂ€ ilman rÀÀtĂ€löityĂ€ koodia, mikĂ€ on Microsoftin lĂ€hestyminen MCPâprotokollan hyödyntĂ€miseen sekĂ€ miten softayritykset voivat hyödyntÀÀ MCPâstandardin tarjoamia liiketoimintamahdollisuuksia. Webinaarissa kĂ€ymme lĂ€pi: MikĂ€ MCP on ja miksi se on tĂ€rkeĂ€ nykyaikaisissa AIâprosesseissa Kuinka MCP vĂ€hentÀÀ integraatioiden monimutkaisuutta ja nopeuttaa kehitystĂ€ KĂ€ytĂ€nnön esimerkkejĂ€ Webiinarin asiaosuus kĂ€ydÀÀn lĂ€pi englanniksi. Katso nauhoite: 30.1.2026 klo 09:00-09:30 â Model Context Protocol (MCP)âavoin standardi, joka mullistaa AI-integraatiot â Finland Cloud Champion Asiantuntijat: Massimo Caterino, Kumppaniteknologiastrategisti, Microsoft Europe North Mikko Marttinen, Sr Partner Development Manager, Microsoft Eetu Roponen, Sr Partner Development Manager, Microsoft 12.12. klo 09:00-09:30 - MitĂ€ Suomen Azure-regioona tarkoittaa ohjelmistotaloille? Microsoftin uusi datakeskusalue Suomeen tuo pilvipalvelut lĂ€hemmĂ€ksi suomalaisia ohjelmistotaloja â olipa kyseessĂ€ startup, scaleup tai globaali toimija. Webinaarissa pureudumme siihen, mitĂ€ mahdollisuuksia uusi Azure-regioona avaa datan sijainnin, suorituskyvyn, sÀÀntelyn ja asiakasvaatimusten nĂ€kökulmasta. Keskustelemme muun muassa: Miten datan paikallinen sijainti tukee asiakasvaatimuksia ja sÀÀntelyĂ€? MitĂ€ hyötyĂ€ ohjelmistotaloille on pienemmĂ€stĂ€ latenssista ja paremmasta suorituskyvystĂ€? Miten Azure-regioona tukee yhteismyyntiĂ€ ja skaalautumista Suomessa? Miten valmistautua teknisesti ja kaupallisesti uuden regioonan avaamiseen? Puhujat: Fama Doumbouya, Sales Director, Cloud Infra and Security, Microsoft Mikko Marttinen, Sr Partner Development Manager, Microsoft Eetu Roponen, Sr Partner Development Manager, Microsoft Katso nauhoite: Microsoft Finland â Software Developing Companies Monthly Community Series â MitĂ€ Suomen Azure-regioona tarkoittaa ohjelmistotaloille? â Finland Cloud Champion 28.11. klo 09:00-09:30 - Pilvipalvelut omilla ehdoilla â mitĂ€ Microsoftin Sovereign Cloud tarkoittaa ohjelmistotaloille? YhĂ€ useampi ohjelmistotalo kohtaa vaatimuksia datan sijainnista, sÀÀntelyn noudattamisesta ja operatiivisesta kontrollista â erityisesti julkisella sektorilla ja sÀÀdellyillĂ€ toimialoilla. TĂ€ssĂ€ webinaarissa pureudumme siihen, miten Microsoftin uusi Sovereign Cloud -tarjonta vastaa nĂ€ihin tarpeisiin ja mitĂ€ mahdollisuuksia se avaa suomalaisille ohjelmistoyrityksille. Keskustelemme muun muassa: Miten Sovereign Public ja Private Cloud eroavat ja mitĂ€ ne mahdollistavat? Miten datan hallinta, salaus ja operatiivinen suvereniteetti toteutuvat eurooppalaisessa kontekstissa? MitĂ€ tĂ€mĂ€ tarkoittaa ohjelmistoyrityksille, jotka rakentavat ratkaisuja julkiselle sektorille tai sÀÀdellyille toimialoille? Puhujat: Juha Karppinen, National Security Officer, Microsoft Mikko Marttinen, Sr Partner Development Manager, Microsoft Eetu Roponen, Sr Partner Development Manager, Microsoft Katso nauhoite: Microsoft Finland â Software Developing Companies Monthly Community Series â Pilvipalvelut omilla ehdoilla â mitĂ€ Microsoftin Sovereign Cloud tarkoittaa ohjelmistotaloille? â Finland Cloud Champion 31.10. klo 09:00-09:30 - Kasvua ja nĂ€kyvyyttĂ€ ohjelmistotaloille â hyödynnĂ€ ISV Success ja Azure Marketplace rewards -ohjelmia TĂ€ssĂ€ webinaarissa pureudumme ohjelmistotaloille suunnattuihin Microsoftin keskeisiin kiihdytinohjelmiin, jotka tukevat kasvua, skaalautuvuutta ja kansainvĂ€listĂ€ nĂ€kyvyyttĂ€. KĂ€ymme lĂ€pi, miten ISV Success -ohjelma tarjoaa teknistĂ€ ja kaupallista tukea ohjelmistoyrityksille eri kehitysvaiheissa, ja miten Azure Marketplace toimii tehokkaana myyntikanavana uusien asiakkaiden tavoittamiseen. LisĂ€ksi esittelemme Marketplace Rewards -edut, jotka tukevat markkinointia, yhteismyyntiĂ€ ja asiakashankintaa Microsoftin ekosysteemissĂ€. Webinaari tarjoaa: Konkreettisia esimerkkejĂ€ ohjelmien hyödyistĂ€ KĂ€ytĂ€nnön vinkkejĂ€ ohjelmiin liittymiseen ja hyödyntĂ€miseen NĂ€kemyksiĂ€ siitĂ€, miten ohjelmistotalot voivat linjata strategiansa Microsoftin tarjoamiin mahdollisuuksiin Puhujat: Mikko Marttinen, Sr Partner Development Manager, Microsoft Eetu Roponen, Sr Partner Development Manager, Microsoft Nauhoite: Microsoft Finland â Software Developing Companies Monthly Community Series â Kasvua ja nĂ€kyvyyttĂ€ ohjelmistotaloille â hyödynnĂ€ ISV Success ja Azure Marketplace rewards -ohjelmia â Finland Cloud Champion 3.10. klo 09:00-09:30 - Autonomiset ratkaisut ohjelmistotaloille â Azure AI Foundry ja agenttiteknologioiden uudet mahdollisuudet Agenttiteknologiat mullistavat tapaa, jolla ohjelmistotalot voivat rakentaa Ă€lykkĂ€itĂ€ ja skaalautuvia ratkaisuja. TĂ€ssĂ€ webinaarissa tutustumme siihen, miten Azure AI Foundry tarjoaa kehittĂ€jille ja tuoteomistajille työkalut autonomisten agenttien rakentamiseen â mahdollistaen monimutkaisten prosessien automatisoinnin ja uudenlaisen asiakasarvon tuottamisen. Kuulet mm. Miten agenttiteknologiat muuttavat ohjelmistokehitystĂ€ ja liiketoimintaa. Miten Azure AI Foundry tukee agenttien suunnittelua, kehitystĂ€ ja kĂ€yttöönottoa. Miten ohjelmistotalot voivat hyödyntÀÀ agentteja kilpailuetuna. Puhujat: Juha Karvonen, Sr Partner Tech Strategist Mikko Marttinen, Sr Partner Development Manager, Microsoft Eetu Roponen, Sr Partner Development Manager, Microsoft Katso nauhoite tÀÀltĂ€: Microsoft Finland â Software Developing Companies Monthly Community Series â Autonomiset ratkaisut ohjelmistotaloille â Azure AI Foundry ja agenttiteknologioiden uudet mahdollisuudet â Finland Cloud Champion 5.9.2025 klo 09:00-09:30 - Teknologiayritysten ja Microsoftin prioriteetit syksylle 2025. Tervetuloa jĂ€lleen mukaan Microsoftin webinaarisarjaan teknologiayrityksille! Jatkamme sarjassa kuukausittain pureutumista siihen, miten yhteistyö Microsoftin kanssa voi vauhdittaa kasvua ja avata uusia mahdollisuuksia eri vaiheissa oleville ohjelmistotaloille â olipa yritys sitten start-up, scale-up tai globaalia toimintaa harjoittava. Jokaisessa jaksossa jaamme konkreettisia esimerkkejĂ€, nĂ€kemyksiĂ€ ja strategioita, jotka tukevat teknologia-alan yritysten liiketoiminnan kehitystĂ€ ja innovaatioita. Elokuun lopun jaksossa keskitymme syksyn 2025 prioriteetteihin ja uusiin mahdollisuuksiin, jotka tukevat ohjelmistoyritysten oman toiminnan suunnittelua, kehittĂ€mistĂ€ ja kasvun vauhdittamista. KĂ€ymme lĂ€pi, mitkĂ€ ovat Microsoftin strategiset painopisteet tulevalle tilikaudelle â ja ennen kaikkea, miten ohjelmistotalot voivat hyödyntÀÀ niitĂ€ omassa liiketoiminnassaan. Tavoitteena on tarjota kuulijoille selkeĂ€ ymmĂ€rrys siitĂ€, miten oma tuote, palvelu tai markkinastrategia voidaan linjata ekosysteemin kehityksen kanssa, ja miten Microsoft voi tukea tĂ€tĂ€ matkaa konkreettisin keinoin. Puhujat: Mikko Marttinen, Sr Partner Development Manager, Microsoft Eetu Roponen, Sr Partner Development Manager, Microsoft Katso nauhoitus tÀÀltĂ€: Teknologiayritysten ja Microsoftin prioriteetit syksylle 2025. â Finland Cloud Champion374Views0likes0CommentsMicrosoft 365 & Power Platform product updates call
đĄMicrosoft 365 & Power Platform product updates call concentrates on the different use cases and features within the Microsoft 365 and in Power Platform. Call includes topics like Microsoft 365 Copilot, Copilot Studio, Microsoft Teams, Power Platform, Microsoft Graph, Microsoft Viva, Microsoft Search, Microsoft Lists, SharePoint, Power Automate, Power Apps and more. đ Weekly Tuesday call is for all community members to see Microsoft PMs, engineering and Cloud Advocates showcasing the art of possible with Microsoft 365 and Power Platform. đ On the 17th of February we'll have following agenda: News and updates from Microsoft Together mode group photo Arnav Gupta â Introduction to new frontline worker pilot deployment experience in Microsoft Teams Fiza Musthafa â MCP with declarative agents on Copilot using the M365 Agents Toolkit Vesa Juvonen â Controlling SPFx extension command visibility in document libraries đ & đș Join the Microsoft Teams meeting live at https://aka.ms/community/ms-speakers-call-join đïž Download recurrent invite for this weekly call from https://aka.ms/community/ms-speakers-call-invite đ See you in the call! đĄ Building something cool for Microsoft 365 or Power Platform (Copilot, SharePoint, Power Apps, etc)? We are always looking for presenters - Volunteer for a community call demo at https://aka.ms/community/request/demo đ Resources: Previous community call recordings and demos from the Microsoft Community Learning YouTube channel at https://aka.ms/community/youtube Microsoft 365 & Power Platform samples from Microsoft and community - https://aka.ms/community/samples Microsoft 365 & Power Platform community details - https://aka.ms/community/home đ§Ą Sharing is caring!72Views0likes0CommentsExchange is 10 years old!
Seems like yesterday that Exchange 4.0 hit the market. In March of 1996 Exchange 4.0 was released. I thought I would give you a link for the geeks among you that have been along for the ride and for those that go even further back to ALL-IN-ONE, MailWorks, cc:Mail, IBM PROFS etc. ITPRO has a great look back if you're interested in taking a look back at the evolution of hardware, Exchange Clients, Mobile devices, OWA, etc. http://www.windowsitpro.com/Common/adforceimages/Decade_of_exchange.pdf It's been a whirl wind ride and now we are nearing Beta 2 of Exchange "12"! What will Exchange look like 10 years from now? What features would you want to see (hey why wait - ask for them now!). If Exchange 2016 was ready for release, what features would you be most excited by? So, take a look back, reflect on where we have been, then put on your thinking caps and tell us what you want to see in the next release and the one after that! - David Espinoza1.6KViews0likes15Comments