Category: News
Entering Hanja (Korean) on Surface Laptop (Copilot+ PC) (US version)
Hello,
I bought the US version of the new Surface Laptop (Copilot+ PC) (13 “) last week. I regularly type in Korean and have just noticed that the new Copilot button has replaced the button next to the Right Alt key which is used to input Hanja on the Windows Korean keyboard. How do I do this now?
Thank you so much!
Best regards from New Orleans.
Hello, I bought the US version of the new Surface Laptop (Copilot+ PC) (13 “) last week. I regularly type in Korean and have just noticed that the new Copilot button has replaced the button next to the Right Alt key which is used to input Hanja on the Windows Korean keyboard. How do I do this now? Thank you so much! Best regards from New Orleans. Read More
Keyboard remapping in live editor not working.
Hi guys,
I’m on a mac here and have remapped the begin and end keys to "begin line" and "end line" in matlab.
I have also removed these keys from "begin doc" and "end doc".
This works perfectly in the main editor and command windows but is totally ignored in the live editor where the original "begin doc" and "end doc" are still mapped to the keys.
Am I doing something wrong or is this a bug?
Thanks for any help
AndyHi guys,
I’m on a mac here and have remapped the begin and end keys to "begin line" and "end line" in matlab.
I have also removed these keys from "begin doc" and "end doc".
This works perfectly in the main editor and command windows but is totally ignored in the live editor where the original "begin doc" and "end doc" are still mapped to the keys.
Am I doing something wrong or is this a bug?
Thanks for any help
Andy Hi guys,
I’m on a mac here and have remapped the begin and end keys to "begin line" and "end line" in matlab.
I have also removed these keys from "begin doc" and "end doc".
This works perfectly in the main editor and command windows but is totally ignored in the live editor where the original "begin doc" and "end doc" are still mapped to the keys.
Am I doing something wrong or is this a bug?
Thanks for any help
Andy live editor, keyboard remapping MATLAB Answers — New Questions
optimization expression includes an integration
I am trying an optimization problem in which the expression of the objective function includes an integral.
It is obvious that the sigma equal to one results in the optimium solution. I want to use the optimization toolbox to get this result with an initial sigma equal to, say, 10.
I wrote the following code.
g1 = @(x,c) (exp(-(0.5*(x./c).^2))./sqrt(2*pi*c^2));
c = optimvar("c",1,1,’Type’,’continuous’,’LowerBound’,0.1,’UpperBound’,10);
prob = optimproblem(‘Objective’, (0.5 – integral(@(x)g1(x,c),0, 10)).^2);
[solf,fvalf,eflagf,outputf] = solve(prob)
The following error is generated.
Error using integralCalc>finalInputChecks (line 544)
Input function must return ‘double’ or ‘single’ values. Found
‘optim.problemdef.OptimizationExpression’.
I have two questions:
1, Am I coding the problem properly/correctly?
2, If the code is basically correct, how can I solve the error?
Thank you.I am trying an optimization problem in which the expression of the objective function includes an integral.
It is obvious that the sigma equal to one results in the optimium solution. I want to use the optimization toolbox to get this result with an initial sigma equal to, say, 10.
I wrote the following code.
g1 = @(x,c) (exp(-(0.5*(x./c).^2))./sqrt(2*pi*c^2));
c = optimvar("c",1,1,’Type’,’continuous’,’LowerBound’,0.1,’UpperBound’,10);
prob = optimproblem(‘Objective’, (0.5 – integral(@(x)g1(x,c),0, 10)).^2);
[solf,fvalf,eflagf,outputf] = solve(prob)
The following error is generated.
Error using integralCalc>finalInputChecks (line 544)
Input function must return ‘double’ or ‘single’ values. Found
‘optim.problemdef.OptimizationExpression’.
I have two questions:
1, Am I coding the problem properly/correctly?
2, If the code is basically correct, how can I solve the error?
Thank you. I am trying an optimization problem in which the expression of the objective function includes an integral.
It is obvious that the sigma equal to one results in the optimium solution. I want to use the optimization toolbox to get this result with an initial sigma equal to, say, 10.
I wrote the following code.
g1 = @(x,c) (exp(-(0.5*(x./c).^2))./sqrt(2*pi*c^2));
c = optimvar("c",1,1,’Type’,’continuous’,’LowerBound’,0.1,’UpperBound’,10);
prob = optimproblem(‘Objective’, (0.5 – integral(@(x)g1(x,c),0, 10)).^2);
[solf,fvalf,eflagf,outputf] = solve(prob)
The following error is generated.
Error using integralCalc>finalInputChecks (line 544)
Input function must return ‘double’ or ‘single’ values. Found
‘optim.problemdef.OptimizationExpression’.
I have two questions:
1, Am I coding the problem properly/correctly?
2, If the code is basically correct, how can I solve the error?
Thank you. #optimization #integral MATLAB Answers — New Questions
How to Graph integrals?
Hello everybody,
I have a little trouble here. I’m trying to graph the following auction at first price:
syms x a
gamma = 0.3;
b_hat= 0.542;
fun = b/2;
F(a) = int(fun, x, 0, a);
fplot(F,[0 1])
But I still can’t get it, I would appreciate it if you could help me.Hello everybody,
I have a little trouble here. I’m trying to graph the following auction at first price:
syms x a
gamma = 0.3;
b_hat= 0.542;
fun = b/2;
F(a) = int(fun, x, 0, a);
fplot(F,[0 1])
But I still can’t get it, I would appreciate it if you could help me. Hello everybody,
I have a little trouble here. I’m trying to graph the following auction at first price:
syms x a
gamma = 0.3;
b_hat= 0.542;
fun = b/2;
F(a) = int(fun, x, 0, a);
fplot(F,[0 1])
But I still can’t get it, I would appreciate it if you could help me. graph, integrals MATLAB Answers — New Questions
Connecting Xbox Controller to Simulink Real-Time
Hi,
Im trying to add a xbox controller to my simulink Real-Time. However the only blocks I could find and use only work for normal simulink. I tried using Gamepad Simulator block and the Joystick Input block and I tested and worked only for normal Simulink. When I try to use them in Simulink Real-Time, it doesnt take the values. When I use the the JoyStick input block in simulink real-time, it gives me an error and says "Error:Unable to find S-function module ‘joyinput’. S-function modules must exist as either source files or pre-compiled object files on the MATLAB path.".
Is there a way to get around this?
ThanksHi,
Im trying to add a xbox controller to my simulink Real-Time. However the only blocks I could find and use only work for normal simulink. I tried using Gamepad Simulator block and the Joystick Input block and I tested and worked only for normal Simulink. When I try to use them in Simulink Real-Time, it doesnt take the values. When I use the the JoyStick input block in simulink real-time, it gives me an error and says "Error:Unable to find S-function module ‘joyinput’. S-function modules must exist as either source files or pre-compiled object files on the MATLAB path.".
Is there a way to get around this?
Thanks Hi,
Im trying to add a xbox controller to my simulink Real-Time. However the only blocks I could find and use only work for normal simulink. I tried using Gamepad Simulator block and the Joystick Input block and I tested and worked only for normal Simulink. When I try to use them in Simulink Real-Time, it doesnt take the values. When I use the the JoyStick input block in simulink real-time, it gives me an error and says "Error:Unable to find S-function module ‘joyinput’. S-function modules must exist as either source files or pre-compiled object files on the MATLAB path.".
Is there a way to get around this?
Thanks simulink, simulink realtime MATLAB Answers — New Questions
How do I complain to Paytm?
Paytm has a contact 06370-523079 (Available 24/7) form on their website (www. Paytm com) that allows you to submit inquiries, feedback, or requests. You can access this by navigating to the “Contact Us
Paytm has a contact 06370-523079 (Available 24/7) form on their website (www. Paytm com) that allows you to submit inquiries, feedback, or requests. You can access this by navigating to the “Contact Us Read More
Edit tables with ease in Word for the web
Hi, Microsoft 365 Insiders,
Great news for Word for the web users! We are excited to announce a new feature that makes editing tables even smoother. You can now quickly and easily modify tables to improve your document’s formatting and appearance — no cutting or pasting required! This update allows you to effortlessly edit your tables so you can focus on your content.
Check out our latest blog by Anushri Sahu, Product Designer, and Kirti Sahu, Product Manager, from the Word team: Edit tables with ease in Word for the web
Thanks!
Perry Sjogren
Microsoft 365 Insider Community Manager
Become a Microsoft 365 Insider and gain exclusive access to new features and help shape the future of Microsoft 365. Join Now: Windows | Mac | iOS | Android
Hi, Microsoft 365 Insiders,
Great news for Word for the web users! We are excited to announce a new feature that makes editing tables even smoother. You can now quickly and easily modify tables to improve your document’s formatting and appearance — no cutting or pasting required! This update allows you to effortlessly edit your tables so you can focus on your content.
Check out our latest blog by Anushri Sahu, Product Designer, and Kirti Sahu, Product Manager, from the Word team: Edit tables with ease in Word for the web
Thanks!
Perry Sjogren
Microsoft 365 Insider Community Manager
Become a Microsoft 365 Insider and gain exclusive access to new features and help shape the future of Microsoft 365. Join Now: Windows | Mac | iOS | Android Read More
Viva Amplify Roadmap Blog
As we continue to innovate and enhance Microsoft Viva, we’re excited to share a glimpse into the future of Viva Amplify. Our commitment to providing a centralized platform for orchestrating and managing campaigns and communications remains strong, and we’re thrilled to announce new features and capabilities that will roll out in the coming months. Some of these features are geared towards corporate communicators as well as empowering anyone who needs to communicate to their teams, projects and stakeholders. We have more coming for Frontline Managers also that we’ll share at a later date.
Accelerate Copilot adoption with pre-built campaigns
Last month, Amplify added the Copilot Deployment Kit which includes 8 pre-drafted communications to help organizations plan, communicate, and adopt Copilot. And now, to help with broader adoption of Copilot across the various Viva applications, we’re adding a new Viva for AI Transformation pre-built campaign to help corporate communicators and change management leaders with their AI transformation efforts by highlighting specific capabilities within each Viva module.
The Viva for AI Transformation campaign includes 10 pre-drafted communications and a campaign brief with objectives and key messages. Each communication can easily be edited, reviewed, and published to multiple channels—including SharePoint, Outlook, and Teams— highlighting the specific AI capabilities available in each Viva module and how employees and the organization can benefit from them.
Copilot in Viva Amplify Editor
We’re bringing the superpowers of Copilot directly into the Amplify editing experience to revolutionize the way you create and enhance content by providing you with a writing assistance for all your communications. Simply click the Copilot icon for help with content, style, rewrites, and tone. Copilot in Viva Amplify will be available in preview soon.
The Auto rewrite option quickly brings good suggestions to you based on the text you’ve already entered. Or use it to pick specific enhancements like using more concise or expansive language.
Moreover, Copilot will help you adjust the tone of your content to ensure a consistent tone across all your content or make your messaging more coherent so it resonates better with different audience segments. With this capability, you will be able to adapt your content to various tones, whether you need a casual tone for social messages, an engaging tone to compel and draw in your audience or a professional tone for business communications.
Required Approvals
Like Lists and libraries, campaigns can contain sensitive information, such as marketing campaign budgets or human resources initiatives. The required approval feature brings compliance, accountability and workflows to Lightweight Approvals in Viva Amplify. By enabling required approval for a campaign, stakeholders can ensure that all campaign content and associated publications adhere to organizational standards and receive the necessary approval before publishing, thus minimizing risks and errors.
You can require approval at the campaign level so that all Viva Amplify publications within the campaign go through the approval process before the content is published. This is an optional setting that a user can choose to apply to a campaign. By requiring approval, organizations can apply a significant level of quality and security to their content, ensuring every piece of content aligns perfectly with their standards and expectations.
Required approval is targeted to be generally available in August 2024.
Campaign goals
Coming soon, you’ll be able to define the goals and objectives of a campaign within Viva Amplify and track progress against these goals using campaign goals. Goals establish a clear path for a campaign, guiding every action and decision, and providing benchmarks for measuring progress so you can achieve your campaign objective (s). In this coming release, Viva Amplify will support goal tracking for the unique viewers metric integrated with analytics capabilities. When you set a campaign goal in the brief, it will be applied at the campaign level for all publications and published distribution channels. By setting specific targets, you can track progress and determine whether the campaign is meeting its goals for all distribution channels. Campaign goals empower you to make informed decisions and adjustments as needed throughout the campaign.
Copy a publication
Gone are the days where you must rewrite or manually copy and paste content from an old publication to a newly drafted one to reuse it. Soon in Viva Amplify, you will be able to copy a publication within an existing campaign with just a few clicks. This new feature streamlines the content creation process, enabling you to easily reuse existing content – across SharePoint, Outlook and Teams, including all channel specific customizations and related audiences – and saving you time and effort so you can be more efficient.
Switch quickly between content editing, channels and writing guidance
Coming soon, you will see the SharePoint content pane also available in Viva Amplify. The content pane serves as a convenient hub for various panes that support authors in crafting their publications. This centralized space now features a user-friendly toolbox that enables authors to easily explore and insert content for creating dynamic and captivating publications and incorporates other useful panes like configuration tools and design ideas. Additionally, and specific to Viva Amplify, it also hosts the distribution channel selection, writing guidance, and audience selection specific to the distribution channels. With this change we are also introducing the ability to add or remove channels directly from the distribution channel tabs.
Streamlined Authoring Experience in Teams and Outlook
Coming soon, we are rolling out updates to the editors for the Microsoft Outlook and Microsoft Teams distribution channels, to streamline previewing and editing. You will see the new editing experience when creating a new publication as part of a new or existing campaign and select to publish to Outlook and Teams. The new experience will enable you to customize the content for Outlook and Teams using a supported set of familiar web parts directly from the main drafting experience and improvements for loading content into the editor.
In addition to the changes to the canvas for preview and customization, you will be able to select the audience for the channel on the right side of the screen, independent from the editing canvas. You will continue to be able to switch between Preview and Customize and send test emails to verify how the published email is received in the different Outlook clients or is posted in Teams.
The streamlined authoring experience for Teams and Outlook channels will be rolling out in August and September.
Analytics
Reporting and analytics are a crucial piece of the Amplify value, and soon you’ll be able to go even deeper into engagement and capture new metrics. In the images below we’re showing designs because we want to illustrate the breadth of capabilities coming.
Let’s go deeper on how effective your campaigns and communications are with these new metrics and capabilities, including:
Audience Breakdown and organizational pivots – see engagement filtered by role, department, or other user information.
Campaign Brief Integration Amplify Analytics provides visuals feedback to campaign owners of progress as measured against the goals set in the Campaign Brief.
Trend graphs and simpler layouts – visualize data over time with easy-to-read charts
Reactions – understand the social gestures of the reactions you’ve received on your publication and the entire campaign
Export to PowerPoint – you can already download the reports to CSV, and we’re making it quick to present your communication progress in slides
Click through rate – see the performance of links and read rates within your publications.
Dwell time – understand how long viewers are spending viewing your publications
Multi-value queries – queries allow the user to selected multiple different Org metadata values combined with endpoints to created “and” queries that provide a deep context and understanding.
Viva Engage integration
Already in Private Preview, this is one of the most requested features is the ability to publish from Viva Amplify to Viva Engage communities and storylines. Analytics signals for Engage distribution are already included in our existing reports in private preview. We’re listening to preview customer feedback to improve the experience for the next version. Top requests such as support to publish as Articles in Engage and across multiple communities are already being looked at and we appreciate getting your feedback on what is most important to you when publishing to Engage from Viva Amplify.
Looking Ahead
As we build upon the success of Viva Amplify, we’re eager to hear your feedback and involve you in shaping the future of our platform. Stay tuned for more updates and get ready to amplify your communications with Microsoft Viva.
Microsoft Tech Community – Latest Blogs –Read More
What’s new in Microsoft Intune July 2024
The days in my part of the world have been long and hot. Often my emails are met with out-of-office replies as my colleagues and friends are taking time to recharge outside of work. It reminds me of just how valuable time is—in regard to both productivity at work and intentionality about disconnecting and prioritizing other parts of life. Fortunately for us all, improvements to Microsoft Intune don’t take summer holidays—and I’m highlighting three new capabilities this week that will help IT admins and users alike to allocate less time to endpoint management and more time to their other priorities, like adding value in the enterprise or enjoying family and friends.
Use Copilot to help create Kusto queries for device query
In January this year, we announced a device query capability for Microsoft Intune Advanced Analytics that enables you to get near-real time access to data about the state and configuration of devices. Device queries are authored in the Kusto Query Language (KQL), which isn’t a skill all IT administrators have developed, but I’m pleased to announce that, thanks to Microsoft Copilot in Microsoft Intune, getting device information and context is becoming simpler. This new capability, now in public preview, lets administrators ask Copilot for device data. If the question can be answered with device query, Copilot will generate a KQL string that can be pasted into Intune Advanced Analytics to get the answer. This equips admins without comprehensive knowledge of KQL to get the data they need more quickly—and is an ideal example of how Copilot can and will continue to empower IT admins of all skill levels to perform advanced tasks with ease, thus improving the endpoint management experience.
You can find more about this new capability in the Copilot in Intune documentation.
Users can install macOS apps on demand via Intune
We’re proud of the advances we’ve made in macOS device management over the last year—especially how we’ve been able to address the requests from you. Our newest improvement introduces options admins can offer to users for downloading unmanaged applications (in PKG and DMG format) via the Intune Company Portal app. We have added the “available” assignment type alongside the familiar “required” type, so you won’t need to rely on the line-of-business app workflow or third-party tools to deploy optional applications. This is a time-saver for administrators and users alike, and it is one of the most requested features from Mac device administrators, so I am especially pleased to see this capability available. More information can be found in the documentation on unmanaged PKG apps and LOB DMG apps.
Windows 365 Cloud PC security baseline updates
Configuring security settings can be time consuming, and for those who aren’t experienced, it might be confusing. Security baselines are policy templates you deploy with Intune to establish Microsoft Security–recommended settings in just a few clicks, and we’re pleased to announce the first update to the Windows 365 security baseline. We recommend adopting this baseline to help protect against security threats. Because this baseline is built with new technology, you’ll also get:
Faster deployment of baseline version updates
Improved user interface and reporting experience (such as per-setting status reports)
More consistent naming across Intune portal
Elimination of setting “tattooing”
Ability to use assignment filters for profiles
These baselines can be customized to meet your specific needs. In the case of this upgrade, you’ll need to manually update your customizations, if any, from the previous baseline. See Deploy security baselines for Windows 365 for more details.
Your input is vitally important to our continuous product development—let us know what features you want to see next through our feedback portal.
Stay up to date! Bookmark the Microsoft Intune Blog and follow us on LinkedIn or @MSIntune on X to continue the conversation.
Microsoft Tech Community – Latest Blogs –Read More
Skilling snack: Tools for creating accessible content
Are you familiar with the Windows accessibility tools that can help your information workers achieve more? Whatever content they create for your organization, you want it to be accessible to the largest audience possible. Let’s look at how Windows accessibility can serve the dual purpose of supporting your organization and the clients it serves. And if you have Copilot+ PCs, they’re built with accessibility in mind.
Time to learn: 86 – 120 minutes
WATCH
Co-designing for neurodiversity
In this recorded session, you’ll hear from leaders in the field about the importance of leveraging neurodiversity in your projects.
(41 mins)
Neurodiversity + Azure + AI Studio
LEARN
Learn the basics of web accessibility
When you’re designing a webpage, make sure you’re designing it for everybody. This module will show you the tools and skills you’ll need for accessible web design.
(15 mins)
Developers + Microsoft Edge
READ
Accessibility Insights for Windows
Learn about the Color Contrast Analyzer in Accessibility Insights for Windows. This tool makes it easy to ensure that contrast ratios are ideal for making text and graphics easier to perceive and read.
(time varies)
Accessibility Insights + Windows + Inclusive Design
READ + WATCH
Unlock new experiences on your Copilot+ PC
Discover what the latest enhancements to your workflow look like on Copilot+ PCs. If you create content, see AI-supported Cocreator and Photos in action. Turn on Live Captions with automatic translation into English. Look and sound better with built-in tools.
(30 mins)
Copilot+ PC + Live Captions + AI + Cocreator + Photos + Windows Studio Effects + Privacy
WATCH
Accessibility training for Microsoft 365
Watch this series of short videos to help ensure accessible content in Microsoft 365 apps.
(time varies)
Word + Outlook + PowerPoint +Excel + Accessibility
READ
Read about how Voice typing in Windows provides dictation capabilities that convert spoken word to text simply by selecting the Windows logo key + H wherever you want to start writing.
(time varies)
Windows + Voice typing + Accessibility
When you’re ready to take your accessibility skills to the next level, check out these snacks and additional resources:
Skilling snack: Accessibility in Windows 11
Skilling snack: Voice access in Windows
AMA: Supporting Accessibility with Windows 11
Tackling Tech video – Inside Windows 11 accessibility
Ability Summit 2024 – Watch highlights and on-demand videos about how AI can fuel accessibility innovation in Windows and beyond
LinkedIn course on digital accessibility
Hungry for more? Don’t miss our skilling snack library.
Be sure to come back every two weeks for fresh snacks and leave a comment below about what you’d like to learn next.
Continue the conversation. Find best practices. Bookmark the Windows Tech Community, then follow us @MSWindowsITPro on X and on LinkedIn. Looking for support? Visit Windows on Microsoft Q&A.
Microsoft Tech Community – Latest Blogs –Read More
contour plot problem Z must be at least a 2×2 matrix
Hallo everyone,
i have a problem to make the contour plot, it always shows Z must be at least a 2×2 matrix. i have try my best to solve, but it still not work, could you please to help me? The code is as follows.
x=[80;100;90;90;90]
y=[4;4;2;6;4]
[X,Y] = meshgrid(x,y)
% Polly 11 f(x,y)=p00+p10*x+p01*y
f1=1.7419-0.0006*x+0.0132*y
contour(X,Y,f1)
Thanks and best regards
JLHallo everyone,
i have a problem to make the contour plot, it always shows Z must be at least a 2×2 matrix. i have try my best to solve, but it still not work, could you please to help me? The code is as follows.
x=[80;100;90;90;90]
y=[4;4;2;6;4]
[X,Y] = meshgrid(x,y)
% Polly 11 f(x,y)=p00+p10*x+p01*y
f1=1.7419-0.0006*x+0.0132*y
contour(X,Y,f1)
Thanks and best regards
JL Hallo everyone,
i have a problem to make the contour plot, it always shows Z must be at least a 2×2 matrix. i have try my best to solve, but it still not work, could you please to help me? The code is as follows.
x=[80;100;90;90;90]
y=[4;4;2;6;4]
[X,Y] = meshgrid(x,y)
% Polly 11 f(x,y)=p00+p10*x+p01*y
f1=1.7419-0.0006*x+0.0132*y
contour(X,Y,f1)
Thanks and best regards
JL contour MATLAB Answers — New Questions
Publishing in Marketplace a solution with multiple sppkg packages
We have multiple packages, each package contains a set of webparts. They share a common library package.
We would like to submit a solution in marketplace which has two sppkg packages. One for the webparts, and one for the library components used by the webparts. We are not able to upload two sppkg packages while submitting the application to the Marketplace.
Are two sppkg packages allowed for submission? If not, then what is a workaround?
We have multiple packages, each package contains a set of webparts. They share a common library package.We would like to submit a solution in marketplace which has two sppkg packages. One for the webparts, and one for the library components used by the webparts. We are not able to upload two sppkg packages while submitting the application to the Marketplace.Are two sppkg packages allowed for submission? If not, then what is a workaround? Read More
disconnect the other work or school accounts via Intune
Hi ,
Our users are working on projects and need to access their emails. When they add their email to Outlook, they often do not select the “Sign in with this app only” option. This causes a conflict because the other MS account gets added to the “Work or School Account,” leading to issues with the Windows license. The license is supposed to be Enterprise instead of Pro, as we have Microsoft E3 licenses.
My question is, how can I disconnect the other work or school accounts via Intune, using PowerShell or another tool, to avoid having to communicate with all users to disconnect it manually?
Thank you for your assistance.
Best regards,
Hi ,Our users are working on projects and need to access their emails. When they add their email to Outlook, they often do not select the “Sign in with this app only” option. This causes a conflict because the other MS account gets added to the “Work or School Account,” leading to issues with the Windows license. The license is supposed to be Enterprise instead of Pro, as we have Microsoft E3 licenses.My question is, how can I disconnect the other work or school accounts via Intune, using PowerShell or another tool, to avoid having to communicate with all users to disconnect it manually?Thank you for your assistance.Best regards, Read More
Issue with Creating an chat Invitation Links for External Users in Microsoft Teams
Hello,
I have a problem: we use Teams within my organization, and I am an administrator. I would like my users to be able to create a non-expiring invitation link that allows external users to open a Teams chat window with them.
There are two ways to do this, but neither works.
Creating the link manually: By using the following link and modifying the user’s email address, it opens Teams, but nothing happens:
https://teams.microsoft.com/l/chat/0/0?users=email address removed for privacy reasons
I have checked the various admin interfaces:
https://admin.microsoft.com/Adminportal/Home#/homepagehttps://entra.microsoft.com/#homehttps://admin.teams.microsoft.com/
I found nothing. An external user with Teams can open a chat with users from my organization when they search via email in Teams. However, I would like to automate this, especially for external users who do not yet have Teams.
I feel that these problems appeared with the New Teams version. Any clues?
Best regards,
Alexis
Hello, I have a problem: we use Teams within my organization, and I am an administrator. I would like my users to be able to create a non-expiring invitation link that allows external users to open a Teams chat window with them. There are two ways to do this, but neither works.Creating the link manually: By using the following link and modifying the user’s email address, it opens Teams, but nothing happens: https://teams.microsoft.com/l/chat/0/0?users=email address removed for privacy reasons Automatically creating an invite link: Using the “Find and invite people” button in the “Chat” tab of the Teams interface. This interface does not appear in either the application or the web interface with the New Teams version. I tested with an external account using the classic web version of Teams, and this button is visible. I have read that others have the same problem with the New Teams version, but they are able to see it on the mobile app version. I have checked the various admin interfaces:https://admin.microsoft.com/Adminportal/Home#/homepagehttps://entra.microsoft.com/#homehttps://admin.teams.microsoft.com/ I found nothing. An external user with Teams can open a chat with users from my organization when they search via email in Teams. However, I would like to automate this, especially for external users who do not yet have Teams. I feel that these problems appeared with the New Teams version. Any clues? Best regards,Alexis Read More
Sharepoint Home Site.
Hi Everone! I’m hoping someone can help me please
I am trying to customise my SharePoint home page with a HTML page. I am looking to keep the sharepoint bar across the top but replace the widgets below with a HTML page with click areas.
I can add a iframe, but this doesnt fill the page.
Example below of what i would like
I already have the HTML file with click locations created.
Hope someone can help.
Many Thanks
Hi Everone! I’m hoping someone can help me please I am trying to customise my SharePoint home page with a HTML page. I am looking to keep the sharepoint bar across the top but replace the widgets below with a HTML page with click areas. I can add a iframe, but this doesnt fill the page.Example below of what i would like I already have the HTML file with click locations created. Hope someone can help. Many Thanks Read More
Error While identify verification
Hi, I’m trying to join a partner program, but while i’m trying to progress i stoped on Identity verification.
When i click on button fix now this redirect me to another page with message: You need permission.
I already have read this document: Get verifiable credentials – Partner Center | Microsoft Learn but didn’t found nothing.
Hi, I’m trying to join a partner program, but while i’m trying to progress i stoped on Identity verification.When i click on button fix now this redirect me to another page with message: You need permission.I already have read this document: Get verifiable credentials – Partner Center | Microsoft Learn but didn’t found nothing. Read More
Team Trend Assistance
Good morning!
I’m trying to figure out how to pull the most common trends for a specific team (not numbers). I’ve done this before (a long time ago), but I can’t remember the functions to use.
Good morning!I’m trying to figure out how to pull the most common trends for a specific team (not numbers). I’ve done this before (a long time ago), but I can’t remember the functions to use. Read More
Microsoft Groups:Your request can’t be completed right now
Hi All,
A user cannot access her Groups in the Outlook online version and on the Desktop version. When she clicks on a group, she gets the error message: Your request can’t be completed right now. We also tried from the New Group website, and it is the same error. Can anyone help out?
Hi All, A user cannot access her Groups in the Outlook online version and on the Desktop version. When she clicks on a group, she gets the error message: Your request can’t be completed right now. We also tried from the New Group website, and it is the same error. Can anyone help out? Read More
Refresh data using Power Query’s From Folder connector in Excel for Mac
Hi, Microsoft 365 Insiders,
Great news for Excel for Mac users! We are happy to announce a new feature that makes your data management even smoother. You can now refresh data using Power Query’s From Folder connector in Excel for Mac. This update allows you to effortlessly keep your data current and organized. Check out our latest blog by Gal Zivoni, Product Manager on the Excel team: Refresh data using Power Query’s From Folder connector in Excel for Mac
Thanks!
Perry Sjogren
Microsoft 365 Insider Community Manager
Become a Microsoft 365 Insider and gain exclusive access to new features and help shape the future of Microsoft 365. Join Now: Windows | Mac | iOS | Android
Hi, Microsoft 365 Insiders,
Great news for Excel for Mac users! We are happy to announce a new feature that makes your data management even smoother. You can now refresh data using Power Query’s From Folder connector in Excel for Mac. This update allows you to effortlessly keep your data current and organized. Check out our latest blog by Gal Zivoni, Product Manager on the Excel team: Refresh data using Power Query’s From Folder connector in Excel for Mac
Thanks!
Perry Sjogren
Microsoft 365 Insider Community Manager
Become a Microsoft 365 Insider and gain exclusive access to new features and help shape the future of Microsoft 365. Join Now: Windows | Mac | iOS | Android Read More
SFTP enabled Storage Account Behind Nginx Reverse Proxy
I am trying to put SFTP enabled storage Account behind nginx proxy.
I tried with the below configuration in nginx.conf
nginx service won’t restart as port 22 is already in use for SSH.
Can someone help me?
I am trying to put SFTP enabled storage Account behind nginx proxy. I tried with the below configuration in nginx.confstream { upstream backend{ server <<storageAccount_private_ip>>:22; } server {listen 22; proxy_pass backend; }}nginx service won’t restart as port 22 is already in use for SSH. Can someone help me? Read More