Category: Microsoft
Category Archives: Microsoft
How to install Windows Server 2016 Core as a VM that has the GUI?
I have an installation of an ISO for Windows Server 2016 Core that I would like to run, but only within a VM but it came without the GUI, and I wanted to install the GUI version during setup but I wasn’t able to. And since I’m running this installation only for the VM, I’m not sure how to set it up in the VM with the GUI.
Upon opening the installation, I am only given the ability to type into command prompt, and I cannot install other modules from there using Get-WindowsFeature
I have an installation of an ISO for Windows Server 2016 Core that I would like to run, but only within a VM but it came without the GUI, and I wanted to install the GUI version during setup but I wasn’t able to. And since I’m running this installation only for the VM, I’m not sure how to set it up in the VM with the GUI. Upon opening the installation, I am only given the ability to type into command prompt, and I cannot install other modules from there using Get-WindowsFeature Read More
Macro to find missing data points from list
Hi All,
I have a spreadsheet which records prices for items each per day (10am to 5pm). The spreadsheet records prices for many funds and timeslots, so when reviewing to see if any were missed for a period can be time consuming and hard to identify.
To help with this I was wondering if I can use a macro to find missing prices, given we have an expected price for 10:00,11:00,12:00,13:00,14:00,15:00,16:00,17:00 each day it has any price. So if a fund has no data/row of information at all for say 17:00, but prices for all other times on the same date it has been missed.
I have put together an example with two funds, being ABC and CAT. The example has prices for both funds at each time point on the first date, however then the 17:00 data is missing for CAT on the second. I would manually find this and put the information on the missing prices tab.
Since the spreadsheet can cover years of data, i often review a month or quarter at a time. So I am hoping to only include missed prices which are between the start and end of period dates given on the analysis tab.
Greatly appreciate any tips or insight on how to do this.
Many thanks
Hi All, I have a spreadsheet which records prices for items each per day (10am to 5pm). The spreadsheet records prices for many funds and timeslots, so when reviewing to see if any were missed for a period can be time consuming and hard to identify. To help with this I was wondering if I can use a macro to find missing prices, given we have an expected price for 10:00,11:00,12:00,13:00,14:00,15:00,16:00,17:00 each day it has any price. So if a fund has no data/row of information at all for say 17:00, but prices for all other times on the same date it has been missed. I have put together an example with two funds, being ABC and CAT. The example has prices for both funds at each time point on the first date, however then the 17:00 data is missing for CAT on the second. I would manually find this and put the information on the missing prices tab. Since the spreadsheet can cover years of data, i often review a month or quarter at a time. So I am hoping to only include missed prices which are between the start and end of period dates given on the analysis tab. Greatly appreciate any tips or insight on how to do this. Many thanks Read More
Moving basic planner to premium planner.
We’re testing the new planner premium features and are unable to convert our current plans to show the new features.
We have the ability to create a new premium plans but the information on learn doesn’t match what we’re seeing in app on team and on the web.
https://learn.microsoft.com/en-us/office365/planner/plan-conversion#converting-to-a-premium-plan
We’ve also tried creating a Premium plan and recreating the buckets of the original plan with the aim to move the tasks to the new plan but the new plan does not show on the main list.
Are we missing something?
We’re testing the new planner premium features and are unable to convert our current plans to show the new features. We have the ability to create a new premium plans but the information on learn doesn’t match what we’re seeing in app on team and on the web. https://learn.microsoft.com/en-us/office365/planner/plan-conversion#converting-to-a-premium-plan We’ve also tried creating a Premium plan and recreating the buckets of the original plan with the aim to move the tasks to the new plan but the new plan does not show on the main list. Are we missing something? Read More
Clean up all the version history
I would like to clean up the version history of all files within all Sharepoint sites in the entire tenant .
Is there a PowerShell Script for this ?
Thanks a lot.
I would like to clean up the version history of all files within all Sharepoint sites in the entire tenant .Is there a PowerShell Script for this ? Thanks a lot. Read More
How to build your own Copilot with Microsoft Copilot Studio [Custom Copilot]
Did you know that you can create a customized version of Copilot for Microsoft 365 to your needs? Building your own Copilot has never been easier, thanks to Microsoft Copilot Studio, also known in the past as Microsoft Power Virtual Agents. In this tutorial, I’ll show you every step to create and configure your own Copilot. In the demo scenario, I’ll chat with a Teams Bot that will add issues automatically for me.
#Microsoft365 #Copilot #MicrosoftPowerVirtualAgents #TechTutorial
Did you know that you can create a customized version of Copilot for Microsoft 365 to your needs? Building your own Copilot has never been easier, thanks to Microsoft Copilot Studio, also known in the past as Microsoft Power Virtual Agents. In this tutorial, I’ll show you every step to create and configure your own Copilot. In the demo scenario, I’ll chat with a Teams Bot that will add issues automatically for me.
#Microsoft365 #Copilot #MicrosoftPowerVirtualAgents #TechTutorial Read More
Counting unique records with multiple condition in excel
Hi Experts,
Seeking advise on how to find unique count of records using date and multiple conditions.
My Raw data is below:
DateNameDeptLocationStatus2024-02-01KingFinanceCanadaInactive2024-02-01DianaSalesCanadaActive2024-02-01HarrySalesUSAActive2024-02-01StuartSalesUSAActive2024-02-01BettySalesCanadaActive2024-02-01EvanFinanceUKActive2024-02-01SteveFinanceUKActive2024-03-01KingFinanceCanadaInactive2024-03-01HarrySalesUSAActive2024-03-01StuartSalesUSAActive2024-03-01EdwinFinanceUKActive2024-03-01LauraHRCanadaActive2024-04-01HarrySalesUSAActive2024-04-01StuartSalesUSAActive2024-04-01LarryHRUSAActive2024-04-01LauraHRCanadaActive2024-05-01HarrySalesUSAActive2024-05-01ThomasSalesUSAActive2024-05-01StuartSalesUSAActive2024-05-01LarryHRUSAActive2024-05-01LauraHRCanadaActive2024-05-01BettySalesCanadaActive
My output which I am expecting is below.
My output which I am expecting is below.
The user shall enter the From and To dates and the Status=Active/Inactive. The output should be the count of active distinct employees during that period by Department.
Appreciate your help in advance.
Regards,
PPG
Hi Experts,Seeking advise on how to find unique count of records using date and multiple conditions.My Raw data is below:DateNameDeptLocationStatus2024-02-01KingFinanceCanadaInactive2024-02-01DianaSalesCanadaActive2024-02-01HarrySalesUSAActive2024-02-01StuartSalesUSAActive2024-02-01BettySalesCanadaActive2024-02-01EvanFinanceUKActive2024-02-01SteveFinanceUKActive2024-03-01KingFinanceCanadaInactive2024-03-01HarrySalesUSAActive2024-03-01StuartSalesUSAActive2024-03-01EdwinFinanceUKActive2024-03-01LauraHRCanadaActive2024-04-01HarrySalesUSAActive2024-04-01StuartSalesUSAActive2024-04-01LarryHRUSAActive2024-04-01LauraHRCanadaActive2024-05-01HarrySalesUSAActive2024-05-01ThomasSalesUSAActive2024-05-01StuartSalesUSAActive2024-05-01LarryHRUSAActive2024-05-01LauraHRCanadaActive2024-05-01BettySalesCanadaActive My output which I am expecting is below.My output which I am expecting is below.The user shall enter the From and To dates and the Status=Active/Inactive. The output should be the count of active distinct employees during that period by Department. Appreciate your help in advance. Regards,PPG Read More
Getting “Meeting Id is corrupted” error while trying to fetch meeting details from Graph API
Below is the screenshot of the teams context object,
When we try to get the meeting details from the Graph API with the meeting id obtained from the teams context object (Refer the above screenshot), we get “Meeting Id is corrupted” error.
Below is the screenshot of the Graph API request,
Please let us know how to get the meeting details. Please note that we have created the meeting directly from the calendar.
Below is the screenshot of the teams context object, When we try to get the meeting details from the Graph API with the meeting id obtained from the teams context object (Refer the above screenshot), we get “Meeting Id is corrupted” error. Below is the screenshot of the Graph API request, Please let us know how to get the meeting details. Please note that we have created the meeting directly from the calendar. Read More
How to define a file group in windows file server resource manager with multiple file extensions.
Option 1: Create File Group Name Manually with Windows GUI
Go to FSRM File Screening Management.Select File Group.Create a file group with a name and included extensions (e.g., name: ‘malware files’, include file types: ‘”*.2xx9″, “*.73i87A”,).
In this case, adding each bulk file is very difficult.
Option 2: Create File Group Name and Add Multiple Extensions with Windows PowerShell
Using PowerShell
Run the following command to create the file group:
If this doesn’t work, follow the steps below:
Step-by-Step Guide
Step 1: Create the File Group Name Manually Using GUI
Refer to Option 1 for creating the file group named “malware files”.
Step 2: Define the File Group Name
Step 3: Define the New File Extensions and Patterns
Step 4: Get the Existing File Group
Step 5: Combine the Existing Patterns with the New Patterns
Step 6: Remove Duplicate Patterns
Step 7: Update the File Group with the Combined Patterns
That’s all!
Option 1: Create File Group Name Manually with Windows GUI Go to FSRM File Screening Management.Select File Group.Create a file group with a name and included extensions (e.g., name: ‘malware files’, include file types: ‘”*.2xx9″, “*.73i87A”,).In this case, adding each bulk file is very difficult.Option 2: Create File Group Name and Add Multiple Extensions with Windows PowerShellUsing PowerShellRun the following command to create the file group:powershell New-FsrmFileGroup -Name “malware files” -IncludePattern @(“*.2xx9”, “*.73i87A”)If this doesn’t work, follow the steps below:Step-by-Step GuideStep 1: Create the File Group Name Manually Using GUIRefer to Option 1 for creating the file group named “malware files”.Step 2: Define the File Group Name powershell $fileGroupName = “malware files” Step 3: Define the New File Extensions and Patterns powershell $newFilePatterns = @( “*.2xx9”, “*.73i87A”, “*.911”, “*.a”, “*.aaa”, “*.abc”, “*.AES256”, “*.asasin”, “*.avos”, “*.bat”, “*.better_call_saul”, “*.bloc”, “*.boost”, “*.btc” ) Step 4: Get the Existing File Group powershell $fileGroup = Get-FsrmFileGroup -Name $fileGroupName Step 5: Combine the Existing Patterns with the New Patterns powershell $combinedPatterns = $fileGroup.Patterns + $newFilePatterns Step 6: Remove Duplicate Patterns powershell $combinedPatterns = $combinedPatterns | Select-Object -Unique Step 7: Update the File Group with the Combined Patterns powershell Set-FsrmFileGroup -Name $fileGroupName -Include $combinedPatterns That’s all! Read More
Missing icons from desktop after clean install?
Hi all,
Recently, I reinstalled Windows 11 on my PC and when it is finished, there are only two icons in the desktop. No where to find the This PC, Network and Control Panel icons.
Hi all, Recently, I reinstalled Windows 11 on my PC and when it is finished, there are only two icons in the desktop. No where to find the This PC, Network and Control Panel icons. Read More
How do I change the default thumbnail image on the SharePoint Document Library Web Part ?
Good morning,
I would like to change the image that appears by default when you put a document in thumbnail format on a SharePoint document library web part but there does not seem to be any possibility directly in the options of the web part.
I also tried to create a thumbnail image column (see image below) and put it in images or URL but it doesn’t seem to work either.
Please contact me if anyone has ever had this problem or if you have an answer to this problem.
Good morning,I would like to change the image that appears by default when you put a document in thumbnail format on a SharePoint document library web part but there does not seem to be any possibility directly in the options of the web part.I also tried to create a thumbnail image column (see image below) and put it in images or URL but it doesn’t seem to work either. Please contact me if anyone has ever had this problem or if you have an answer to this problem. Read More
New external sender warning banner appearing
Greetings !!!
Starting from this morning (2024-05-06) a new warning banner is appearing on messages received by external senders (just some Exchange Online users in the tenant are affected by this):
I was unable to find any article that talks about this addition. Do you ?
Thank you.
Greetings !!!Starting from this morning (2024-05-06) a new warning banner is appearing on messages received by external senders (just some Exchange Online users in the tenant are affected by this): I was unable to find any article that talks about this addition. Do you ? Thank you. Read More
Key Vault Reallocation/Move
Hello,
As requirement of customer, we need to reallocate /move keyvault from WE to QC region. But while testing we observed key, secrets and certification giving error when move is occured. also tried export and import and backup option no luck
Anyone having any solution, please let me know.
Regards,
SN
Hello, As requirement of customer, we need to reallocate /move keyvault from WE to QC region. But while testing we observed key, secrets and certification giving error when move is occured. also tried export and import and backup option no luck Anyone having any solution, please let me know. Regards,SN Read More
Schedule a Microsoft Exam
Good morning. I’m using the standard Microsoft “EXAM REGISTRATION PROCESS”. At the 3th step I click: “Schedule with Pearson Vue”, but at the next step:
This error has been present for a long time (many weeks). I have tried connecting to different computers from different networks with different browsers, but the result is always the same.
I contacted Pearson VUE who responded like this:
“Dear Mauro, Thank you for contacting Pearson VUE. We can not see any issue with your account.”
I don’t know what to do because no one can help me. Is it a Microsoft problem?
Best regards
Good morning. I’m using the standard Microsoft “EXAM REGISTRATION PROCESS”. At the 3th step I click: “Schedule with Pearson Vue”, but at the next step:This error has been present for a long time (many weeks). I have tried connecting to different computers from different networks with different browsers, but the result is always the same.I contacted Pearson VUE who responded like this:”Dear Mauro, Thank you for contacting Pearson VUE. We can not see any issue with your account.”I don’t know what to do because no one can help me. Is it a Microsoft problem?Best regards Read More
Can I Install WII on a Windows 10 machine with no OS?
I’ve heard that some emulators can be installed directly on the hardware, but I’m not sure if this is the case for the Wii emulator. If it’s possible, I want to install a Wii emulator on a Windows 10 machine, but the machine doesn’t have an operating system installed.
As I know, most of the information I’ve found assumes that the machine already has an OS installed. Does anyone know if it’s possible to install a Wii emulator on a bare metal machine without an OS, or if there are any specific workarounds or requirements that I need to be aware of?
I’ve heard that some emulators can be installed directly on the hardware, but I’m not sure if this is the case for the Wii emulator. If it’s possible, I want to install a Wii emulator on a Windows 10 machine, but the machine doesn’t have an operating system installed. As I know, most of the information I’ve found assumes that the machine already has an OS installed. Does anyone know if it’s possible to install a Wii emulator on a bare metal machine without an OS, or if there are any specific workarounds or requirements that I need to be aware of? Read More
Double Triple Bookings for one event
We are now facing an issue when we create one event, and Bookings are creating double/triple appointments simultaneously. It never happened before and we don’t know what to do with it. We have a limit on participants, but it seems it is not working, creating multiple appointments with the same limit.
We are now facing an issue when we create one event, and Bookings are creating double/triple appointments simultaneously. It never happened before and we don’t know what to do with it. We have a limit on participants, but it seems it is not working, creating multiple appointments with the same limit. Read More
Unleashing the Potential of AI & Data Science: A quick summary into Microsoft’s Tools for students
Unleashing the Potential of AI & Data Science: A Deep Dive into Microsoft’s Tools
Introduction
Hi, I am Khalid Abdelaty a Microsoft Learn Student Ambassador, studying Computer Science Student @ Tanta University in Egypt. I am fancisanted by the opportunity of AI and the ability to analyze and interpret data.
This blog post explores the transformative power of Artificial Intelligence (AI) and Data Science, and how Microsoft’s suite of tools can revolutionize these processes. We’ll take an in-depth look at Azure Machine Learning, the new AI Studio, and provide a comprehensive guide to using these tools effectively.
AI & Data Science: Transforming Data Analysis
AI and Data Science represent a paradigm shift in how we approach data analysis. AI learns from data and makes predictions, while Data Science extracts meaningful insights from complex data. Together, they are redefining how we solve problems and make decisions.
Microsoft’s Contributions to AI & Data Science
Microsoft has been a pioneer in AI and Data Science, developing a range of products and services that leverage these technologies. From Azure Machine Learning to the latest AI Studio, Microsoft’s tools provide robust and user-friendly platforms for implementing AI and Data Science solutions and these amazing tools were showcaed at Microsoft Build 2024. There an amazing selection of video and content available at Microsoft Build 2024 – YouTube
Comparing AI Studio and Azure Machine Learning
AI Studio and Azure Machine Learning are two powerful tools offered by Microsoft for AI and data science.
Here’s is a quick comparison from my perspective of how students should be considering using these tools:
AI Studio:
Ease of Use: Designed for both beginners and experienced developers, with a focus on simplicity and rapid development.
Features: Includes pre-built AI models, customizable templates, and an intuitive interface.
Integration: Seamlessly integrates with other Microsoft services and supports a wide range of data sources.
Learn More: Microsoft Learn: Introduction to AI Studio
Azure Machine Learning:
Advanced Capabilities: Provides comprehensive tools for building, training, and deploying machine learning models.
Customization: Offers greater flexibility with custom algorithms and hyperparameter tuning.
Automation: Features automated machine learning (AutoML) for model selection and optimization.
Learn More: Microsoft Learn: Introduction to Azure Machine Learning
Using Azure Machine Learning
Setting up the Environment:
Go to the Azure ML portal and navigate to the Machine Learning workspace.
Create a new workspace or select an existing one. Follow the quickstart guide if you need help.
Data Preparation:
Import your data into Azure via methods such as uploading a local file, importing from a web URL, or connecting to a cloud-based data store.
Perform necessary preprocessing steps using Azure tools. For assistance, refer to the data import guide.
Model Building:
Utilize Azure’s automated machine learning feature. Select your dataset, specify your target column, and let Azure choose the best algorithm and hyperparameters.
Learn more about Automated Machine Learning (AutoML).
Evaluation and Deployment:
Evaluate your model’s performance using various metrics provided by Azure.
Deploy the model as a web service if satisfied with its performance. Follow the deployment tutorial.
Using AI Studio
Setting up AI Studio:
Access AI Studio at ai.azure.com and sign in with your Microsoft account.
Follow the prompts to set up your project workspace. Refer to the AI Studio setup guide for detailed instructions.
Exploring Pre-built Models:
AI Studio provides a range of pre-built AI models for various applications such as image recognition, natural language processing, and predictive analytics.
Browse through the available models and select one that suits your needs.
Customizing AI Models:
Customize the selected AI model by uploading your data and adjusting the model parameters.
Use the intuitive interface to modify the model to better fit your specific requirements. Learn more in the AI Studio customization guide.
Deploying AI Solutions:
Once your model is ready, deploy it directly from AI Studio.
The platform offers seamless integration with other Microsoft services, allowing for easy deployment and scaling of your AI solutions. Refer to the deployment guide for more details.
Conclusion
The advent of AI and Data Science has ushered in a new era of data analysis and problem-solving. Microsoft’s suite of tools provides a powerful platform for harnessing these technologies, enabling users to extract valuable insights from their data. So, why wait? Embark on your journey with Microsoft’s AI and Data Science tools today and experience the benefits first hand!
Microsoft Tech Community – Latest Blogs –Read More
Accessing Copilot for Microsoft 365: A Comprehensive Guide
[New Blog post]
In this article we explain the path for the adoption of #MSCopilot and its advantages. Learn what Copilot is and how you can train yourself and your employees accordingly.
https://www.msb365.blog/?p=5614
#MSLearn #MVPbuzz #M365 #Copilot
[New Blog post]
In this article we explain the path for the adoption of #MSCopilot and its advantages. Learn what Copilot is and how you can train yourself and your employees accordingly.
https://www.msb365.blog/?p=5614
#MSLearn #MVPbuzz #M365 #Copilot
VBA disabled in Excel
This morning VBA was not available – Error during initializing the VBA libraries (1004).
Any suggestion to resolve this
This morning VBA was not available – Error during initializing the VBA libraries (1004).Any suggestion to resolve this Read More
Preparing for Insider Preview Builds of Windows 11
I’m trying to prepare my Windows 10 system for the upcoming Insider Preview builds of Windows 11. However, I’m not sure what steps I need to take to prepare my system for the transition. I’ve tried searching for guidance online, but I’m not finding any clear information on what specific settings or configurations I need to change.
Can anyone provide a step-by-step guide on how to prepare my Windows 10 system for the Insider Preview builds of Windows 11? Are there any specific settings or configurations that I need to adjust, such as drivers or software updates? Are there any potential issues or risks that I should be aware of when making the transition?
I’m trying to prepare my Windows 10 system for the upcoming Insider Preview builds of Windows 11. However, I’m not sure what steps I need to take to prepare my system for the transition. I’ve tried searching for guidance online, but I’m not finding any clear information on what specific settings or configurations I need to change. Can anyone provide a step-by-step guide on how to prepare my Windows 10 system for the Insider Preview builds of Windows 11? Are there any specific settings or configurations that I need to adjust, such as drivers or software updates? Are there any potential issues or risks that I should be aware of when making the transition? Read More
Collaboration of 100+ Communities at Global Azure 2024
The annual Global Azure event, where Microsoft Azure communities worldwide gather to learn about Azure and AI, was held again this year as Global Azure 2024 on April 20. Microsoft MVPs, Regional Directors, Microsoft Learn Student Ambassadors, and community leaders came together, organizing events in 105 cities across 101 communities, creating a new chapter in Global Azure history.
This blog post showcases some local events as well as features reflections from the Global Azure Admin Team, who contributed to the event’s success.
Global Azure Skopje 2024 in Skopje, Macedonia
In Skopje, Macedonia’s capital, two local communities, the Macedonian .Net Community and the Macedonian IT Pro User Group, collaborated to host Global Azure Skopje 2024. Held at the InnoX Innovation Center of Skopje, run by International Balkan University, this event saw 170 participants gather to learn about the latest technology.
Details about the sessions, speakers, and the enthusiastic atmosphere are available in the event report by media partner ITuziast, titled “Global Azure Skopje 2024: A Pivotal Event for Tech Enthusiasts and Professionals.” Additionally, you can find numerous event photos on the Global Azure website. Check out the link to experience the event’s vibe: Global Azure Macedonia – Global Azure 2024
Global Azure Local Event in Amsterdam, Netherlands
In Amsterdam, the dotnet.Amsterdam community (LinkedIn / meetup.com) hosted a local Global Azure event. Three speakers presented sessions on Microsoft Entra External ID, Microsoft Semantic Kernel Agents, and Azure Data API Builder, providing a unique learning opportunity for all attendees.
Information on the sessions, archive videos, speaker details, and event photos can be found on the Global Azure page dotnet.Amsterdam – Global Azure 2024 and the community’s YouTube channel dotnet.amsterdam: tech community event recordings – YouTube.
Global Azure Spain in Madrid, Barcelona, and Zaragoza
Global Azure Spain was held in three cities: Barcelona on April 17, and Madrid and Zaragoza on April 20, attracting over 400 participants, more than double the previous year’s attendance.
The opening session featured Alberto Granados, President of Microsoft Spain, and Scott Hanselman, Developer Community VP at Microsoft Corporation, who kicked off the event. Over 50 experts shared the latest technological insights and experiences across more than 40 sessions. Detailed event reports and participant interactions can be viewed through the links below. Stay updated with the latest information on Global Azure Spain’s social channels:
Global Azure Spain – Global Azure 2024
Global Azure Spain: Overview | LinkedIn
Global Azure Spain (@GlobalAzureES) / X
Global Azure 2024 in Tokyo, Japan
The Japan Azure User Group (JAZUG) hosted the Tokyo edition of Global Azure 2024 at the Microsoft Japan office. Continuing as a hybrid event, over 80 participants attended in person, deepening their knowledge of the latest in Azure and AI through a two-track agenda.
An Azure MVP who organized the event, Yui Ashikaga, reflected on its significance: “The best part was creating an offline space for people who use Azure to communicate. Hearing stories of people who were thrilled to meet in person, having only interacted on social media, made me feel glad we hosted the event.”
Discussing differences from last year, Yui noted, “With more offline events being held recently, communication started at other events, leading to new speakers at Global Azure. This year, we had many new heroes.” He also highlighted the broader Azure community in Japan, “This year, we hosted Global Azure events in multiple cities like Hokkaido and Fukuoka, showcasing the growing enthusiasm for Microsoft Azure in Japan.”
Insights on Global Azure 2024 from the Global Azure Admin Team
Magnus Martensson (Azure MVP/RD) from the Global Azure Admin Team reflected on the event, saying, “Global Azure 2024 was a fun, happening, and successful event again this year. Lots of community hero-initiatives around the globe.”
After Global Azure 2024, organizers from various locations praised the event and the strong connections formed across local communities. Magnus says, “And then they enthusiastically proceed to tell the story about their event, what they did, who spoke, if they did a lab, who sponsored, what their venue was like, and what they ate. It is wonderful to see and hear these stories. I cannot give thanks enough, and never seize to be deeply impressed with the community spirit of the leadership in the local communities.”
When asked about the future evolution of Global Azure, Magnus emphasized updates to the website to foster organizer collaboration and a larger mission: “We want to empower every prospective community leader out there to do more!” He shared this vision of expanding his leadership experience to the next generation of community leaders, ” There are technical enthusiasts everywhere, and a work-life including community companionship is so rich and rewarding that we want everyone to know about this. The evolution of Global Azure includes guides, advice, and support for how to establish and grow communities anywhere! We are also adamant at spreading the word about community to young professionals. Why is community valuable to invest time in? We know. We live it. As a young professional it is not for certain that you have heard about this. Anything we can do to include the next generation of budding technical specialists, we will! This is a large part of our mission.”
Magnus concluded with a message for tech communities worldwide, encouraging continuous engagement with technology: “Keep adding value to the world of technology and enjoy getting down and geeky together with peers who think the same way and are excited about the same geeky tech. Learning together is the greatest force in work life and it brings the biggest rewards too! Anyone should feel free to reach out to us if they have questions or want to know about community life and get some advice on their own situation.”
Rik Hepworth, another Azure MVP/RD who co-led the event’s planning and management, shared his reflection, “We were very pleased with how some things went this year – whilst overall the number of events was the same as last year it was great to see more in the USA and Canada; there was a high level of interest from potential sponsors, and we had some great benefits for our attendees as a result. There continues to be wonderful variety in the types of events (from evening user groups to one day conferences, to the three-day hybrid juggernaut that David and his colleagues run in Spain), the content (IT/Ops, Dev, Data + AI, etc) and, importantly, diversity of organisers and contributors.”
Rik continues, “MVPs and RDs across the world continue to provide strong support and we thank them for that, but it is important to remember that this is not an MVP-exclusive event and there are many, many members of the community that give their time and energy to organising and speaking and we hope that our efforts help our community inspire the MVPs of the future.”
Rik and the Global Azure Admin Team is working for wrapping up of this year’s event and insights about the next one, “As a team we are now reviewing this years’ event as we begin to put together our whitepaper, as well as looking forward to 2025!”
The Community Ecosystem Shining at Global Azure
A Community Program Manager in Japan and an event sponsor in Tokyo, Rie Moriguchi (it’s me), noticed more diverse attendees compared to last year and a significant change in the participants, speakers, and staff. Participants who learned from the event last year became speakers and staff this year, showcasing a healthy cycle of learning and sharing knowledge within the community. One of the former participants even returned as a Microsoft MVP speaker, sharing his insights.
Events like Global Azure provide opportunities to learn new knowledge and become new community heroes. We look forward to seeing many new community leaders emerge from participants worldwide and eventually welcome them as Microsoft MVPs in the future.
In closing, we extend gratitude and praise to the Global Azure Admin Team, event organizers, speakers, and everyone involved in this opportunity who helped make this year’s Global Azure a success including participants who joined the events. Thank you for contributing to the growth and success of the global tech community!
Microsoft Tech Community – Latest Blogs –Read More