Category: Microsoft
Category Archives: Microsoft
How to use PowerShell cmdlet to export content search results and download locally on Linux Server?
I need to do a compliance project. I want to export the content search results to a specific location, and then download them locally. How do I use the PowerShell cmdlet such as New-ComplianceSearchAction -Export to reach the goal, please?
I saw one solution like this :
1.Export the data via New-ComplianceSearchAction -Export cmdlet;
2. Use eDiscovery Export Tool to download locally.
The link is : https://techcommunity.microsoft.com/t5/microsoft-365/export-to-pst-via-powershell/m-p/95007. But I have a question: The eDiscovery tool is just available in Windows system, right? I need to release the system on Linux Server.
Any help or guidance would be greatly appreciated!
I need to do a compliance project. I want to export the content search results to a specific location, and then download them locally. How do I use the PowerShell cmdlet such as New-ComplianceSearchAction -Export to reach the goal, please? I saw one solution like this :1.Export the data via New-ComplianceSearchAction -Export cmdlet;2. Use eDiscovery Export Tool to download locally.The link is : https://techcommunity.microsoft.com/t5/microsoft-365/export-to-pst-via-powershell/m-p/95007. But I have a question: The eDiscovery tool is just available in Windows system, right? I need to release the system on Linux Server. Any help or guidance would be greatly appreciated! Read More
Need help to burn dmg to usb for making Mac bootable USB drive
My wife’s MacBook Air was stuck on system update after reboot and can’t get into the desktop. Unfortunately, this is the only Apple device at our home. I need to make a bootable USB on my Windows 11 PC for reinstalling macOS on this Mac.
I heard it is possible to create a Mac bootable USB by burning dmg to USB in Windows PC. Can anyone confirm and how to do this on a Windows 11 or Windows 10 PC?
My wife’s MacBook Air was stuck on system update after reboot and can’t get into the desktop. Unfortunately, this is the only Apple device at our home. I need to make a bootable USB on my Windows 11 PC for reinstalling macOS on this Mac. I heard it is possible to create a Mac bootable USB by burning dmg to USB in Windows PC. Can anyone confirm and how to do this on a Windows 11 or Windows 10 PC? Read More
About Mobile Teams production
Dear sir
We are first trying to develop Teams addin app for Desktop Teams and Web Teams.
And next release we have a plan to produce Teams app for mobile.
Therefore, in the first release, we are going to display “Not Supported” screen or something like that in Team app for Mobile.
Is it possible to produce Teams addin app for desktop and web teams?
Many thanks
BH
Dear sirWe are first trying to develop Teams addin app for Desktop Teams and Web Teams.And next release we have a plan to produce Teams app for mobile.Therefore, in the first release, we are going to display “Not Supported” screen or something like that in Team app for Mobile. Is it possible to produce Teams addin app for desktop and web teams?Many thanksBH Read More
¿Cómo llamar a Telefono Avianca Mexico?
Para hablar por telefono Avianca Mexico llame +52 55 8526 3538 / +52 55 8526 3538 a este numero de contacto de aerolíneas luego seleccione el idioma en lo que prefiere hablar con una agente de Avianca Mexico. Atención al cliente de Avianca México está abierto por {24*7} ayudar a los clientes.si Pierde el vuelo por algunas razones entonces contacte directamente con uno de los expertos de aerolíneas Avianca Mexico.@pamela
Para hablar por telefono Avianca Mexico llame +52 55 8526 3538 / +52 55 8526 3538 a este numero de contacto de aerolíneas luego seleccione el idioma en lo que prefiere hablar con una agente de Avianca Mexico. Atención al cliente de Avianca México está abierto por {24*7} ayudar a los clientes.si Pierde el vuelo por algunas razones entonces contacte directamente con uno de los expertos de aerolíneas Avianca Mexico.@pamela Read More
How to auto populate field in a list from another referenced list?
I am using share point as a data base for an application for which I need to auto populate fields from one table to another so that I don’t need to add data manually
I am using share point as a data base for an application for which I need to auto populate fields from one table to another so that I don’t need to add data manually Read More
Issue with Hololens Emulator
Can’t open Hololens Emulator 2.
Version using: 10.0.22621.1390
Error:
[XDE:002] The emulator is unable to verify that the virtual machine is running:
One or more errors occurred.
[XdeHcs:006] HCS function call returned error: Logon failure: the user has not been granted the requested logon type at this computer. (Exception from HRESULT: 0x80070569).
Fixes Tried
Tried running the emulator as administrator
Can’t open Hololens Emulator 2. Version using: 10.0.22621.1390 Error:[XDE:002] The emulator is unable to verify that the virtual machine is running: One or more errors occurred.[XdeHcs:006] HCS function call returned error: Logon failure: the user has not been granted the requested logon type at this computer. (Exception from HRESULT: 0x80070569). Fixes TriedTried running the emulator as administrator Read More
The website had blank page
I need help with a Windows IIS issue. We have three websites running on the same server, and one of them is not working; the page loads blank. DNS is being resolved. When IIS is restarted, the first time a user opens the website, it loads; no other users receive a blank page. We use Cloudflare for DNS and WAF. SSL Certificate.
I need help with a Windows IIS issue. We have three websites running on the same server, and one of them is not working; the page loads blank. DNS is being resolved. When IIS is restarted, the first time a user opens the website, it loads; no other users receive a blank page. We use Cloudflare for DNS and WAF. SSL Certificate. Read More
Exploring Azure AI Services : Introduction and its use cases
Hey everyone! We’re Chanchal Kuntal and Shivam Goyal, both Microsoft Learn Student Ambassadors, excited to explore the world of AI and its impact on how we build applications. Today, we’re diving into Azure AI Services a set of powerful pre-built AI capabilities designed to simplify adding intelligence to your apps.
What are Azure Cognitive Services?
Imagine wanting to add features like image recognition, language translation, or sentiment analysis to your application. Building these capabilities from scratch would require significant time, expertise, and resources. That’s where Azure AI Services come in. They provide developers with ready-to-use AI models and APIs, so you can easily integrate intelligent features without needing to become an AI expert.
Key Capabilities of Azure AI Services:
Cognitive Services cover a broad range of AI domains, each with its own set of APIs. Here are some popular ones:
Computer Vision: Analyze images and videos to identify objects, faces, emotions, and more.
Text Analytics: Extract key phrases, detect sentiment, identify entities, and translate languages in text data.
Speech Recognition: Convert speech to text, understand spoken commands, and even translate spoken languages in real time.
Language Understanding (LUIS): Build applications that understand natural language and can respond to user requests or commands.
This flowchart helps you navigate the various Azure AI Services based on the type of data you want to analyze or process.
Getting Started with Azure AI Services :
The best way to experience the power of Cognitive Services is to jump in and start experimenting. Here’s a quick guide:
Create a Resource: Head over to the Azure Portal and create an Azure resource. You’ll be able to choose the specific service you want (e.g., Computer Vision).
Obtain Credentials: Once your resource is created, grab the API key and endpoint URL. You’ll need these to authenticate your requests to the service.
Explore the Quickstart Code: The Cognitive Services Quickstart Code repository on GitHub provides sample code for various Cognitive Services APIs in different programming languages like Python.
Real-World Use Cases:
Azure Cognitive Services unlock a wide range of possibilities across diverse industries:
E-commerce: Use Computer Vision to automatically tag products in images, enable visual search, or moderate user-generated content.
Social Media: Analyze sentiment in social media posts to understand public opinion or gauge customer satisfaction.
Customer Service: Build AI-powered chatbots using LUIS to answer customer questions or provide support.
Healthcare: Analyze medical images to assist with diagnosis or identify patterns in patient data.
To illustrate how Azure Cognitive Services can be used in real-world scenarios, let’s take a look at this document processing workflow example.
Ingestion:
Azure Web App (1b): A web application acts as the entry point, allowing users to upload documents for processing.
Azure Blob Storage (1a): The uploaded documents are stored in Blob Storage, providing a scalable and reliable storage solution.
Azure Queue Storage (2): The web app triggers an event in Queue Storage, signifying a new document is ready for processing.
Computer Vision Read API (3): The Computer Vision API extracts text from the document using Optical Character Recognition (OCR).
Azure Functions Orchestration (Steps 4-6):
Scan Activity (4): Azure Functions orchestrates the workflow, starting by scanning the extracted text to identify key information.
Classify Activity (5): The document is classified based on its content or specific criteria, leveraging the power of Azure Kubernetes Service for scalability and resource management.
Metadata Store Activity (6): Relevant metadata extracted from the document (e.g., document type, key dates, author) is stored in Azure Cosmos DB for easy retrieval and analysis.
Indexing Activity (6): The extracted text and metadata are indexed by Azure AI Search to create a powerful search index.
Access and Retrieval (7): The processed documents, enriched with metadata and a searchable index, are now readily accessible for analysis, reporting, or retrieval through other applications built on Azure.
Code Samples: A Glimpse into Integration:
Here’s a simple Python snippet showing how to use the Computer Vision API to analyze an image:
from azure.cognitiveservices.vision.computervision import ComputerVisionClient
from msrest.authentication import CognitiveServicesCredentials
# Your subscription key and endpoint
subscription_key = “YOUR_SUBSCRIPTION_KEY”
endpoint = “YOUR_ENDPOINT”
# Authenticate the client
computervision_client = ComputerVisionClient(endpoint, CognitiveServicesCredentials(subscription_key))
# Analyze an image
image_url = “https://example.com/image.jpg”
analysis = computervision_client.analyze_image(image_url, visual_features=[“description”])
# Print the image description
print(analysis.description.captions[0].text)
Best Practices for Using Cognitive Services:
To get the most out of Cognitive Services, keep these tips in mind:
Security: Secure your API keys and consider using Azure Key Vault to store them.
Scalability: Choose the appropriate pricing tier for your expected usage and consider autoscaling to handle varying demands.
Cost Management: Monitor your usage and costs to optimize spending.
Ready to Dive Deeper? Explore These Resources:
Quickstart – Getting started with Azure OpenAI Assistants (Preview) – Azure OpenAI | Microsoft Learn
Explore and configure the Azure Machine Learning workspace – Training | Microsoft Learn
Microsoft Azure AI Fundamentals: Natural Language Processing – Training | Microsoft Learn
Microsoft Azure AI Fundamentals: Computer Vision – Training | Microsoft Learn
Quickstart – Python client library – Azure Cosmos DB for NoSQL | Microsoft Learn
Build an AI-Powered Chatbot with LlamaIndex and Azure: Step-by-Step Guide
Conclusion:
Azure AI Services offer a powerful and accessible way to add AI capabilities to your applications. Whether you’re building a chatbot, analyzing customer feedback, or creating a personalized news feed, AI Services can help you enhance your applications and unlock the potential of AI. Start exploring, experimenting, and building intelligent solutions today!
Microsoft Tech Community – Latest Blogs –Read More
Azure Static Web Apps Community Standup: Create a RAG App with App Spaces
At the last Azure Static Web Apps Community Standup through the Youtube – Microsoft Azure Developers channel, it was demonstrated how to create a Retrieval-Augmented Generation (RAG) application using Azure Static Web Apps and App Spaces.
The event was led by Dheeraj Bandaru, who is Product Manager of Azure Static Web Apps at Microsoft. Dheeraj was joined by Skyler Hardle, who is Senior Manager of Apps Spaces at Microsoft.
Skyler presented a practical guide on the integration between these services and the implementation of a RAG (Retrieval Augmented Generation) application. Next, I will share with you what was covered during the event, detailing the application architecture and the development steps.
But first, we need to understand this new service and how it can be useful for creating modern applications.
In addition, if you want to watch the event in full, you can access the link below:
What are App Spaces?
App Spaces is an intelligent service for developers that reduces the complexity of creating and managing web applications. It helps identify the correct services for your applications on Azure and provides a simplified management experience for the development process.
App Spaces also offers the benefits of deploying an application through existing Azure services, such as Azure Container Apps and Azure Static Web Apps, with an experience focused on development and deployment in a simplified and fast way.
In short….
What is RAG?
Retrieval-Augmented Generation (RAG) is a technique that combines external information retrieval with the generation of responses by language models (LLMs).
This approach makes it possible to enrich the context of AI models, providing more accurate and relevant responses. In the case of our application, we use vector databases to store documents and embeddings, allowing efficient and contextualized information retrieval.
First, let’s understand some basic concepts about RAG
Large Language Models (LLMs) like ChatGPT are trained with public data available on the internet at the time of training. They can answer questions related to the data they were trained on. However, this public data may not be sufficient to meet all your needs.
You may want answers based on your private data or the public data may simply be outdated. The solution to this problem is Retrieval-Augmented Generation (RAG), a pattern used in AI that uses an LLM to generate answers based on your own data.
How does RAG work?
RAG is a standard pattern that uses your data with an LLM to generate specific answers to your data. When a user asks a question, the data storage is searched based on the user input. The user’s question is then combined with the corresponding results and sent to the LLM using a prompt (explicit instructions for an AI or machine learning model) to generate the desired answer. This can be illustrated as follows.
The image below represents the RAG workflow:
If you want to know more about RAG, I recommend reading the article Retrieval-Augmented Generation (RAG).
RAG Application Architecture with App Spaces
At the event, Skyler presented the architecture of the RAG application that would be developed during the presentation. a frontend in React, a backend in FastAPI, and a vector database. These components work together to provide a complete and integrated solution. Below, I detail the operation of each of these components.
Below, I detail how each of these components works.
Frontend with React
The application’s frontend is developed in React and makes calls to a FastAPI backend to retrieve and store embeddings in a vector database (Quadrant). The user interface allows you to enter questions and view the answers generated by the system.
Backend with FastAPI
The backend is responsible for two main functionalities:
Generate and store embeddings: Uses the OpenAI embeddings API to generate vectors from the provided text and store them in the vector database.
Retrieve and generate answers: Searches for relevant embeddings in the vector database and uses OpenAI GPT-4 to generate answers based on these embeddings.
The application used Quadrant, a vector database that allows you to store and retrieve embeddings efficiently. Quadrant is a scalable and high-performance solution for applications that require the retrieval of relevant information based on user queries.
Implementing the RAG Application
Initial Configuration
To get started, go to App Spaces on the Azure portal and select the option to create a new application ‘space’. You can choose a GitHub repository or use one of the provided templates, such as the RAG App. Configure the necessary environment variables, including the OpenAI API keys.
Frontend implementation
The application’s frontend is a React application that can be deployed on Azure Static Web Apps. To do this, simply configure the GitHub repository and set the application’s output directory. Azure Static Web Apps will automatically create a CI/CD pipeline to deploy the application.
Configuration and Deployment of the Backend
The FastAPI backend is deployed using Azure Container Apps in Azure. It handles requests for generating and storing embeddings, as well as retrieving and generating answers.
Demonstration of RAG Application
Indexing and Storing Text: The user enters text in the frontend, which is sent to the backend to generate and store embeddings in the vector database.
Asking Questions and Receiving Answers: The user asks questions through the frontend, which are processed by the backend to search for relevant embeddings and generate answers using OpenAI’s GPT-4.
If you would like to learn more about the application developed at the event, you can access the GitHub repository app-spaces-rag-app
In fact, Julia Muiruri, who is a Developer Advocate at Microsoft, recorded a video about the application developed at the event. You can watch the video below:
Management and Extensibility
App Spaces makes it easy to add new components to your application, such as new frontends or integrations with other services. The management interface allows you to view logs, metrics, and configure environment variables intuitively.
The most interesting thing about all this is that regardless of the programming language on the backend, you can use App Spaces to manage and deploy your application. Whether you are a Python, .NET, Node.js, Java, Go developer, etc., App Spaces is an excellent option for managing your applications.
If you would like to see other examples of applications in different programming languages, you can access the GitHub repository app-spaces-samples.
And I recommend you to start testing App Spaces now! You can start testing for free. Access now: HERE or by clicking on the image below:
Conclusion
At the Azure Static Web Apps community meeting, we learned how to create a Retrieval-Augmented Generation (RAG) application using Azure Static Web Apps and App Spaces. We explored the application architecture, configured the necessary components, and implemented a practical solution that enriches the context of AI models, providing more accurate and relevant answers.
Remember that you can review the event in full by accessing the link below:
Microsoft Reactor YouTube Channel
Did you know that we have one of the largest communities with diverse topics on technology, the cloud and software development? Then you need to get to know Microsoft Reactor.
It also has numerous online, face-to-face events, workshops, meetups, and much more. Access the link to the official Microsoft Reactor page and subscribe to the channel to stay on top of everything that happens in the community.
Additional Resources
Did you like App Spaces? Do you want to know more about the service and how it can help simplify the development of web applications? Or better still, do you want to learn how to create an application with App Spaces through a practical tutorial?
App Spaces – Official Documentation
App Spaces: Building a full-stack app with Google Authentication
Learn About Azure Static Web Apps
Custom authentication in Azure Static Web Apps
Learn more about Azure Container Apps
App Spaces – Try it now!
Quickstart: Deploy your app with App Spaces
I hope you enjoyed the article and that it was useful to you. If you have any questions or suggestions, don’t hesitate to leave a comment below.
See you next time!
Microsoft Tech Community – Latest Blogs –Read More
Sharing Excel sheet via embed into public web page without login
I am having difficulty sharing an Excel file to a public web page using the embed iFrame function. It embeds fine for me and I can view the web page, however a public user (or me using an incognito browser) is getting prompted to login to office 365. I need to display the data without login. I have
Checked that sharing policies in Sharepoint admin centre are set to most permissive (both sharepoint and onedrive are set to “anyone” “Users can share files and folders using links that don’t require sign-in.”The Excel file is set (under manage access/share) “to anyone with link can view”
What am I missing?
Thanks for your help
I am having difficulty sharing an Excel file to a public web page using the embed iFrame function. It embeds fine for me and I can view the web page, however a public user (or me using an incognito browser) is getting prompted to login to office 365. I need to display the data without login. I have Checked that sharing policies in Sharepoint admin centre are set to most permissive (both sharepoint and onedrive are set to “anyone” “Users can share files and folders using links that don’t require sign-in.”The Excel file is set (under manage access/share) “to anyone with link can view”What am I missing?Thanks for your help Read More
Design gudie for Teams tab
Dear sir
We are preparing Microsoft Teams addin app, which will be embedded to the tab by iFrame web hosting.
And we already have developed the app.
I can see the “Design your app/Design system/~ ”
Do we have to follow those rule to upload our Teams addin app on the “Store”.
Many thanks
BH
Dear sirWe are preparing Microsoft Teams addin app, which will be embedded to the tab by iFrame web hosting.And we already have developed the app.I can see the “Design your app/Design system/~ ” Do we have to follow those rule to upload our Teams addin app on the “Store”.Many thanksBH Read More
Seeking Recommendations for Recovering Corrupted PST Files in Outlook
Has anyone found a reliable method for recovering corrupted PST files in Outlook? I’m looking for a solution that can restore not only emails but also contacts, calendars, journals, tasks, and notes. It would be ideal if the tool could export the recovered data to various formats like PST, EML, MSG, DBX, and MBOX. Additionally, a feature that allows selective recovery based on a date range and preserves the original folder structure would be very helpful. Is there a specific tool that works well across all versions of Outlook and Windows? Has anyone tried the Aryson Outlook PST Recovery Software for this type of recovery?
Has anyone found a reliable method for recovering corrupted PST files in Outlook? I’m looking for a solution that can restore not only emails but also contacts, calendars, journals, tasks, and notes. It would be ideal if the tool could export the recovered data to various formats like PST, EML, MSG, DBX, and MBOX. Additionally, a feature that allows selective recovery based on a date range and preserves the original folder structure would be very helpful. Is there a specific tool that works well across all versions of Outlook and Windows? Has anyone tried the Aryson Outlook PST Recovery Software for this type of recovery? Read More
Shared iPad – Guest login- Allow & Accept permission prompts repeating for M365 App!
Hi, We are happy with Guest Login with sharediPad for the M365 App, so that multi user can use this iOS devices and access their M365 Apps and Accounts in Teams, Onedrive app etc. But every time when we signout and signin we have to again and again “Allow or Accept Permission for the M365 Apps. which users feels not friendly. Hence is this possible from Intune we can configure and assign or enable permission for these app “remotely through Intune” for the supervised devices.
Hi, We are happy with Guest Login with sharediPad for the M365 App, so that multi user can use this iOS devices and access their M365 Apps and Accounts in Teams, Onedrive app etc. But every time when we signout and signin we have to again and again “Allow or Accept Permission for the M365 Apps. which users feels not friendly. Hence is this possible from Intune we can configure and assign or enable permission for these app “remotely through Intune” for the supervised devices. Read More
Exporting MDE logs to Log Analytics Workspace – Is there a way or this cannot be done?
Is there a way to stream logs from Microsoft Defender for Endpoint to a Log Analytics Workspace, which will then be shared or shipped to another Log Analytics Workspace (different Tenant).
Any links or tutorials are welcome.
Is there a way to stream logs from Microsoft Defender for Endpoint to a Log Analytics Workspace, which will then be shared or shipped to another Log Analytics Workspace (different Tenant). Any links or tutorials are welcome. Read More
Can admin block specific words on users who use copilot?
dear everyone,
I’m administrator of my organization, and we have M365 E5, copilot licenses.
I want set copilot write below. can i set these settings?
1. regist specific keywords(ex. apple)
2. copilot users can’t get answer if “apple” is in the question.
3. also block “apple” in the return answers.
thank you.
dear everyone, I’m administrator of my organization, and we have M365 E5, copilot licenses.I want set copilot write below. can i set these settings?1. regist specific keywords(ex. apple)2. copilot users can’t get answer if “apple” is in the question.3. also block “apple” in the return answers. thank you. Read More
Microsoft Game dev
Hi, i’m tryng to get Microsoft Game dev for xbox, but when i fufill My info. They send me this message:
Microsoft runs on trust. We engage in a rigorous set of evaluation and certificación processes, as a result your request was blocked.
Any ideas where the problem could be.
I’m tryng on a cellphone.
Hi, i’m tryng to get Microsoft Game dev for xbox, but when i fufill My info. They send me this message:Microsoft runs on trust. We engage in a rigorous set of evaluation and certificación processes, as a result your request was blocked.Any ideas where the problem could be.I’m tryng on a cellphone. Read More
Cybersecurity concerns with building apps in on-premise SharePoint
A friend of mine would like to develop a browser-based app that will be used by financial institutions.
I’m evaluating using SharePoint because:
The data to be captured and stored is confidential and the companies will not want the data to be hosted in the cloudTo allay cybersecurity concerns (and avoid bureaucracy) about installing a new app in the corporate IT environment, it has been suggested to build the app on software architecture that is already availableMost large financial institutions already have on-premise SharePoint installations
Is the logic behind using SharePoint valid? Is there less red-tape around deploying an app on an existing SharePoint installation compared to an app on a platform that the company is not currently using? Do you think there’s a better software platform than SharePoint for this use case?
Thanks
Saul
A friend of mine would like to develop a browser-based app that will be used by financial institutions. I’m evaluating using SharePoint because:The data to be captured and stored is confidential and the companies will not want the data to be hosted in the cloudTo allay cybersecurity concerns (and avoid bureaucracy) about installing a new app in the corporate IT environment, it has been suggested to build the app on software architecture that is already availableMost large financial institutions already have on-premise SharePoint installations Is the logic behind using SharePoint valid? Is there less red-tape around deploying an app on an existing SharePoint installation compared to an app on a platform that the company is not currently using? Do you think there’s a better software platform than SharePoint for this use case? ThanksSaul Read More
Blue screen error: INTERNAL_POWER_ERROR. How to fix !
In the past 2 weeks, my Intel Mini Nuc computer encountered a blue screen problem twice with error code: INTERNAL_POWER_ERROR
Device: Intel NUC Mini 11
CPU: i7 1165G7
GPU: RTX 2060 6GB
How to fix it! Thank !
In the past 2 weeks, my Intel Mini Nuc computer encountered a blue screen problem twice with error code: INTERNAL_POWER_ERROR Device: Intel NUC Mini 11CPU: i7 1165G7GPU: RTX 2060 6GB How to fix it! Thank ! Read More
How do I convert an AVIF file to jpg on Windows 11 PC?
I downloaded a couple of images from web and found out they are not the common image format such as JPG, PNG or GIF. It is an unknown image format named AVIF. I am trying to open the avif image with the default Photos app but it failed to do that.
How can I bulk convert avif to jpg on Windows 11 so I can view and edit the images in other apps? Much appreciated if anyone could share some insight for avif to jpg conversion without losing quality?
I downloaded a couple of images from web and found out they are not the common image format such as JPG, PNG or GIF. It is an unknown image format named AVIF. I am trying to open the avif image with the default Photos app but it failed to do that. How can I bulk convert avif to jpg on Windows 11 so I can view and edit the images in other apps? Much appreciated if anyone could share some insight for avif to jpg conversion without losing quality? Read More
Opening a file
I’ve been using 365 and Word for about 8 months. When I want to open a Word or Excel file, I’ve gotten in the habit of opening 365 and going from there. Then I discovered that if you didn’t save the file from the Word app, there’s no way to get to it directly. You can open a blank Word document and then find the file from the Word app, but this creates an unwanted docx. Also, apparently if the file is not listed as recent or favorite or shared, you can’t get there. Why not? Why is it not a hub for all MS work?
PS What save button?
I’ve been using 365 and Word for about 8 months. When I want to open a Word or Excel file, I’ve gotten in the habit of opening 365 and going from there. Then I discovered that if you didn’t save the file from the Word app, there’s no way to get to it directly. You can open a blank Word document and then find the file from the Word app, but this creates an unwanted docx. Also, apparently if the file is not listed as recent or favorite or shared, you can’t get there. Why not? Why is it not a hub for all MS work? PS What save button? Read More