Category: News
Similarity checker
Can anyone advise me please, I’ve tried all the recommendations to rectify the similarity checker, but it’s still not working, can anyone help me please.
Can anyone advise me please, I’ve tried all the recommendations to rectify the similarity checker, but it’s still not working, can anyone help me please. Read More
exeal file is not working
I AMIT KHINDRI START TO EXEAL NOT WORKING FOR EXEAL PLZ CHEAK & COMNEUCATE
hello I AMIT KHINDRI START TO EXEAL NOT WORKING FOR EXEAL PLZ CHEAK & COMNEUCATE Read More
Easy HashTable Question
I’m tragically stuck on what I know is a simple query.
For context, I’m trying to update a Bookings calendar service business hours through PowerShell.
The cmdlet is Update-MgBookingBusinessService.
The relevant JSON that is returned from Get-MgBookingBusinessService is below.
“schedulingPolicy”: {
“generalAvailability”: {
“availabilityType”: “customWeeklyHours”,
“businessHours”: [
{
“day”: “monday”,
“timeSlots”: [
{
“startTime”: “10:30:00.0000000”,
“endTime”: “18:30:00.0000000”
}
]
},
{
“day”: “tuesday”,
“timeSlots”: [
{
“startTime”: “10:30:00.0000000”,
“endTime”: “18:30:00.0000000”
}
]
},
{
“day”: “wednesday”,
“timeSlots”: [
{
“startTime”: “10:30:00.0000000”,
“endTime”: “18:30:00.0000000”
}
]
},
{
“day”: “thursday”,
“timeSlots”: [
{
“startTime”: “10:30:00.0000000”,
“endTime”: “18:30:00.0000000”
}
]
},
{
“day”: “friday”,
“timeSlots”: [
{
“startTime”: “10:30:00.0000000”,
“endTime”: “18:30:00.0000000”
}
]
},
{
“day”: “saturday”,
“timeSlots”: []
},
{
“day”: “sunday”,
“timeSlots”: []
}
]
}
}
I know how to update the availabilityType:
Update-MgBookingBusinessService -BookingBusinessId <calendar> -BookingServiceId <service> -SchedulingPolicy @{“GeneralAvailability” = @{“availabilityType”=”customWeeklyHours”}}
But the amount of nested arrays to update the startTime and endTime for timeSlots has left me braindead. I feel like I’m so close, but somehow I’m just not getting it, and I’ve given up. Could someone please light the way for me? Thank you!
I’m tragically stuck on what I know is a simple query. For context, I’m trying to update a Bookings calendar service business hours through PowerShell.The cmdlet is Update-MgBookingBusinessService.The relevant JSON that is returned from Get-MgBookingBusinessService is below. “schedulingPolicy”: {
“generalAvailability”: {
“availabilityType”: “customWeeklyHours”,
“businessHours”: [
{
“day”: “monday”,
“timeSlots”: [
{
“startTime”: “10:30:00.0000000”,
“endTime”: “18:30:00.0000000”
}
]
},
{
“day”: “tuesday”,
“timeSlots”: [
{
“startTime”: “10:30:00.0000000”,
“endTime”: “18:30:00.0000000”
}
]
},
{
“day”: “wednesday”,
“timeSlots”: [
{
“startTime”: “10:30:00.0000000”,
“endTime”: “18:30:00.0000000”
}
]
},
{
“day”: “thursday”,
“timeSlots”: [
{
“startTime”: “10:30:00.0000000”,
“endTime”: “18:30:00.0000000”
}
]
},
{
“day”: “friday”,
“timeSlots”: [
{
“startTime”: “10:30:00.0000000”,
“endTime”: “18:30:00.0000000”
}
]
},
{
“day”: “saturday”,
“timeSlots”: []
},
{
“day”: “sunday”,
“timeSlots”: []
}
]
}
} I know how to update the availabilityType:Update-MgBookingBusinessService -BookingBusinessId <calendar> -BookingServiceId <service> -SchedulingPolicy @{“GeneralAvailability” = @{“availabilityType”=”customWeeklyHours”}} But the amount of nested arrays to update the startTime and endTime for timeSlots has left me braindead. I feel like I’m so close, but somehow I’m just not getting it, and I’ve given up. Could someone please light the way for me? Thank you! Read More
July 2024 Recap: Azure PostgreSQL Flexible Server
Hello Azure Community,
This July, Azure Database for PostgreSQL Flexible Server introduced several important updates. These updates make our database services even better and easier to use. We’ve added new features for security, better monitoring, and improved how you can set up and manage databases. Here’s what’s new and exciting in July 2024.
Feature Highlights
System Assigned Managed Identity – Generally available
Recovery improvements for Point-in-time-Recovery (PITR) – Generally available
Database Size monitoring metric – Generally available
Index tuning enhancements – Preview
CLI enhancements – Generally available
Improvements in the Azure Database for PostgreSQL connector in Azure Data Factory – Generally available
Recap of Microsoft team participation in PGConf.dev 2024
System Assigned Managed Identity
Azure Database for PostgreSQL – Flexible Server now supports enabling system-assigned managed identities. This feature allows customers to use the flexible server’s identity to interact with other Azure services. Additionally, it was a prerequisite for integrating the Flexible Server into the fabric ecosystem. This integration will enable customers to set up continuous mirroring or replication of their existing Azure PostgreSQL Flexible Server database into Fabric’s One Lake storage in the future.
Key Benefits:
Seamless Integration: You can now configure System Assigned Managed Identity for your PostgreSQL Flexible Server, enabling it to securely interact with other Azure services.
Enhanced Security: Utilize the robust security features of Microsoft Entra to manage and protect your database access.
To learn more visit our documentation: System Assigned Managed Identity
Recovery improvements for Point-in-time-Recovery (PITR)
We’ve updated the Recovery Point Objective (RPO) for Azure Database for PostgreSQL Flexible Servers, reducing it from 15 minutes to just 5 minutes for setups without high availability. This change means if there’s a system issue, the most you could lose is 5 minutes of data, not 15. This is a big step in making sure your data is safe and can be quickly restored, reducing downtime.
Main Benefits:
Better Data Protection: Less data is at risk during disruptions.
Quicker Recovery: Systems bounce back faster, reducing downtime.
Advantages for Customers: Your data is safer and gets back to normal quicker if something goes wrong.
For more details, check out RPO and RTO guidelines for Azure Database for PostgreSQL Flexible Server.
Database Size monitoring metric
The new “Database Size” metric in Azure Database for PostgreSQL Flexible Server significantly enhances database management by providing precise, granular insights into the storage consumption of individual databases.
This feature aids in detailed monitoring, supports effective capacity planning by offering exact data on database sizes, and promotes operational efficiency through actionable insights, crucial for optimizing database performance and resource utilization in a multi-database environment. For a complete list of monitoring metrics available for Azure PostgreSQL Flexible Server, please refer our monitoring documentation.
Index tuning enhancements
Index tuning is a feature in Azure Database for PostgreSQL flexible server that automatically improves the performance of your workload by analyzing the tracked queries and providing index recommendations. It is a built-in offering in Azure Database for PostgreSQL flexible server, which builds on top of Monitor performance with Query Store functionality. Index tuning analyzes the workload tracked by Query Store and produces index recommendations to improve the performance of the analyzed workload or to drop duplicate or unused indexes.
Available in all regions where Azure Database for PostgreSQL Flexible Server is available.
Supported in instances deployed with Private access (VNET Integration) connectivity method.
Portal now includes a better experience to configure index tuning settings in the context of Index tuning (preview) page, with parameters grouped logically and easier to understand names and descriptions.
If you haven’t started using it yet, read more about index tuning and begin using it today.
CLI enhancements
We’ve recently updated the Azure CLI module for PostgreSQL, addressing 16 issues reported by the community. A big thank you to everyone who contributed suggestions! Your feedback helps us make continuous improvements. For ongoing updates or to suggest new features, visit our issues page: Azure CLI PostgreSQL Issues.
You can now download Azure CLI version 2.62.0 and enjoy these enhancements: Download Azure CLI 2.62.0.
Azure Data Factory (ADF) connector improvements
Azure Data Factory is a fully managed, serverless data integration service built to orchestrate and operationalize complex hybrid extract-transform-load (ETL), extract-load-transform (ELT), and data integration projects.
A variety of conditions can cause a connection to fail with error 11775, when using Azure Database for PostgreSQL connector in Azure Data Factory. We have simplified the error message returned when the connection attempt fails and have improved Data Factory’s connector troubleshooting guide to cover all possible causes of that error and to provide guidance for all of them. Based on customer feedback, we’ve also made a major revision of our guide that explains how to connect from an Azure Data Factory pipeline using Azure Private Link.
Azure Postgres Team at PGConf.dev 2024
Microsoft demonstrated its commitment to the PostgreSQL community through its sponsorship of PostgreSQL Development Conference 2024 (PGConf.dev 2024), held in Vancouver, Canada. The Azure Postgres team engaged in numerous activities, including delivering talks and managing a well-received booth.
ANALYZING CACHELINE CONTENTION USING PERF C2C – @andresfreund
HOW TO ENGINEER YOUR DEVELOPER BLOG POSTS TO HAVE BIGGER IMPACT – @clairegiordano
THE POSTGRESQL PROTOCOL: THE GOOD, THE BAD AND THE FUTURE – @JelteF
ENHANCING POSTGRESQL PLASTICITY: NEW FRONTIERS IN MEMORY MANAGEMENT – @Krishnakumar Ravi (KK)
MAKING POSTGRESQL HACKING MORE INCLUSIVE – Panel Discussion with @Melanie Plageman
These sessions are a valuable resource for anyone looking to deepen their understanding of PostgreSQL and its various applications. For a complete list refer to the PGConf.Dev 2024 session schedule.
Customer Spotlight – Posten Bring – Setting the logistics sector up for the future using Microsoft Azure
Posten Bring, a Norwegian logistics giant, has dramatically transformed its operations by moving to Microsoft Azure, utilizing Azure Database for PostgreSQL among other services. This shift allowed them to abandon outdated systems in favor of a modern, scalable, and reliable cloud-based solution. The new system is crucial for handling peak periods like Christmas and Black Friday effectively.
With Azure, Posten Bring has enhanced its operational efficiency and data management capabilities. The integration of Azure Database for PostgreSQL has enabled real-time data monitoring and management, significantly improving their service reliability and customer delivery times. This technological advancement supports their mission to deliver goods effectively across the Nordics, reinforcing their legacy with modern solutions.
This move to Azure has not only optimized their daily operations but also positioned Posten Bring for future innovations in data-driven services and AI, proving the pivotal role of Azure in their ongoing success. Read more about their journey here.
Conclusion
In summary, the updates we introduced this July aim to enhance how you use Azure Database for PostgreSQL Flexible Server. With new features like Managed Identity and advanced tools for database tuning, we’re committed to providing you with the best resources. Try out these new features and see how they can improve your projects. Your feedback is important to us and helps us continue improving our services. Keep an eye out for more updates as we strive to better serve your needs.
Microsoft Tech Community – Latest Blogs –Read More
Why I can’t save my data in a .mat when using WebAppServer?
My application is used to take a test to several people.
At each instance, Scores.mat is opened. It contains the structure Scores which stores the scores of the previous participants. The number of participants is retrieved. The new participant takes the test and the new scores are added to the strucure Scores. At the end of the test, the structure Scores is saved in Scores.mat, and so on.
% Load the scores table
load Scores.mat
app.Scores = Scores;
% Increment the participant index
app.idxParticipant = length(app.Scores) + 1;
% (…)
% Save scores (code has been modified for better clarity)
app.Scores(app.idxParticipant).Model(1) = app.EditField.Value;
app.Scores(app.idxParticipant).Model(2) = app.EditField_2.Value;
app.Scores(app.idxParticipant).Model(3) = app.EditField_3.Value;
% (…)
% Save listener scores
Scores = app.Scores;
save(‘Scores.mat’,’Scores’)
Locally, everything runs well, of course. But when I test the Matlab WebApp, the very last step doesn’t work: the structure Scores is not saved in Scores.mat and there is no errors in the logs.
Scores.mat is well embedded in the WebApp as I am able to open it and retrieve the Scores structure. The structure is well updated, I’ve checked it, but I am not able to save the updated structure back into Scores.mat.
I hope someone could help me here. Many thanks!My application is used to take a test to several people.
At each instance, Scores.mat is opened. It contains the structure Scores which stores the scores of the previous participants. The number of participants is retrieved. The new participant takes the test and the new scores are added to the strucure Scores. At the end of the test, the structure Scores is saved in Scores.mat, and so on.
% Load the scores table
load Scores.mat
app.Scores = Scores;
% Increment the participant index
app.idxParticipant = length(app.Scores) + 1;
% (…)
% Save scores (code has been modified for better clarity)
app.Scores(app.idxParticipant).Model(1) = app.EditField.Value;
app.Scores(app.idxParticipant).Model(2) = app.EditField_2.Value;
app.Scores(app.idxParticipant).Model(3) = app.EditField_3.Value;
% (…)
% Save listener scores
Scores = app.Scores;
save(‘Scores.mat’,’Scores’)
Locally, everything runs well, of course. But when I test the Matlab WebApp, the very last step doesn’t work: the structure Scores is not saved in Scores.mat and there is no errors in the logs.
Scores.mat is well embedded in the WebApp as I am able to open it and retrieve the Scores structure. The structure is well updated, I’ve checked it, but I am not able to save the updated structure back into Scores.mat.
I hope someone could help me here. Many thanks! My application is used to take a test to several people.
At each instance, Scores.mat is opened. It contains the structure Scores which stores the scores of the previous participants. The number of participants is retrieved. The new participant takes the test and the new scores are added to the strucure Scores. At the end of the test, the structure Scores is saved in Scores.mat, and so on.
% Load the scores table
load Scores.mat
app.Scores = Scores;
% Increment the participant index
app.idxParticipant = length(app.Scores) + 1;
% (…)
% Save scores (code has been modified for better clarity)
app.Scores(app.idxParticipant).Model(1) = app.EditField.Value;
app.Scores(app.idxParticipant).Model(2) = app.EditField_2.Value;
app.Scores(app.idxParticipant).Model(3) = app.EditField_3.Value;
% (…)
% Save listener scores
Scores = app.Scores;
save(‘Scores.mat’,’Scores’)
Locally, everything runs well, of course. But when I test the Matlab WebApp, the very last step doesn’t work: the structure Scores is not saved in Scores.mat and there is no errors in the logs.
Scores.mat is well embedded in the WebApp as I am able to open it and retrieve the Scores structure. The structure is well updated, I’ve checked it, but I am not able to save the updated structure back into Scores.mat.
I hope someone could help me here. Many thanks! wepappserver MATLAB Answers — New Questions
Why do I receive the error “This email is not linked to a license. Use a different email address…” when I try to launch MATLAB?
Why do I see the following error when I try to launch MATLAB?
This email is not linked to a license.
Use a different email address or go to your MathWorks Account to link a license. After the license is linked, try again.Why do I see the following error when I try to launch MATLAB?
This email is not linked to a license.
Use a different email address or go to your MathWorks Account to link a license. After the license is linked, try again. Why do I see the following error when I try to launch MATLAB?
This email is not linked to a license.
Use a different email address or go to your MathWorks Account to link a license. After the license is linked, try again. MATLAB Answers — New Questions
Correspondence between student name and Learner ID in Matlab Grader and Moodle
We are using Matlab Grader in a Moodle platform. Though we are able to detect and give feedback for most of the common errors made by our students, teachers often need to revise the code of individual students. The correspondence between Matlab Grader’s Learner ID and student’s names in Moodle must be stablished somewhere. Can we access this information? Asking our students to submit their Solution ID, a solution that I’ve seen in several of the questions posted to this community, is just not an option. The procedure ought to be automatized somehow, probably by our Moodle platform managers, but is this possible?
Best regardsWe are using Matlab Grader in a Moodle platform. Though we are able to detect and give feedback for most of the common errors made by our students, teachers often need to revise the code of individual students. The correspondence between Matlab Grader’s Learner ID and student’s names in Moodle must be stablished somewhere. Can we access this information? Asking our students to submit their Solution ID, a solution that I’ve seen in several of the questions posted to this community, is just not an option. The procedure ought to be automatized somehow, probably by our Moodle platform managers, but is this possible?
Best regards We are using Matlab Grader in a Moodle platform. Though we are able to detect and give feedback for most of the common errors made by our students, teachers often need to revise the code of individual students. The correspondence between Matlab Grader’s Learner ID and student’s names in Moodle must be stablished somewhere. Can we access this information? Asking our students to submit their Solution ID, a solution that I’ve seen in several of the questions posted to this community, is just not an option. The procedure ought to be automatized somehow, probably by our Moodle platform managers, but is this possible?
Best regards matlab grader, learner id, moodle MATLAB Answers — New Questions
how to simulate parallel inverters with different power rating ?
Hello !
I am trying to simulate a micgrogrid in which 3 pv inverters connected in parallel. Aim is to detect the island operation and to study the performance of parallel inverters. I want to make transition smooth from grid forming to grid feeding or vice versa, making a suitable control strategy and then want to improve the power quality of such microgrid. I need help in accurate simulation. Lookig for kindness in this regard if someone has worked on this problem. Pls contact me on ghh559953@gmail.comHello !
I am trying to simulate a micgrogrid in which 3 pv inverters connected in parallel. Aim is to detect the island operation and to study the performance of parallel inverters. I want to make transition smooth from grid forming to grid feeding or vice versa, making a suitable control strategy and then want to improve the power quality of such microgrid. I need help in accurate simulation. Lookig for kindness in this regard if someone has worked on this problem. Pls contact me on ghh559953@gmail.com Hello !
I am trying to simulate a micgrogrid in which 3 pv inverters connected in parallel. Aim is to detect the island operation and to study the performance of parallel inverters. I want to make transition smooth from grid forming to grid feeding or vice versa, making a suitable control strategy and then want to improve the power quality of such microgrid. I need help in accurate simulation. Lookig for kindness in this regard if someone has worked on this problem. Pls contact me on ghh559953@gmail.com all MATLAB Answers — New Questions
what is the difference between monostatic RCS and bistatic RCS?
I am currently working in MATLAB POFACETS, I know what is monostatic RADAR and what is Bistatic RADAR. But why is the radar cross section differs based on type of radar we use? Does RCS should be constant even if we use bistatic or monostatic configuration? after all backsctatter is a part of bistatic RCS calculations right?I am currently working in MATLAB POFACETS, I know what is monostatic RADAR and what is Bistatic RADAR. But why is the radar cross section differs based on type of radar we use? Does RCS should be constant even if we use bistatic or monostatic configuration? after all backsctatter is a part of bistatic RCS calculations right? I am currently working in MATLAB POFACETS, I know what is monostatic RADAR and what is Bistatic RADAR. But why is the radar cross section differs based on type of radar we use? Does RCS should be constant even if we use bistatic or monostatic configuration? after all backsctatter is a part of bistatic RCS calculations right? phased array MATLAB Answers — New Questions
Does anyone recommend a useful YouTube-to-mp3-Converter on Windows or Mac?
Hi everyone, my wife is pregnant, and I want to download some prenatal mp3 from youtube to play for the baby in my wife’s belly. I searched youtube-to-mp3 on Google and got a lot of results, but most of them are online services, with a lot of ads, and they always get errors halfway through downloading. These websites are simply clickbait, and I really can’t stand it. I beg you to recommend a useful, ad-free desktop app converter for Windows or Mac. Thank you.
Hi everyone, my wife is pregnant, and I want to download some prenatal mp3 from youtube to play for the baby in my wife’s belly. I searched youtube-to-mp3 on Google and got a lot of results, but most of them are online services, with a lot of ads, and they always get errors halfway through downloading. These websites are simply clickbait, and I really can’t stand it. I beg you to recommend a useful, ad-free desktop app converter for Windows or Mac. Thank you. Read More
Conditional Formatting a cell to change color when a certain date is reached
I’m wanting to set up conditional formatting so an entire cell row changes color when a certain date is reached. I’ve been able to change a single cell but I’m having trouble doing the row, and it’s been years since I’ve really had to use EX
The cells range A-N, and it starts on row 3, so A3 is the 98 field. I would like the entire row to turn red if the date in K3 (this is the 6/4/2025 field) within 30 days, of 6/4/2025, and to turn yellow if this same field is within 60 days.
Thanks for any help.
98Hipot (0-120 kVAC)High Voltage Inc.112XTDYes116/4/20246/4/2025Test Lab
I’m wanting to set up conditional formatting so an entire cell row changes color when a certain date is reached. I’ve been able to change a single cell but I’m having trouble doing the row, and it’s been years since I’ve really had to use EXThe cells range A-N, and it starts on row 3, so A3 is the 98 field. I would like the entire row to turn red if the date in K3 (this is the 6/4/2025 field) within 30 days, of 6/4/2025, and to turn yellow if this same field is within 60 days.Thanks for any help. 98Hipot (0-120 kVAC)High Voltage Inc.112XTDYes116/4/20246/4/2025Test Lab Read More
Using Azure Email Communication Service to Send Messages
If you’re looking for an email service capable of handling large volumes of email to external recipients, Microsoft will propose Email Communication Services (ECS). Built on top of Exchange Online, ECS shares some characteristics with the High Volume Email (HVE) solution. After testing both, HVE is probably a better solution if you have a Microsoft 365 tenant.
https://practical365.com/ecs-email-communication-services/
If you’re looking for an email service capable of handling large volumes of email to external recipients, Microsoft will propose Email Communication Services (ECS). Built on top of Exchange Online, ECS shares some characteristics with the High Volume Email (HVE) solution. After testing both, HVE is probably a better solution if you have a Microsoft 365 tenant.
https://practical365.com/ecs-email-communication-services/ Read More
Trouble with Bing Webmaster Tools & Insights
Hello Microsoft Community! I’m currently facing some challenges with Bing Webmaster Tools related to monitoring clicks and impressions on my website. Despite having everything set up correctly, the data seems incomplete or outdated, and I’m struggling to get accurate insights into my site’s performance. Has anyone else encountered similar issues with Bing Webmaster Tools? If so, how did you resolve them? Any best practices or troubleshooting steps you could recommend would be greatly appreciated.
On a related note, I’ve been working on a website that provides detailed information about Burger King’s menu, including nutritional data, allergen information, and options for specific dietary needs. If you’re interested in seeing how a comprehensive menu resource is structured or if you have any tips on improving site performance.
Hello Microsoft Community! I’m currently facing some challenges with Bing Webmaster Tools related to monitoring clicks and impressions on my website. Despite having everything set up correctly, the data seems incomplete or outdated, and I’m struggling to get accurate insights into my site’s performance. Has anyone else encountered similar issues with Bing Webmaster Tools? If so, how did you resolve them? Any best practices or troubleshooting steps you could recommend would be greatly appreciated.On a related note, I’ve been working on a website that provides detailed information about Burger King’s menu, including nutritional data, allergen information, and options for specific dietary needs. If you’re interested in seeing how a comprehensive menu resource is structured or if you have any tips on improving site performance. Read More
How do I paste a data set and have it repeat each piece 10 times?
Hello,
I’m working on importing data and for one of my imports, I have to repeat most of the information in a row except for 1 cell. Is there a way to automate this, so I’m not having to paste 10 times and change that 1 cell each time?
Example – I’m looking for an easier way to go from Table 1 to Table 2 without having to manually process it.
Table 1
a
1b2
Table 2
a13a14b23b24
Hello,I’m working on importing data and for one of my imports, I have to repeat most of the information in a row except for 1 cell. Is there a way to automate this, so I’m not having to paste 10 times and change that 1 cell each time?Example – I’m looking for an easier way to go from Table 1 to Table 2 without having to manually process it.Table 1a1b2Table 2a13a14b23b24 Read More
Edits to MS Bookings Appt
We’ve noticed just in the last few days when making an edit to an appointment in MS Bookings that the subject is changed to No Subject and the link for the Teams call no longer works for the colleague it’s scheduled with. Any changes that may impact the tool for making edits to scheduled appts?
We’ve noticed just in the last few days when making an edit to an appointment in MS Bookings that the subject is changed to No Subject and the link for the Teams call no longer works for the colleague it’s scheduled with. Any changes that may impact the tool for making edits to scheduled appts? Read More
Move an existing AVD session host to a different Host Pool
Hello All,
Hoping you can help. We want to do some testing with some of our AVD’s and need to move them to a different Host Pool. I have had a look and can’t see a ‘migrate’ or ‘copy’ option.
We would be really grateful if someone might be able to point us in the right direction.
Cheers
Hello All, Hoping you can help. We want to do some testing with some of our AVD’s and need to move them to a different Host Pool. I have had a look and can’t see a ‘migrate’ or ‘copy’ option.We would be really grateful if someone might be able to point us in the right direction. Cheers Read More
Issues updating shared calendars
Hi all,
Im the admin of an organization using several M365 licenses. Thhe majority of users using Outlook Web no matter the level of subscription.
Id like some of the users to see all the main Calenda updates of an specific account. To do this:
1- Logging in to the specific account and sharing the Calendar with all the organization. This option is enabled by default
2- Logging from any of the users account and add the shared calendar through the email address to “Other Calendars”
3- When do the latter, the user can see all the Events that had been created up to that moment but not the updates nor new events
I know the same can be done through Groups but need to be done through Calendars
Any idea on whats going on here?
Hi all,Im the admin of an organization using several M365 licenses. Thhe majority of users using Outlook Web no matter the level of subscription.Id like some of the users to see all the main Calenda updates of an specific account. To do this:1- Logging in to the specific account and sharing the Calendar with all the organization. This option is enabled by default2- Logging from any of the users account and add the shared calendar through the email address to “Other Calendars”3- When do the latter, the user can see all the Events that had been created up to that moment but not the updates nor new events I know the same can be done through Groups but need to be done through Calendars Any idea on whats going on here? Read More
Microsoft Entra /Azure Connect Reinstallation and Source Anchor Change
Hello everyone,
I would like to talk about the possibility of changing the SourceAnchor in Azure Connect.
Officially, this is not supported by Microsoft, but there is still a way to do this via a few detours.
the running AD Sync must be stopped first of all.
to make the changeover, all users must first be soft-deleted. The most practical way to do this is to synchronize an OU in which there are no users.
Now the Entra objects are stored under deleted It is important to note that before restoring the users who do not have an Exchange Online mailbox, Entra P1 or 2 must be removed so that a second mailbox is not created here.
Now all users must be restored.
After this has been done, the Immutable id of the users must be removed via PowerShell.
This is possible with the following command:
Get-MsolUser -all | Set-MsolUser -ImmutableID “$Null” (If this command is required for individual users, replace -all with -userpricipalname “example@email,de”)
If the Immutable Id has been removed for all users, the status in Entra must be set to Cloud Only. If this is the case, you can start with the next steps.
It is important to note that the actions carried out above can lead to short-term failures and should therefore ideally be carried out before the weekend!
In the next step, a clean uninstallation of Azure Connect must be carried out.
Here I would recommend the article ADsync uninstallation from MSXFAQ where it is well explained.
When uninstalling, only the steps that do not hinder a new installation should be carried out, but this is well explained in the article.
after successfully uninstalling the AD Sync, there may be delays, which is why I would recommend waiting 24 hours before reinstalling.
The waiting time can be skipped, but it still worked for me.
as soon as you have installed the AD Sync with the new desired attribute, you can start the sync.
The users should now be matched with the existing cloud objects via Softmatch.
If this does not work, it is possible to delete the Immutable ID again or to correct the errors via the AD Connect error display of the Entra ID.
Under the function other errors, several errors may be displayed, this was fixed by us by fixing all duplicate attribute errors.
I hope this has helped you a little.
I am always open to feedback!
Hello everyone, I would like to talk about the possibility of changing the SourceAnchor in Azure Connect. Officially, this is not supported by Microsoft, but there is still a way to do this via a few detours. the running AD Sync must be stopped first of all. to make the changeover, all users must first be soft-deleted. The most practical way to do this is to synchronize an OU in which there are no users. Now the Entra objects are stored under deleted It is important to note that before restoring the users who do not have an Exchange Online mailbox, Entra P1 or 2 must be removed so that a second mailbox is not created here. Now all users must be restored. After this has been done, the Immutable id of the users must be removed via PowerShell. This is possible with the following command: Get-MsolUser -all | Set-MsolUser -ImmutableID “$Null” (If this command is required for individual users, replace -all with -userpricipalname “example@email,de”) If the Immutable Id has been removed for all users, the status in Entra must be set to Cloud Only. If this is the case, you can start with the next steps. It is important to note that the actions carried out above can lead to short-term failures and should therefore ideally be carried out before the weekend! In the next step, a clean uninstallation of Azure Connect must be carried out. Here I would recommend the article ADsync uninstallation from MSXFAQ where it is well explained. When uninstalling, only the steps that do not hinder a new installation should be carried out, but this is well explained in the article. after successfully uninstalling the AD Sync, there may be delays, which is why I would recommend waiting 24 hours before reinstalling. The waiting time can be skipped, but it still worked for me. as soon as you have installed the AD Sync with the new desired attribute, you can start the sync. The users should now be matched with the existing cloud objects via Softmatch. If this does not work, it is possible to delete the Immutable ID again or to correct the errors via the AD Connect error display of the Entra ID. Under the function other errors, several errors may be displayed, this was fixed by us by fixing all duplicate attribute errors. I hope this has helped you a little. I am always open to feedback! Read More
Link req to verify statement in a test sequence
Hello,
Is it possible to link a requirement to a verify statement from a test sequence block?
Tnx much for support!
DianaHello,
Is it possible to link a requirement to a verify statement from a test sequence block?
Tnx much for support!
Diana Hello,
Is it possible to link a requirement to a verify statement from a test sequence block?
Tnx much for support!
Diana simulink test, simulink coverage MATLAB Answers — New Questions
How i can modified this App designer file in which RLC added like = [0.01, 10,15, 0.01] and time interval also like [ 10, 50; 50, 100; 100, 200; 200, 300] each single field.
How i can modified this App designer file in which RLC added like = [0.01, 10,15, 0.01] and time interval also like [ 10, 50; 50, 100; 100, 200; 200, 300] each in a single field. Kindly help me outHow i can modified this App designer file in which RLC added like = [0.01, 10,15, 0.01] and time interval also like [ 10, 50; 50, 100; 100, 200; 200, 300] each in a single field. Kindly help me out How i can modified this App designer file in which RLC added like = [0.01, 10,15, 0.01] and time interval also like [ 10, 50; 50, 100; 100, 200; 200, 300] each in a single field. Kindly help me out matlab gui, appdesigner MATLAB Answers — New Questions