Tag Archives: microsoft
Cross sheet functionality and maintenance of the chronological order of a formula
Hi community,
I’m working on a formula that searches a range of cells and outputs it another range of cells where the criteria are based on matches on two dropdown menus which are dependent (Columns A and B)
Summarized the formula does the following:
1. Lookup: Excel searches for a selected item from a corresponding dropdown menu in column B.
2. Retrieving Previous Data: When a match is identified (two identical items), Excel should search the designated columns to retrieve the previously entered data for that item.
3. Order of Retrieval: If there are multiple entries for the same item, Excel will prioritize the nearest entry relative to a reference row (This means below the reference row, it should not search upwards). For example, if the reference row is 11, and there are entries in rows 16 and 21 for the same item, Excel should retrieve the data from row 16. (You can test this by either blanking dropdown cells in columns A and B, and it will switch to the output location)
My problem is that I need this type of functionality across different sub-sheets so that when it starts searching in let’s say week 1 (sheet 1) it will continue its search parameters in week 2 (sheet 2) and maintain the order of retrieval as mentioned in point 3 above. Essentially linking different sub-sheets together through one formula.
I attached a sample with annotations to explain how the formula functions and how I need it to work.
The solutions I can think of are;
1. Simplyfing the formula making it less stress intensive so that it would be possible to merge all sub-sheets into one big sheet
2. Creating a master sheet where one can perform lookups using the INDIRECT and MATCH functions
I’m not sure how to fully flesh out these ideas or of other solutions however.
Hi community,I’m working on a formula that searches a range of cells and outputs it another range of cells where the criteria are based on matches on two dropdown menus which are dependent (Columns A and B)Summarized the formula does the following:1. Lookup: Excel searches for a selected item from a corresponding dropdown menu in column B.2. Retrieving Previous Data: When a match is identified (two identical items), Excel should search the designated columns to retrieve the previously entered data for that item.3. Order of Retrieval: If there are multiple entries for the same item, Excel will prioritize the nearest entry relative to a reference row (This means below the reference row, it should not search upwards). For example, if the reference row is 11, and there are entries in rows 16 and 21 for the same item, Excel should retrieve the data from row 16. (You can test this by either blanking dropdown cells in columns A and B, and it will switch to the output location)=IF(B11=””,””,IFERROR(MAKEARRAY(5,3,LAMBDA(x,y,INDEX($G$1:$I$25,XLOOKUP(A11&B11,$A$5:$A$10&$B$5:$B$10,ROW($B$4:$B$9),,0,-1)+x,y))),””))My problem is that I need this type of functionality across different sub-sheets so that when it starts searching in let’s say week 1 (sheet 1) it will continue its search parameters in week 2 (sheet 2) and maintain the order of retrieval as mentioned in point 3 above. Essentially linking different sub-sheets together through one formula.I attached a sample with annotations to explain how the formula functions and how I need it to work.The solutions I can think of are;1. Simplyfing the formula making it less stress intensive so that it would be possible to merge all sub-sheets into one big sheet2. Creating a master sheet where one can perform lookups using the INDIRECT and MATCH functionsI’m not sure how to fully flesh out these ideas or of other solutions however. Read More
Can’t cancel/Edit My Meetings
I am having an issue with my outlook meetings not allowing me to edit or cancel. If I try to cancel I get Error 3003. If I attempt to edit I get an error saying I am not the host. These are meetings I have created myself and have not given anyone else host rights to. This occurs almost immediately after I create a meeting.
I am having an issue with my outlook meetings not allowing me to edit or cancel. If I try to cancel I get Error 3003. If I attempt to edit I get an error saying I am not the host. These are meetings I have created myself and have not given anyone else host rights to. This occurs almost immediately after I create a meeting. Read More
Using azure Search datasource in Azure AI completion API is creating many prompt tokens
Hi
I have written Azure Open AI implementation integrating with Azure cognitive search, as shown below.
{
“data_sources”: [
{
“type”: “AzureCognitiveSearch”,
“parameters”: {
“endpoint”: “AZURE_SEARCH_END_POINT”,
“key”: “AZURE_SEARCH_KEY”,
“index_name”: “INDEX_NAME”,
“scope”: {
“in_scope”: true,
“top_n_documents”: 1
}
“queryType”:”vectorSimpleHybrid”,
}
}
],
Then I make Azure Open API completion call using this Azure cognitive search service. I use mode GPT 3.5.
Everything is working fine as expected.
The challenge is the number of tokens it is generating is huge. For the simple prompt like “Who is Some XYZ”, it shows ‘4000+’ prompt tokens.
How do I avoid this. I am not adding any context to this. I tested taking out the above code and the prompt token count is around 5.
Can you suggest ways to solve this?
I tested adding filter to point to one chunkId, even then the prompt token count does not come down.
I was told to run a semantic search on to search index and then give the results as input chat completion API. But not sure how to implement this.
Can you suggest or point me the right direction.
REST API call would be preferred but even python code will help.
Thank you
HiI have written Azure Open AI implementation integrating with Azure cognitive search, as shown below. {
“data_sources”: [
{
“type”: “AzureCognitiveSearch”,
“parameters”: {
“endpoint”: “AZURE_SEARCH_END_POINT”,
“key”: “AZURE_SEARCH_KEY”,
“index_name”: “INDEX_NAME”,
“scope”: {
“in_scope”: true,
“top_n_documents”: 1
}
“queryType”:”vectorSimpleHybrid”,
}
}
], Then I make Azure Open API completion call using this Azure cognitive search service. I use mode GPT 3.5.Everything is working fine as expected.The challenge is the number of tokens it is generating is huge. For the simple prompt like “Who is Some XYZ”, it shows ‘4000+’ prompt tokens.How do I avoid this. I am not adding any context to this. I tested taking out the above code and the prompt token count is around 5.Can you suggest ways to solve this? I tested adding filter to point to one chunkId, even then the prompt token count does not come down.I was told to run a semantic search on to search index and then give the results as input chat completion API. But not sure how to implement this.Can you suggest or point me the right direction.REST API call would be preferred but even python code will help. Thank you Read More
How to include additional fields in filter range
In the attached sheet columns D-R have a filter applied.
For some reason applying a filter that includes columns A-C causes the Filter button to be ghosted/greyed.
Anyone know why this is happening?
Thanks
In the attached sheet columns D-R have a filter applied. For some reason applying a filter that includes columns A-C causes the Filter button to be ghosted/greyed. Anyone know why this is happening? Extend_filter_range.xlsx Thanks Read More
Should I install the most recent update?
My dad just warned me of the most recent windows 11 updated and he said not to update to it today as it bricked some laptops. Is this true? What have you heard about it?
My dad just warned me of the most recent windows 11 updated and he said not to update to it today as it bricked some laptops. Is this true? What have you heard about it? Read More
Validate authToken from Teams-js
I’m getting an auth token from the authentication module in the `microsoft/teams-js` library. Since I want to use the `preferred_username` to link users to existing accounts in my app, I need to validate that the auth token is legit. I’d like to validate against a public key that the JWT token has not been tampered with in my server code before I link users. How can I do this? My app is a django app on the backend.
I’m getting an auth token from the authentication module in the `microsoft/teams-js` library. Since I want to use the `preferred_username` to link users to existing accounts in my app, I need to validate that the auth token is legit. I’d like to validate against a public key that the JWT token has not been tampered with in my server code before I link users. How can I do this? My app is a django app on the backend. Read More
Training Release Schedule for Partners
I am new to managing a Microsoft Partner account & was recently asked for the training release schedule. Specifically looking for information around the update to Endpoint Administrator (MD-102) exam course. I was told there used to be a way to get the course release dates but could not find anything on the partner site. If someone could help point me in the right direction, would greatly appreciate it.
I am new to managing a Microsoft Partner account & was recently asked for the training release schedule. Specifically looking for information around the update to Endpoint Administrator (MD-102) exam course. I was told there used to be a way to get the course release dates but could not find anything on the partner site. If someone could help point me in the right direction, would greatly appreciate it. Read More
Copying one Column Meta data to other column in same SharePoint library
Hello, I need help building Power to automate WF.
Copy of one Column Metadata to another column in the same SharePoint library. attached is an image for the column.
_PID metadata I need in the PID column.
Hello, I need help building Power to automate WF.Copy of one Column Metadata to another column in the same SharePoint library. attached is an image for the column._PID metadata I need in the PID column. Read More
The Brazilian ETF DIVD11 is not working at Stocks
Dear Friends,
The DIVD11 ETF, available on the Brazilian stock exchange (BOVESPA), doesn’t appear in the “STOCKS” supplement of Excel. It seems that the asset needs to be updated. How to fix this?
Dear Friends,The DIVD11 ETF, available on the Brazilian stock exchange (BOVESPA), doesn’t appear in the “STOCKS” supplement of Excel. It seems that the asset needs to be updated. How to fix this? Read More
Grow your Business with Copilot for Microsoft 365 – July 2024
Welcome to Grow Your Business with Copilot for Microsoft 365, a monthly series designed to empower small and midsized businesses to harness the power of AI at work.
My team works with a wide range of small and midsized businesses. And while each is unique in their own way, we’ve found that regardless of size, industry, or market, they basically want the same thing: to grow . To attract more customers. To boost revenue. To scale efficiently.
But in many businesses today, people struggle to get the day-to-day work done. They don’t have the time and creative space to explore innovative ideas that unlock growth opportunities.
That’s where Copilot for Microsoft 365 can help. Companies are already using Copilot to unlock new opportunities to transform and grow their businesses.
For example, Joos, a small company based in the United Kingdom, is using Copilot to expand into North American and Europe.
Working big while staying small
Joos – a market leader in the power bank sharing industry – is using Copilot to boost their productivity and collaboration. By harnessing the power of Microsoft’s secure, comprehensive AI, they are growing their business faster than they otherwise could.
Joos supplies mobile charging stations, solving phone battery anxiety for users on the move. Customers can rent a power bank, charge their devices while on the go, and return it to any Joos station within the network. Since it was founded in 2018, Joos has expanded its reach into more sectors, including healthcare, transportation, retail and hospitality.
Joos, which has around 45 employees, adopted Copilot as a solution to help them improve efficiency without sacrificing innovation or customer engagement. Copilot is helping them work big while staying small!
Grow your customer base
For Joos, a major benefit of Copilot is boosting the productivity of their demand generation efforts. They’ve been able to use that time savings to initiate new ways to grow their customer base even further.
Dominic Comley, the Director of Global Operations, said that as Joos worked to expand the business, the team needed to pitch to new customers and foster relationships. Creating sales pitches, doing market research and creating new marketing materials took them several hours every week, because the team would customize the items within each sector they targeted.
One of the reasons that Joos chose Copilot for Microsoft 365 as its preferred AI tool is because they wanted a unified solution that integrated with the productivity tools their employees already used every day. They knew that Copilot could take their productivity to the next level.
Joos employees immediately started using Copilot in PowerPoint to create branded sales pitches. They use quick content editing and rephrasing to keep each presentation feeling unique and add branded elements automatically rather than searching through asset libraries.
Jeannette Ikonga, Head of Client Success & Customer Experience, said Copilot helps their company be more productive in their marketing efforts.
“Being such a small team, we don’t have a dedicated marketing department. We all pitch in to take on that role,” she said. “Having Copilot link to our SharePoint makes it so much easier to draft marketing articles, press releases and social media content.”
Ikonga said Copilot also enables Joos to expand their marketing efforts further to help grow their business. It helps with outreach to prospective customers in new industries by helping employees research those industries and clients in a fraction of the time it took before.
“If I’m crafting a sales page for hospitals, I can ask Copilot for the pain points in particular environments, and it will search the internet for me. It’s helping me do research and create my presentations at the same time,” she said.
Collaborate more efficiently
Joos’ 45 employees are spread out across Europe, North America, Ghana and China. One of their main challenges is working across time zones, since some team members are 13 hours apart, Comley said.
To accommodate the gap in time zones, Joos employees took detailed meeting notes so colleagues could stay up to date without joining every meeting. However, because of the team’s small size, senior employees often had to manually take the notes themselves, which is not always the best use of time.
“We rotated writing minutes between employees,” said Comley. “But when it’s your turn, you’re not able to participate as effectively when you’re concerned with getting all that information down.”
Now the team uses Copilot in Teams to quickly generate meeting summaries, suggest action items and summarize chat conversations. This has been a major asset in improving meeting productivity and collaboration at Joos.
Ikonga said the integration with Copilot in Microsoft Teams has been a massive game changer for collaboration and sharing across the company.
“The fact that Copilot quickly generates meeting recaps with notes and action items has actually changed the way we structure our meetings,” she said. “We can review the recaps and see where we’ve veered off topic, so we’ve streamlined our agendas to be more effective and skip over the redundancies.”
After the meetings, the team uses the automatic translation function to localize those meeting recaps into other languages. They previously had relied on a manual transcription service that was time-consuming and often inaccurate.
“Being able to immediately communicate with our team in China, without hiring a translator, is a great benefit,” Comley said.
Since implementing Copilot, Joos has significantly improved team collaboration and efficiency. The company is actively working on its expansion across North America and Europe.
“Since Copilot helps us communicate so well across time zones and languages now, we have a foundation for expanding into Canada,” said Comley. The framework with Copilot is helping them foster a team among French-Canadian speaking Canadian customers and co-workers, he explained.
Companies on the grow!
The productivity benefits of Copilot enable the small team at Joos to shift their focus from routine tasks to new efforts that help them expand their business. Just like Joos is all about powering people on the go, Copilot gives them the power to fuel their productivity, creativity and collaboration amidst its global expansion.
We are so excited to see Joos and other small and medium companies harness the power of Copilot to grow! Tune in next month for another example of how Copilot helps unlock more value and opportunity. If your company has used Copilot for Microsoft 365 to grow and you’d like to share your story, we’d love to feature you! Comment below to let us know you’re interested and a member from our team will get in touch!
Want to try out some of the ways Joos used Copilot for Microsoft 365? Check out the following resources:
Learn how to use Copilot in marketing
Use Copilot to build a customized pitch
See how Copilot works alongside you in PowerPoint
Make your meetings more efficient with Copilot in Teams
Check out some of these additional resources to learn more:
For the latest product news follow What’s new in Microsoft 365 Copilot blog
For adoption content visit Microsoft 365 Adoption – Get Started
For the latest SMB AI insights follow Microsoft 365 blog
Coming soon: We’re introducing a weekly Copilot productivity tips series just for YOU!
Angela Byers
Microsoft
Senior Director, Copilot & Growth Marketing for SMB
Microsoft Tech Community – Latest Blogs –Read More
FSLogix is now part of the Microsoft Customer Connection Program (MCCP)!
FSLogix is a complex tool that is used in a wide range of environments. Testing and validating these environments is extremely challenging as an engineering team and we rely on customers like you to help us test, validate and ensure our product is meeting the needs of all our customers.
FSLogix is partnering with the Microsoft Customer Connection Program (MCCP) to provide customers and professionals with a forum to join exclusive conversations, feedback and access to future versions of the product. FSLogix is part of the Windows Cloud Experience (WCX) organization where you can find AVD, Windows 365, and the new ‘FSLogix and user profile discussion‘ channels.
Join the MCCP today!
MCCP is a mutually beneficial program where members have engagement opportunities and access to member exclusive information and other benefits with participating MCCP Communities like:
Data Security and Privacy Customer Connection Program
Microsoft Purview products: Information Protection, Data Loss Prevention, Insider Risk Management, Microsoft Purview Data Governance, eDiscovery, Audit, Data Lifecycle Management, Records Management and Microsoft Priva
Security Connection Program
SIEM & XDR, CNAPP (Defender for Cloud), & Network Security
Management Customer Connection Program
Microsoft Intune product family, Windows and Windows Cloud Experiences (WCX)
Microsoft Entra Advisors
Microsoft Entra Permissions Management, Microsoft Verified ID, Identity Advisors, Identity Developer Advisors, Identity in Education, Azure B2C Advisors
Copilot for Security Customer Connection Program
Participation in MCCP is voluntary. To opt-out of MCCP at any time, visit: https://aka.ms/CCPOptOut
Microsoft Tech Community – Latest Blogs –Read More
101 of Troubleshooting SQL Server on Linux
Based on our extensive experience with customers using SQL on Linux, we have compiled a guide outlining fundamental troubleshooting steps and available tools to assist in resolving SQL on Linux issues. This guide aims to make it easier for SQL DBAs who have primarily worked on Windows operating systems over the years.
In this article, we will normalize three checks in Linux that we typically perform in Windows to start troubleshooting issues with SQL Server:
System logs
SQL Server logs
Task Manager
Note: The screenshots in the below examples are taken from RHEL and Ubuntu machines, and while the Linux flavors are different, the commands are similar in both environments.
It contains the log messages that the system processes and applications, and these messages are written as plain text log files.
The rsyslog service keeps various log files in the /var/log directory. You can open these files using native commands such as tail,head,more,less,cat, and so forth, depending on what you are looking for.
In RHEL and SLES, they are called messages, while in Ubuntu, you would find them as syslog.
RHEL and SLES: The primary system log file is located at /var/log/messages.
Ubuntu: The main system log file is /var/log/syslog.
Log files and journals are crucial to a system administrator’s work. They reveal a great deal of information about a system and are instrumental during troubleshooting and auditing.
For example, in RHEL, to display boot and other kernel messages, view /var/log/messages:
[server]$ cat /var/log/messages
Use grep and other filtering tools to gather more specific events from a file. You can also use tail to view files as they are updated.
[server]$ tail -f /var/log/messages
Check the /var/log/secure file to view users and their activities:
[server]$ tail -f /var/log/secure
Similarly in Ubuntu, we have/var/log/syslog
What does the syslog or messages file contain? how do we read them?
These log files contain events and messages generated by the kernel, applications, and users that log into the system.
The logs are written in the below format.
The timestamp indicates the time when a log entry was created in the format MMM dd HH:mm:ss. Notice that this format does not include a year.
Hostname is the host or system that originally create the message.
Application is the application that created the message.
Message contains the actual details of an event.
Since the message/syslog could contain thousands/millions of lines as log entries, using ‘cat‘ command alone might not be the right choice at times. I suggest using grep for filtering text through the files.
Using tail -f command allows you to read the current log file in real time. You may combine it with ‘grep’ to filter on desired text.
An alternate method to validate the system events is via the journald
Systemd-journald :
journald is a component of systemd responsible for handling logging. It captures logs, records them, and makes them easy to find. Unlike traditional syslog implementations, journald offers features like structured logging, indexing for fast search, access control, and signed messages.
The systemd-journald service does not keep separate files, as rsyslog does. The idea is to avoid checking different files for issues. Systemd-journald saves the events and messages in a binary format that cannot be read with a text editor. You can query the journal with the journalctl command.
journald stores logs in memory (RAM) without persistent storage (by default), while the Traditional syslog (e.g., /var/log/messages) persists log data to flat files.
To show all event messages, use:
[server]$ journalctl
To view journal entries for today, use:
[server]$ journalctl –since today
To check for messages related to the sql server service for the past hour, you can run:
journalctl –unit mssql-server.service –since “1 hour ago”
SQL Server Error logs:
The error log contains informational messages, warnings, and information about critical events. The error log also contains information about user-generated messages and auditing information such as logon events (success and failure).In Linux the default SQL Errorlog location is /var/opt/mssql/log
Comparing Error and System Logs Output
You can use both the SQL Server error log and the system logs to identify the cause of problems. For example, while monitoring the SQL Server error log, you may encounter error messages that do not contain cause information. By comparing the dates and times for events between these logs, you can narrow the list of probable causes.
Consider the following scenario: We receive an alert indicating that the application is unable to connect to SQL following a maintenance activity over the weekend. We log into the server to verify if SQL Server is operational.
Upon inspection, we find that the SQL process is not running. We then check the status and attempt to start the SQL Server to see if it comes online.
From the logs, we identify a permission issue on a specific folder or file that is preventing SQL Server from starting. Granting the necessary permissions should resolve the issue.
Task Manager:
Where is the Task Manager in Linux? There are command-line utilities that provide similar information to what we see in Windows. We will explore the top and htop utilities
top
The first line of numbers on the dashboard includes the time, how long your computer has been running, the number of people logged in, and what the load average has been for the past one, five, and 15 minutes. The second line shows the number of tasks and their states: running, stopped, sleeping, or zombie.
The next 3 lines describe CPU, Memory utilization, Swap Memory of the server. This article describes the output in detail.
The column details of the process are tabulated as below.
To get into the details of a particular process, (In our case SQL Server) we can use the PID to get the further details of the SQL and the tasks that SQL is currently running.
To get the child PID of SQLServer, use this short command and run the top command on the pid.
We see the utilization of various tasks within SQL Server, that are consuming the resources.
Another utility that provides similar information is htop. The key difference is that htop offers a more user-friendly experience with its use of colors and graphs, compared to the top command.
While top and htop provide valuable information, there are additional command-line tools such as vmstat, System Activity Information (sar), iostat, and others. I suggest running these commands on your test machines and monitoring the output to become familiar with checking performance metrics on a Linux server.
References:
Microsoft Tech Community – Latest Blogs –Read More
Merge two Outlook accounts
Hello community.
I have two account in Outlook, the first one created using Gmail and then accidently create a new one created in Outlook domain.
I want to merge them to use the one Outlook email alias.
Can somebody assist me with it?
Thanks
Hello community.I have two account in Outlook, the first one created using Gmail and then accidently create a new one created in Outlook domain.I want to merge them to use the one Outlook email alias.Can somebody assist me with it?Thanks Read More
mso98win32client.dll crashes for Excel, Word and Powerpoint
Crash event
Faulting application name: EXCEL.EXE, version: 16.0.17911.20000, time stamp: 0x6690be35
Faulting module name: mso98win32client.dll, version: 0.0.0.0, time stamp: 0x6690b68c
Exception code: 0xc0000005
Fault offset: 0x0000000000420c76
Faulting process id: 0x0x4B8C
Faulting application start time: 0x0x1DAD93D676F5021
Faulting application path: C:Program FilesMicrosoft OfficerootOffice16EXCEL.EXE
Faulting module path: C:Program FilesCommon FilesMicrosoft SharedOffice16mso98win32client.dll
Report Id: 4cdd1014-b952-4180-a2f0-6318cf44ef07
Faulting package full name:
Faulting package-relative application ID:
Cx has even reimaged the laptop and repair the Office still it didnt work
Looking for expert opinion
Crash eventFaulting application name: EXCEL.EXE, version: 16.0.17911.20000, time stamp: 0x6690be35Faulting module name: mso98win32client.dll, version: 0.0.0.0, time stamp: 0x6690b68cException code: 0xc0000005Fault offset: 0x0000000000420c76Faulting process id: 0x0x4B8CFaulting application start time: 0x0x1DAD93D676F5021Faulting application path: C:Program FilesMicrosoft OfficerootOffice16EXCEL.EXEFaulting module path: C:Program FilesCommon FilesMicrosoft SharedOffice16mso98win32client.dllReport Id: 4cdd1014-b952-4180-a2f0-6318cf44ef07Faulting package full name: Faulting package-relative application ID:Cx has even reimaged the laptop and repair the Office still it didnt workLooking for expert opinion Read More
Viva engage embed code not working in chrome
I am trying to integrate Viva engage embed code on our website. It is working fine only in edge but not in chrome. Anything specific that I need to do to make it work in chrome and other browsers ?
I am trying to integrate Viva engage embed code on our website. It is working fine only in edge but not in chrome. Anything specific that I need to do to make it work in chrome and other browsers ? Read More
Renew Certificate tags when Certificate are renewed for Azure webapp
Hi, currently we have certificate which expires after every 6 months and it is set to be renewed automatically. It is renewd after every 6 months without any issue but the tags on the certificates are removed when it is renewed. Is it a bug or is there any other way to make sure the tags are intact even after certificate renewal.
Any help or suggestion will be appreciated.
Hi, currently we have certificate which expires after every 6 months and it is set to be renewed automatically. It is renewd after every 6 months without any issue but the tags on the certificates are removed when it is renewed. Is it a bug or is there any other way to make sure the tags are intact even after certificate renewal. Any help or suggestion will be appreciated. Read More
Last Vulnerability Detection Date in MDVM
I recently started using MDVM and am trying to understand when a vulnerability was last seen on a device. When I zero in on a vulnerability (CVE) I see three dates Published On, First Detected, and Updated On:
Published On: which I believe is the date the CVE was published
First Detected: this is the date the vulnerability was first detected on the device
Updated On: this is where I am not sure what this means.
Is this the last date the vulnerability was detected on the device?
Is it the last the device was scanned?
If no to a & b, then how do I know when the vulnerability was last seen by the scanner. then how do I know when the vulnerability was last seen by the scanner. Is there a Last Date detected?
I have been researching this for a while but have not been able to find an answer to this point and am hopeful this community can assist!
Thanks in advance
Winston
I recently started using MDVM and am trying to understand when a vulnerability was last seen on a device. When I zero in on a vulnerability (CVE) I see three dates Published On, First Detected, and Updated On:Published On: which I believe is the date the CVE was publishedFirst Detected: this is the date the vulnerability was first detected on the deviceUpdated On: this is where I am not sure what this means. Is this the last date the vulnerability was detected on the device? Is it the last the device was scanned? If no to a & b, then how do I know when the vulnerability was last seen by the scanner. then how do I know when the vulnerability was last seen by the scanner. Is there a Last Date detected? I have been researching this for a while but have not been able to find an answer to this point and am hopeful this community can assist! Thanks in advanceWinston Read More
Windows 11 update installation error 0x800f081f, need help from developer to fix this
So since 8 months, i cannot do any windows update as it always give installation error. Something like cumulative windows version 22H2 was the update it was stuck on and now i even joined the windows insider program but still it is showing same installation error 0x800f081f. I even tried to contact support and somebody helped me to try few fixes but it didnt work. Anyone like developer or anyone who knows how to fix this, please reply as this issue is jst bugging my head rn after even trying thousands of fixes.
So since 8 months, i cannot do any windows update as it always give installation error. Something like cumulative windows version 22H2 was the update it was stuck on and now i even joined the windows insider program but still it is showing same installation error 0x800f081f. I even tried to contact support and somebody helped me to try few fixes but it didnt work. Anyone like developer or anyone who knows how to fix this, please reply as this issue is jst bugging my head rn after even trying thousands of fixes. Read More
“Accidental” email archiving during typo correction
Hi,
Since the last outlook update, me and my collegaues discovered a supper annoying but very useless feature.
So when we are writing an email and we make a typo, that we notice and try to correct. In torder to do that we (left)click in the word, where the typo is, the outlook gives us some inteligent suggestions what could be the correct word, but if you don’t choose any of those options (please note that in hungarian it is rarely accurate) but you try to manually correct the typo and hit the delete or backspace keys, to delete teh misspelled character, and outlook archives an email instead ( most of the users don’t notice they have archived an email, just that it didn’t deleted the character they wanted, so they hittinn the key a few more times resulting a bunch of emails being archived accidentally).
To some up, I click on the word where teh typo is, the cursor flashes at the place between the leters as it shoudl be the entire word is highlighted, I see the spellig suggestions and if I hit any of the backspace od delete keys it archives an email, just like it would think my coursor is not where I see it, but on my email list, point one of the emails.
Any idea how can I get rid of this feautre?
Hi,Since the last outlook update, me and my collegaues discovered a supper annoying but very useless feature. So when we are writing an email and we make a typo, that we notice and try to correct. In torder to do that we (left)click in the word, where the typo is, the outlook gives us some inteligent suggestions what could be the correct word, but if you don’t choose any of those options (please note that in hungarian it is rarely accurate) but you try to manually correct the typo and hit the delete or backspace keys, to delete teh misspelled character, and outlook archives an email instead ( most of the users don’t notice they have archived an email, just that it didn’t deleted the character they wanted, so they hittinn the key a few more times resulting a bunch of emails being archived accidentally).To some up, I click on the word where teh typo is, the cursor flashes at the place between the leters as it shoudl be the entire word is highlighted, I see the spellig suggestions and if I hit any of the backspace od delete keys it archives an email, just like it would think my coursor is not where I see it, but on my email list, point one of the emails. Any idea how can I get rid of this feautre? Read More
How can I see when the disposition review for a document is due?
I have documents which have got extendet during the disposition review. And now I want to know how long they got extended and when the next disposition review will be?
Does anybody know how to find out?
I have documents which have got extendet during the disposition review. And now I want to know how long they got extended and when the next disposition review will be? Does anybody know how to find out? Read More