Month: September 2024
Cloud only Entra ID Domain Services and Seamless SSO from Entra ID Joined machines
Hello
I am currently implementing Entra ID Domain Services with one customer (he has no on-premises active directory). We now face the issue that an Entra ID joined client is not able to access ressources on machines that are joined to Entra ID Domain Services without entering his username and password.
The authentication fails with incorrect username and password (event id 200) message and the Security-Kerberos eventlog reports that it was not able to contact a domain controller for the AzureAd Domain (so he is not using the Domain name of the target domain).
However has someone already tried this and is there something I am overlooking or is that something that simply can not work.
Thank you very much in advance for any ideas.
Hello I am currently implementing Entra ID Domain Services with one customer (he has no on-premises active directory). We now face the issue that an Entra ID joined client is not able to access ressources on machines that are joined to Entra ID Domain Services without entering his username and password. The authentication fails with incorrect username and password (event id 200) message and the Security-Kerberos eventlog reports that it was not able to contact a domain controller for the AzureAd Domain (so he is not using the Domain name of the target domain). However has someone already tried this and is there something I am overlooking or is that something that simply can not work. Thank you very much in advance for any ideas. Read More
Aug 2024 Recap: Azure PostgreSQL Flexible Server
Hello Azure Community,
This August, our Azure Database for PostgreSQL Flexible Server received some great updates that make it even better and simpler to use. We’ve introduced new security features, enhanced monitoring capabilities, and made improvements to how you can set up and manage your databases. Here’s a quick look at what’s new this month:
Feature Highlights
Reserved pricing availability for Intel & AMD V5 SKUs
Support latest Postgres minor versions
Support for postgres_protobuf Extension
Support for postgresql_anonymizer (anon) Extension
Ansible module update
DNS Record Updates with Private Endpoint Changes
Support for TimescaleDB extension in migration service
Support for migration into Flexible server’s Burstable SKU
LangChain Docs Enhancements
Reserved Pricing Availability for Intel & AMD V5 SKUs
We’re pleased to announce that reservations for V5 SKUs (Intel & AMD) are now available on Azure Database for PostgreSQL Flexible Server. By reserving compute resources in advance, you can enjoy significant savings over pay-as-you-go pricing options. Commit to either a one-year or three-year plan to receive up to 65% off on compute costs. Check the Reservation pane on the Azure portal to see how much you could save based on different pricing tiers and regions. Reserved instances help you predict and manage your budget more effectively.
For more details, please refer to the Reserved Pricing documentation for Azure Database for PostgreSQL Flexible Server.
Support latest Postgres minor versions
Azure Database for PostgreSQL Flexible Server now supports newer minor versions: 16.4, 15.8, 14.13, 13.16, and 12.20. These updates, performed automatically during scheduled maintenance, ensure that your database runs on the most secure and efficient version available. This round of updates includes critical security patches and over 55 bug fixes.
For additional information, check out the PostgreSQL community announcement about the new minor versions.
Support for postgres_protobuf extension
The latest version (0.3.1) of the `postgres_protobuf` extension is now available. This extension is designed to convert protobuf columns to and from JSON, enhancing the flexibility of data usage within your databases. It’s an open-source tool that broadens your database’s capabilities.
Learn more about this and other extensions on the Extensions documentation page.
Support for postgresql_anonymizer (anon) extension
The `postgresql_anonymizer` extension, also known as the anon extension, is now available in version 1.3.2. This tool helps mask or anonymize sensitive data directly within your database, providing an extra layer of data protection.
To explore this extension further, visit the PostgreSQL Anonymizer documentation.
Ansible Module Update
The Ansible Galaxy azure_rm_postgresqlflexiblerserver module is now updated to support deploying PostgreSQL major versions up to 16. This expansion from previously supported versions up to 13 allows more flexibility in managing your database environments using automation tools.
For more information, please visit the Ansible azure.azcollection module documentation.
DNS Record Updates with Private Endpoint Changes
Whenever a private endpoint configuration is updated on Azure Database for PostgreSQL Flexible Server, the DNS records are now automatically adjusted to reflect these changes. This ensures that your connectivity settings are always synchronized with your network configurations.
For detailed information, refer to the Flexible Server with Private Link documentation.
Support for TimescaleDB extension in migration service
The PostgreSQL migration service now supports the migration of databases using the TimescaleDB extension without needing to convert time series tables to regular tables. This update facilitates the direct migration of specialized time series data.
For a detailed guide on this feature, please check out the migration service tutorials.
Support for migration into Flexible Server’s Burstable SKU
You can now directly migrate your workloads into the Flexible Server’s Burstable SKU, currently in preview in West Europe and soon to be available globally. This feature is ideal for workloads that require flexible performance scaling.
Learn more about this capability in the Burstable SKU documentation.
LangChain Docs Enhancement
Building GenAI apps with Azure Database for Postgres and LangChain has never been easier! We’ve updated the LangChain docs to include how users can use Azure Database for PostgreSQL as a vector store for their GenAI application.
Learn more about this here: Microsoft | LangChain Also take a look at a previous blog about LangChain support for a full end-to-end example.
Conclusion
In closing, the updates this month make Azure Database for PostgreSQL Flexible Server better and more user-friendly. Try out these new features to improve how you manage and secure your databases. We value your feedback and are always looking to make our services better. Keep an eye out for more updates!
Microsoft Tech Community – Latest Blogs –Read More
SQL Server on Azure VM: Automated Patching Retirement and Replacement with Azure Update Manager
The automated patching feature for SQL Server on Azure VM will be retired on September 17th, 2027.
While Automated Patching is being retired, we’re excited to replace it with Azure Update Manager. Azure Update Manager is an enterprise class powerful tool that provides:
Centralize Update Management: Azure Update Manager provides a unified dashboard where you can view and manage updates across your entire environment, including virtual machines, on-premises servers, and even hybrid scenarios.
Customize Schedules: With Azure Update Manager, you can create custom update schedules based on your organization’s needs. Whether you prefer weekly, monthly, or specific date-based updates, Azure Update Manager has you covered.
Patch Compliance Reports: Azure Update Manager generates detailed reports on patch compliance, helping you stay informed about the status of updates across your infrastructure.
Next Steps:
Prepare for the transition: We recommend familiarizing yourself with Azure Update Manager by exploring our documentation
Use Azure Update Manager: For new deployments, instead of automated patching, start using Azure Update Manager
Start your migration: If you’re currently using Automated Patching, start your migration to Azure Update Manager as soon as possible to continue receiving future updates to the patching feature for your SQL Server on Azure VM. You must migrate before September 17th, 2027, to avoid service disruptions.
Help and support
Please visit the product documentation for the latest resources. If you have questions, get answers from community experts in Microsoft Q&A. If you have a support plan and you encounter any problem during your migration, please create a support request
For Issue type, select Technical.
For Subscription, select your subscription.
For Service, select My services, then select “SQL Server in VM – Windows”.
Select the Azure resource that you are creating a support request for.
For Summary, type a description of your issue.
For Problem type, select “SQL Licensing, Installation and Patching”.
For Problem subtype, select “Failed to install SQL, CU, Service Pack or Patch”.
Learn more about service retirements that may impact your resources in the Azure Retirement Workbook. Please note that retirements may not be visible in the workbook for up to two weeks after being announced.
Microsoft Tech Community – Latest Blogs –Read More
Not able to see where the index is going past 5
load(‘Motor_Data.mat’);
fprintf(‘Available motors:n’);
for i = 1:length(Names)
fprintf(‘%d: %sn’, i, Names(i));
end
motor_index = input(‘Select a motor by entering its number: ‘);
mass = input(‘Enter the mass to be lifted (in kg): ‘);
height = input(‘Enter the height to lift the mass (in meters): ‘);
%Says this is where it errors
motor_name = Names(motor_index);
power = Specs(1, motor_index);
efficiency = Specs(2, motor_index);
% Calculate output power
efficiency_decimal = efficiency / 100;
output_power = efficiency_decimal * power;
g = 9.81;
energy_required = mass * g * height;
time = energy_required / output_power;
fprintf(‘Motor: %sn’, motor_name);
fprintf(‘Load lifted: %.2f kgn’, mass);
fprintf(‘Height lifted: %.2f metersn’, height);
fprintf(‘Time to lift the load: %.2f secondsn’, time);
%Task 2
mass = input(‘Enter the mass to be lifted by all motors (in kg): ‘);
height = input(‘Enter the height to lift the mass by all motors (in meters): ‘);
% Initialize results matrix
num_motors = length(Names);
results = zeros(5, num_motors);
% Calculate time for each motor
g = 9.81; % Gravity constant
for i = 1:num_motors
power = Specs(1, i); % Power in watts
efficiency = Specs(2, i); % Efficiency in percentage
efficiency_decimal = efficiency / 100;
output_power = efficiency_decimal * power;
% Energy required to lift mass
energy_required = mass * g * height;
% Time to lift
time = energy_required / output_power;
% Store results: power, efficiency, mass, height, time
results(:, i) = [power; efficiency; mass; height; time];
end
% Export results to CSV file
csvwrite(‘Task2_Results.csv’, results);
% Display the matrix to verify
disp(‘Results matrix:’);
disp(results);
%Task 3
output_powers = Specs(1, 🙂 .* (Specs(2, 🙂 / 100); % Output power for each motor
times = results(5, :); % Time from the results matrix
scatter(output_powers, times, ‘filled’);
xlabel(‘Output Power (W)’);
ylabel(‘Time to Lift Load (s)’);
title(‘Motor Output Power vs. Time to Lift Load’);
grid on;load(‘Motor_Data.mat’);
fprintf(‘Available motors:n’);
for i = 1:length(Names)
fprintf(‘%d: %sn’, i, Names(i));
end
motor_index = input(‘Select a motor by entering its number: ‘);
mass = input(‘Enter the mass to be lifted (in kg): ‘);
height = input(‘Enter the height to lift the mass (in meters): ‘);
%Says this is where it errors
motor_name = Names(motor_index);
power = Specs(1, motor_index);
efficiency = Specs(2, motor_index);
% Calculate output power
efficiency_decimal = efficiency / 100;
output_power = efficiency_decimal * power;
g = 9.81;
energy_required = mass * g * height;
time = energy_required / output_power;
fprintf(‘Motor: %sn’, motor_name);
fprintf(‘Load lifted: %.2f kgn’, mass);
fprintf(‘Height lifted: %.2f metersn’, height);
fprintf(‘Time to lift the load: %.2f secondsn’, time);
%Task 2
mass = input(‘Enter the mass to be lifted by all motors (in kg): ‘);
height = input(‘Enter the height to lift the mass by all motors (in meters): ‘);
% Initialize results matrix
num_motors = length(Names);
results = zeros(5, num_motors);
% Calculate time for each motor
g = 9.81; % Gravity constant
for i = 1:num_motors
power = Specs(1, i); % Power in watts
efficiency = Specs(2, i); % Efficiency in percentage
efficiency_decimal = efficiency / 100;
output_power = efficiency_decimal * power;
% Energy required to lift mass
energy_required = mass * g * height;
% Time to lift
time = energy_required / output_power;
% Store results: power, efficiency, mass, height, time
results(:, i) = [power; efficiency; mass; height; time];
end
% Export results to CSV file
csvwrite(‘Task2_Results.csv’, results);
% Display the matrix to verify
disp(‘Results matrix:’);
disp(results);
%Task 3
output_powers = Specs(1, 🙂 .* (Specs(2, 🙂 / 100); % Output power for each motor
times = results(5, :); % Time from the results matrix
scatter(output_powers, times, ‘filled’);
xlabel(‘Output Power (W)’);
ylabel(‘Time to Lift Load (s)’);
title(‘Motor Output Power vs. Time to Lift Load’);
grid on; load(‘Motor_Data.mat’);
fprintf(‘Available motors:n’);
for i = 1:length(Names)
fprintf(‘%d: %sn’, i, Names(i));
end
motor_index = input(‘Select a motor by entering its number: ‘);
mass = input(‘Enter the mass to be lifted (in kg): ‘);
height = input(‘Enter the height to lift the mass (in meters): ‘);
%Says this is where it errors
motor_name = Names(motor_index);
power = Specs(1, motor_index);
efficiency = Specs(2, motor_index);
% Calculate output power
efficiency_decimal = efficiency / 100;
output_power = efficiency_decimal * power;
g = 9.81;
energy_required = mass * g * height;
time = energy_required / output_power;
fprintf(‘Motor: %sn’, motor_name);
fprintf(‘Load lifted: %.2f kgn’, mass);
fprintf(‘Height lifted: %.2f metersn’, height);
fprintf(‘Time to lift the load: %.2f secondsn’, time);
%Task 2
mass = input(‘Enter the mass to be lifted by all motors (in kg): ‘);
height = input(‘Enter the height to lift the mass by all motors (in meters): ‘);
% Initialize results matrix
num_motors = length(Names);
results = zeros(5, num_motors);
% Calculate time for each motor
g = 9.81; % Gravity constant
for i = 1:num_motors
power = Specs(1, i); % Power in watts
efficiency = Specs(2, i); % Efficiency in percentage
efficiency_decimal = efficiency / 100;
output_power = efficiency_decimal * power;
% Energy required to lift mass
energy_required = mass * g * height;
% Time to lift
time = energy_required / output_power;
% Store results: power, efficiency, mass, height, time
results(:, i) = [power; efficiency; mass; height; time];
end
% Export results to CSV file
csvwrite(‘Task2_Results.csv’, results);
% Display the matrix to verify
disp(‘Results matrix:’);
disp(results);
%Task 3
output_powers = Specs(1, 🙂 .* (Specs(2, 🙂 / 100); % Output power for each motor
times = results(5, :); % Time from the results matrix
scatter(output_powers, times, ‘filled’);
xlabel(‘Output Power (W)’);
ylabel(‘Time to Lift Load (s)’);
title(‘Motor Output Power vs. Time to Lift Load’);
grid on; matlab MATLAB Answers — New Questions
Limit the number of PST file histories
Hello,
On my collaborators’ personal OneDrive folders, I archive emails in an ‘Outlook archive’ folder in a PST format file.
For some users, this file is over 100GB in size.
Automatically creating a history for this type of file means that the OneDrive limit is quickly reached.
How can I avoid creating a history for certain types of PST file?
Or do you have another solution for me?
Thank you for your help,
G
Hello,On my collaborators’ personal OneDrive folders, I archive emails in an ‘Outlook archive’ folder in a PST format file.For some users, this file is over 100GB in size.Automatically creating a history for this type of file means that the OneDrive limit is quickly reached.How can I avoid creating a history for certain types of PST file?Or do you have another solution for me?Thank you for your help,G Read More
Microsoft Authenticator on iPhone – ability to backup to locations other than iCloud
Our company has policy settings in place which restricts the ability of our iPhone/iPad fleet to backup content to iCloud. Unfortunately this also prevents the backup of Microsoft Authenticator configurations. It would be great if Microsoft Authenticator was able to backup its config to an alternative cloud storage location such as OneDrive.
Our company has policy settings in place which restricts the ability of our iPhone/iPad fleet to backup content to iCloud. Unfortunately this also prevents the backup of Microsoft Authenticator configurations. It would be great if Microsoft Authenticator was able to backup its config to an alternative cloud storage location such as OneDrive. Read More
Searching in SharePoint not returning results
We have been running into an issue where documents are not appearing in searches, even when the document definitely exists. The ‘Allow items from this document library to appear in search results?’ is set to Yes, and the search visibility setting is set to ‘Always index all Web Parts on this site’, however we’re still running into the issue where the search doesn’t work.
For example, searching for the keyword “evaluation” in this document library yields no results.
We’ve tried using more appropriate syntax, but still no luck. Does anyone know what settings might be affecting these results?
Thanks!
We have been running into an issue where documents are not appearing in searches, even when the document definitely exists. The ‘Allow items from this document library to appear in search results?’ is set to Yes, and the search visibility setting is set to ‘Always index all Web Parts on this site’, however we’re still running into the issue where the search doesn’t work. For example, searching for the keyword “evaluation” in this document library yields no results. We’ve tried using more appropriate syntax, but still no luck. Does anyone know what settings might be affecting these results? Thanks! Read More
Sharepoint File inserted in Outlook
Hello,
I use Outlook application.
I want to insert files from Sharepoint sites.
Drag & Drop doesn’t work. The reverse Outlook to Sharepoint works.
How can I get Sharepoint to Outlook Drag & Drop to work?
Or how can I access the most frequently used files?
Thanks for your help,
Gaetan
NB. I can’t update the SITES or Sharepoint list on these Outlook menus.
Insert file” menu
Hello,I use Outlook application.I want to insert files from Sharepoint sites.Drag & Drop doesn’t work. The reverse Outlook to Sharepoint works.How can I get Sharepoint to Outlook Drag & Drop to work?Or how can I access the most frequently used files? Thanks for your help,GaetanNB. I can’t update the SITES or Sharepoint list on these Outlook menus.Insert file” menu Read More
How to select the “type” of an OKR?
In the documentation for Viva Goals it says that you can choose the “Type” of an OKR, i.e. Organizational, Team or Individual.
There is even a screenshot showing this option in the UI here: https://learn.microsoft.com/en-gb/training/modules/viva-goals-create-track-close-okrs/how-to-enter-okrs
However, when I enter an OKR, I do not get this option:
I am a global admin and have just set Viva Goals up.
I have enabled the “default organisation” and do not have any teams.
Any ideas?
Thanks,
Frans
In the documentation for Viva Goals it says that you can choose the “Type” of an OKR, i.e. Organizational, Team or Individual.There is even a screenshot showing this option in the UI here: https://learn.microsoft.com/en-gb/training/modules/viva-goals-create-track-close-okrs/how-to-enter-okrs However, when I enter an OKR, I do not get this option:I am a global admin and have just set Viva Goals up.I have enabled the “default organisation” and do not have any teams. Any ideas? Thanks,Frans Read More
I am unable to update to the latest Windows Cumulative Update KB5043080
I have been trying to get this update for the past two weeks. Every time I attempt to update it gives me this error message:
I am part of the Windows Insider Program, and am currently and always have been in the “Release Preview”
channel.
I am unsure on how to proceed. I did manage to contact Microsoft Support and get someone to look at my situation on Live Chat, but once they realized I was in the program, the referred me to this forum.
I am unsure if this could be a consequence of not being able to download this update, but when I try to run certain games from Steam, they don’t launch. I have my Nvidia drivers all up to date so that couldn’t be the issue.
I have been trying to get this update for the past two weeks. Every time I attempt to update it gives me this error message:I am part of the Windows Insider Program, and am currently and always have been in the “Release Preview”channel.I am unsure on how to proceed. I did manage to contact Microsoft Support and get someone to look at my situation on Live Chat, but once they realized I was in the program, the referred me to this forum. I am unsure if this could be a consequence of not being able to download this update, but when I try to run certain games from Steam, they don’t launch. I have my Nvidia drivers all up to date so that couldn’t be the issue. Read More
SQL Server audit logs incorrect info on column object_name
Hi, during an audit check on database events, i have noticed that sometimes on DDL events, when temp tables are mentioned, sql server 2017 logs incorrect information on columns schema_name and object_name and the statement column proves this:
Moreover, on the two columns the info for the object on which the DDL was applied, is taken randomly, it may show the first table, or the second, making this difficult to prove the actions in case of audits:
Sadly, i haven’t found this reported anywhere..
Hi, during an audit check on database events, i have noticed that sometimes on DDL events, when temp tables are mentioned, sql server 2017 logs incorrect information on columns schema_name and object_name and the statement column proves this: Moreover, on the two columns the info for the object on which the DDL was applied, is taken randomly, it may show the first table, or the second, making this difficult to prove the actions in case of audits:Sadly, i haven’t found this reported anywhere.. Read More
Conditional Formatting Based on Date & Status
Hello!
I need some help getting my conditional formatting to function properly. I would like the cells in the “Due Date” column to highlight red if the date is less than today AND the “Status” column does not read “Done”. Problem is, I can’t even get the conditional formatting to work correctly on just the date portion of things, much less the status qualifier. I’ve tried both ‘=$D2<NOW()’ as well as ‘=$D2<TODAY()’ and the results are nonsensical. Thanks in advance for the help!
Hello! I need some help getting my conditional formatting to function properly. I would like the cells in the “Due Date” column to highlight red if the date is less than today AND the “Status” column does not read “Done”. Problem is, I can’t even get the conditional formatting to work correctly on just the date portion of things, much less the status qualifier. I’ve tried both ‘=$D2<NOW()’ as well as ‘=$D2<TODAY()’ and the results are nonsensical. Thanks in advance for the help! Read More
Sharepoint Open in Application
I’m using a sharepoint drive set with no replication possible using OneDrive (due to volume of data).
I can open individual Word or Excel files in local application : click right then “Open in apps”.
It’s necessary for us to have same functionnality for non Microsoft files, as PDF, or other).
Right now I cannot use the “open in apps” only open in browser.
Thanks for your time to fix this issue.
I’m using a sharepoint drive set with no replication possible using OneDrive (due to volume of data).I can open individual Word or Excel files in local application : click right then “Open in apps”.It’s necessary for us to have same functionnality for non Microsoft files, as PDF, or other).Right now I cannot use the “open in apps” only open in browser.Thanks for your time to fix this issue. Read More
Webinar data not coming In response
Hi Guys,
In our node js application we need to fetch the webinars because that’s we want to show into our front end but for that, I am using the below code
try {
let virtualEventWebinar = await client
.api(“/solutions/virtualEvents/webinars?$count=true”)
.get();
console.log({ virtualEventWebinar });
return res.status(200).json({ message: “success” });
} catch (error) {
console.error(`Error fetching events: ${error}`);
}
Now in response I am getting this data
{
virtualEventWebinar: {
‘@odata.context’: ‘https://graph.microsoft.com/v1.0/$metadata#solutions/virtualEvents/webinars’,
‘@odata.count’: 8,
value: []
}
As we can see data.count is 8 but in value [] array is empty why is that? I don’t get it what is the problem here can any one please help?
Hi Guys, In our node js application we need to fetch the webinars because that’s we want to show into our front end but for that, I am using the below code try {
let virtualEventWebinar = await client
.api(“/solutions/virtualEvents/webinars?$count=true”)
.get();
console.log({ virtualEventWebinar });
return res.status(200).json({ message: “success” });
} catch (error) {
console.error(`Error fetching events: ${error}`);
}Now in response I am getting this data {
virtualEventWebinar: {
‘@odata.context’: ‘https://graph.microsoft.com/v1.0/$metadata#solutions/virtualEvents/webinars’,
‘@odata.count’: 8,
value: []
} As we can see data.count is 8 but in value [] array is empty why is that? I don’t get it what is the problem here can any one please help? Read More
Eliminate Nan row in a large matrix
Hello,
I have a very large matrix where some elements are Nan.
I would like to delete the rows containing the these elements.
Example
For
A=[1 2 3; 2 4 Nan; 4 5 6; nan 9 0];
Output:
A=[1 2 3];
Any ideas?
Thank youHello,
I have a very large matrix where some elements are Nan.
I would like to delete the rows containing the these elements.
Example
For
A=[1 2 3; 2 4 Nan; 4 5 6; nan 9 0];
Output:
A=[1 2 3];
Any ideas?
Thank you Hello,
I have a very large matrix where some elements are Nan.
I would like to delete the rows containing the these elements.
Example
For
A=[1 2 3; 2 4 Nan; 4 5 6; nan 9 0];
Output:
A=[1 2 3];
Any ideas?
Thank you nan deletion MATLAB Answers — New Questions
Can’t start MatLab Onramp Course
As I’m trying to start the course it gives me an error of this kind:
HTTP ERROR 431 Request Header Fields Too Large
URI:/R2024a/portal.html?course=gettingstarted
STATUS:431
MESSAGE:Request Header Fields Too Large
Tried to fix it by clearing cache but didn’t help at all. What can I do to get the course started?As I’m trying to start the course it gives me an error of this kind:
HTTP ERROR 431 Request Header Fields Too Large
URI:/R2024a/portal.html?course=gettingstarted
STATUS:431
MESSAGE:Request Header Fields Too Large
Tried to fix it by clearing cache but didn’t help at all. What can I do to get the course started? As I’m trying to start the course it gives me an error of this kind:
HTTP ERROR 431 Request Header Fields Too Large
URI:/R2024a/portal.html?course=gettingstarted
STATUS:431
MESSAGE:Request Header Fields Too Large
Tried to fix it by clearing cache but didn’t help at all. What can I do to get the course started? course, error MATLAB Answers — New Questions
Machine learning in matlab
Can i call the matpower file in matlab using machine learning?Can i call the matpower file in matlab using machine learning? Can i call the matpower file in matlab using machine learning? matpower, machine learning MATLAB Answers — New Questions
Excel Help with Conditional Formatting -dates
I need help with a formula for – Green > one month past todays date, Red =< todays date, amber <= one month todays date.
I need help with a formula for – Green > one month past todays date, Red =< todays date, amber <= one month todays date. Read More
Concat function as a variable
How can I pass @concat(‘file_name’, formatDateTime(convertTimeZone(utcnow(), ‘UTC’, ‘India Standard Time’), ‘yyyy-MM-ddTHHmmss’), ‘.txt’) in a variable, to a copy activity so that the output file name would be ‘file_name_2024-09-17T124406.txt’?
How can I pass @concat(‘file_name’, formatDateTime(convertTimeZone(utcnow(), ‘UTC’, ‘India Standard Time’), ‘yyyy-MM-ddTHHmmss’), ‘.txt’) in a variable, to a copy activity so that the output file name would be ‘file_name_2024-09-17T124406.txt’? Read More
How to recover an HoloLens 2 which is not responsive at all?
Hello, I’ve got some issues with my HoloLens2: I wanted to recover it, but it doesn’t turn on properly, just the 4 out of 5 Leds on and nothing displayed. Then I tried the forced recover via PC with WDRT and Advanced recovery companion, but still my hololens2 cannot be detected. So how can I finally recover my HoloLens? And i also tried to power on with the volume up button pressed but it didn’t work.
Thank you in advance
Hello, I’ve got some issues with my HoloLens2: I wanted to recover it, but it doesn’t turn on properly, just the 4 out of 5 Leds on and nothing displayed. Then I tried the forced recover via PC with WDRT and Advanced recovery companion, but still my hololens2 cannot be detected. So how can I finally recover my HoloLens? And i also tried to power on with the volume up button pressed but it didn’t work.Thank you in advance Read More