Category: News
Customer not showing up in group booking after submission
Over the past week, we have had customers who booked an appointment with us, but we are not receiving notification of a new booking, and their information does not appear on the booking calendar. The customer is getting the confirmation and reminders; they also appear in the customers’ list, but when we select the event on the calendar to view who is attending, they are not listed. It only affects some people who sign up.
We also recently noticed that someone canceled, but we have not received that notification. Again, it does not affect every customer who cancels, as we have received cancellations before and after this incident.
Over the past week, we have had customers who booked an appointment with us, but we are not receiving notification of a new booking, and their information does not appear on the booking calendar. The customer is getting the confirmation and reminders; they also appear in the customers’ list, but when we select the event on the calendar to view who is attending, they are not listed. It only affects some people who sign up. We also recently noticed that someone canceled, but we have not received that notification. Again, it does not affect every customer who cancels, as we have received cancellations before and after this incident. Read More
VBA Automation Internet Explorer popup window button click
Sub CDOpenDuplicate()
Dim ieapp As New InternetExplorerMedium
Dim Doc As New HTMLDocument
‘Set ieapp = New InternetExplorerMedium
With ieapp
.Visible = True
.navigate “http://xxxx.cvxc.local/Apps/sdfg/xxReports/Mat/cbvnnn_Edit.asp?trans_id=39859109&parm=4353“
Do Until ieapp.readyState = READYSTATE_COMPLETE: DoEvents: Loop
Set Doc = ieapp.document
Doc.getElementById(“btnRemove”).Click
‘Do Until IEApp.readyState = READYSTATE_COMPLETE: DoEvents: Loop
Application.SendKeys (“{ENTER}”)
End With
End Sub
This code stuck here Doc.getElementById(“btnRemove”).Click
I am clicking on a Save button on the page after which a confirmation window pops up which has a button “Yes” “No” .
I wanted to click on Yes button and proceed with VBA. I am not able to track this window neither in Power Automate nor in VBA. Right click is also not allowed. It does not even let click anywhere outside the page. refer the snapshot below. What should I do? I guess the window is Modeless.
I tried to set focus on the window also with below code but failed.
Sub Test1()
Dim SWs As New SHDocVw.ShellWindows
Dim IE As SHDocVw.InternetExplorer
Dim Doc
For Each IE In SWs
On Error Resume Next
Set Doc = IE.document
If TypeOf Doc Is HTMLDocument Then
Debug.Print Doc.Title
End If
VBA.AppActivate IE.document.Title, 10000
Application.SendKeys (“{ENTER}”)
On Error GoTo 0
Next
End Sub
Sub CDOpenDuplicate()Dim ieapp As New InternetExplorerMediumDim Doc As New HTMLDocument’Set ieapp = New InternetExplorerMediumWith ieapp.Visible = True.navigate “http://xxxx.cvxc.local/Apps/sdfg/xxReports/Mat/cbvnnn_Edit.asp?trans_id=39859109&parm=4353″Do Until ieapp.readyState = READYSTATE_COMPLETE: DoEvents: LoopSet Doc = ieapp.documentDoc.getElementById(“btnRemove”).Click’Do Until IEApp.readyState = READYSTATE_COMPLETE: DoEvents: LoopApplication.SendKeys (“{ENTER}”)End WithEnd Sub This code stuck here Doc.getElementById(“btnRemove”).Click I am clicking on a Save button on the page after which a confirmation window pops up which has a button “Yes” “No” . I wanted to click on Yes button and proceed with VBA. I am not able to track this window neither in Power Automate nor in VBA. Right click is also not allowed. It does not even let click anywhere outside the page. refer the snapshot below. What should I do? I guess the window is Modeless. I tried to set focus on the window also with below code but failed. Sub Test1()Dim SWs As New SHDocVw.ShellWindowsDim IE As SHDocVw.InternetExplorerDim DocFor Each IE In SWsOn Error Resume NextSet Doc = IE.documentIf TypeOf Doc Is HTMLDocument ThenDebug.Print Doc.TitleEnd IfVBA.AppActivate IE.document.Title, 10000Application.SendKeys (“{ENTER}”)On Error GoTo 0NextEnd Sub Read More
Using GPO to save bookmarks to Appdata
Hello….I request some assistance with the creation of a GPO that would enable bookmarks from Edge to be automatically saved as a backup to the Appdata directory if that is possible?
Hello….I request some assistance with the creation of a GPO that would enable bookmarks from Edge to be automatically saved as a backup to the Appdata directory if that is possible? Read More
AudioCodes Teams Desk phones can’t dial out
All models of Audiocodes teams desk phones cannot dial out. the call times out then shows “Teams isn’t responding”, close app or wait.
The teams desktop client does work.
We have factory reset some phones, downgraded to .705 firmware to no avail.
Calls never make it to our direct routing SBC, it’s like the call is stuck in the cloud phone system.
Firewall is not blocking anything for our testing.
b
All models of Audiocodes teams desk phones cannot dial out. the call times out then shows “Teams isn’t responding”, close app or wait.The teams desktop client does work.We have factory reset some phones, downgraded to .705 firmware to no avail.Calls never make it to our direct routing SBC, it’s like the call is stuck in the cloud phone system.Firewall is not blocking anything for our testing.b Read More
MS account verification loop
Signing in to MS account. It (presumably) sends a code to my landline. It no longer arrives.
My profile has my mobile number but it seems not to be used.
I cannot make any changes to my profile as it ALWAYS sends either text or call to my landline, which never arrives.
Have tried other methods but always with the same end result.
Signing in to MS account. It (presumably) sends a code to my landline. It no longer arrives.My profile has my mobile number but it seems not to be used.I cannot make any changes to my profile as it ALWAYS sends either text or call to my landline, which never arrives.Have tried other methods but always with the same end result. Read More
Active Directory improvements in Windows Server 2025
Windows Server 2025 is the most secure and performant release yet! Download the evaluation now!
Looking to migrate from VMware to Windows Server 2025? Contact your Microsoft account team!
Looking to migrate from VMware to Windows Server 2025? Contact your Microsoft account team!
The 2024 Windows Server Summit was held in March and brought three days of demos, technical sessions, and Q&A, led by Microsoft engineers, guest experts from Intel®, and our MVP community. For more videos from this year’s Windows Server Summit, please find the full session list here.
This article focuses on improvements to Active Directory in Windows Server 2025.
What’s new in Active Directory for Windows Server 2025
The AD product group presents and demonstrate some of the new AD capabilities coming in Windows Server 2025, including new functional levels, security enhancements, and improved scalability.
Protecting Active Directory from management plane attacks
Mind the management plane! Whether your organization is running Active Directory on-premises, hybrid, or fully in the cloud, virtualized domain controllers are almost always present. But when is the last time you checked to ensure your privileged access model, aka Tier 0, extended to encompass the management plane?
Explore the common modern deployment scenarios for virtualized domain controllers and examine the relationship with the management plane. Why? Because attackers can exploit a weakly implemented privileged model and use the management plane as an easy back door into Active Directory.
In this session, we explore scenarios where organizations can unknowingly leave the door open to these attacks, diving deep into commonly observed gaps, and walking through a demonstration of using the management plane as a means of pivoting into Active Directory. Learn how to defend yourself and get actionable recommendations your organization can take today to ensure that the management plane does not become an attacker’s new friend.
The evolution of Windows authentication
As the security landscape evolves, Windows must continue to change to protect users and organizations. Foundational to this is user authentication. In Windows Server 2025 and Windows vNext, we have created completely new Kerberos features to minimize use of NTLM in your environments. This session explains and demonstrates IAKerb, Local KDC, IP SPN, and the roadmap to the end of NTLM.
Microsoft Tech Community – Latest Blogs –Read More
Migrate ADAL apps to MSAL with enhanced insights
We’re pleased to announce significant updates to the Sign-ins workbook in the Microsoft Entra admin center, a crucial tool for organizations transitioning from Azure Active Directory Authentication Libraries (ADAL) to Microsoft Authentication Libraries (MSAL). These updates aim to streamline the ADAL migration process by providing comprehensive insights into your ADAL-application-related data.
Why is this Important?
We announced ADAL end of life in June 2020 and stopped supporting any security updates as of June 2023—which means applications using ADAL can’t utilize the latest security features, leaving them vulnerable to future security threats. We strongly recommend migrating any application using ADAL to MSAL to improve the security posture and resilience of authentication and authorization of your client applications.
MSAL supports the latest security features for Microsoft Entra ID like managed identity, Continuous Access Evaluation (CAE), passkeys, and many more. The updated Sign-ins workbook is an essential tool in this transition, providing the necessary insights and data to make informed decisions to execute migration.
What’s new in the Sign-ins workbook?
The Sign-ins workbook is redesigned for admins needing a centralized and more detailed view of applications using ADAL within their tenant. These additional insights can help them identify, investigate, and validate the ADAL applications to successfully migrate to MSAL.
Here’s what you can expect with the latest enhancements:
Comprehensive sign-in log aggregation: The workbook now consolidates logs from various types of sign-in events, including interactive, non-interactive, and service principal sign-ins.
Enhanced data visualization: We updated the report with new aggregated metrics to enable an all-up view of sign-ins across ADAL applications. To aid in your specific analytical needs, the workbook supports the application of custom filters and queries. This flexibility enables you to focus on the information that matters most to your ADAL migration efforts.
Integration with Microsoft Entra recommendations: You can now directly access this Sign-Ins workbook from the ADAL to MSAL recommendation page to dive deep into the list of ADAL applications listed on the recommendation details page. To use the workbooks for Microsoft Entra ID, you need a Microsoft Entra ID tenant with a P1 license.
Plan to update your application
Get started by accessing the workbook to get a list of all ADAL applications and the details associated with them. Our migration guide walks you through all the steps to transition applications from using ADAL to using MSAL.
Neha Goel
Senior Product Manager, Microsoft
Read more on this topic
Migrate applications to the Microsoft Authentication Library
Manage workbooks
How to use Entra Workbooks
Migrate from ADAL to MSAL Entra Recommendations
Learn more about Microsoft Entra
Prevent identity attacks, ensure least privilege access, unify access controls, and improve the experience for users with comprehensive identity and network access solutions across on-premises and clouds.
Microsoft Entra News and Insights | Microsoft Security Blog
Microsoft Entra blog | Tech Community
Microsoft Entra documentation | Microsoft Learn
Microsoft Entra discussions | Microsoft Community
Microsoft Tech Community – Latest Blogs –Read More
GPU Training RL Toolbox on R2022a
Hello everyone,
I am trying to train my agent with using Reinforcement Learning Toolbox Matlab2022a. Unfortunately, I couldn’t run the training due to some packages were updated. rlRepresentationOptions was contain ‘UseDevice’,’gpu’ option, but the package has been changed to rlOptimizerOptions without any ‘UseDevice’ option. How can I run my training with using gpu? Thank you in advance.Hello everyone,
I am trying to train my agent with using Reinforcement Learning Toolbox Matlab2022a. Unfortunately, I couldn’t run the training due to some packages were updated. rlRepresentationOptions was contain ‘UseDevice’,’gpu’ option, but the package has been changed to rlOptimizerOptions without any ‘UseDevice’ option. How can I run my training with using gpu? Thank you in advance. Hello everyone,
I am trying to train my agent with using Reinforcement Learning Toolbox Matlab2022a. Unfortunately, I couldn’t run the training due to some packages were updated. rlRepresentationOptions was contain ‘UseDevice’,’gpu’ option, but the package has been changed to rlOptimizerOptions without any ‘UseDevice’ option. How can I run my training with using gpu? Thank you in advance. reinforcement learning, training, machine learning MATLAB Answers — New Questions
How to loop through cell array and apply script to each double?
Hi,
I have a cell array of cell arrays of doubles called "C_512_numeric". I have the script called edit and I want to loop through all columns in the doubles in C_512_numeric and use the column data as input for edit (first argument). I have attached the script.
How would I write this code?Hi,
I have a cell array of cell arrays of doubles called "C_512_numeric". I have the script called edit and I want to loop through all columns in the doubles in C_512_numeric and use the column data as input for edit (first argument). I have attached the script.
How would I write this code? Hi,
I have a cell array of cell arrays of doubles called "C_512_numeric". I have the script called edit and I want to loop through all columns in the doubles in C_512_numeric and use the column data as input for edit (first argument). I have attached the script.
How would I write this code? cells, doubles, script, input MATLAB Answers — New Questions
how to reduce blob analysis rate in video so that object counting can happen every 3 seconds
I would like to do object counting but my code is checking for region of intereste every 1/30 second due to 30 frames per second because of this everytime it is detecting the object, any way i can solve this problem?
clc;
%% Setup of video
vidReader=vision.VideoFileReader(‘hvsstop2.mp4’);
vidReader.VideoOutputDataType=’double’;
mywriter=VideoWriter(‘mymovie.mp4’);
open(mywriter);
%% structural element
diskelem=strel(‘disk’,2);
hblob=vision.BlobAnalysis(‘MinimumBlobArea’,1500,’MaximumBlobArea’,4000);
vidPlayer = vision.DeployableVideoPlayer;
while ~isDone(vidReader)
%read frame
vidframe=step(vidReader);
%rgb to hsv color space
I=rgb2hsv(vidframe);
%htextins=insertText(I,’position’,[20,20],’Color’,[255 255 0],’Fontsize’,30);
% Define thresholds for channel 1 based on histogram settings
channel1Min = 0.615;
channel1Max = 0.962;
% Define thresholds for channel 2 based on histogram settings
channel2Min = 0.000;
channel2Max = 0.058;
% Define thresholds for channel 3 based on histogram settings
channel3Min = 0.723;
channel3Max = 1.000;
% Create mask based on chosen histogram thresholds
sliderBW = (I(:,:,1) >= channel1Min ) & (I(:,:,1) <= channel1Max) & …
(I(:,:,2) >= channel2Min ) & (I(:,:,2) <= channel2Max) & …
(I(:,:,3) >= channel3Min ) & (I(:,:,3) <= channel3Max);
BW = sliderBW;
%using morphological operations
ibwopen=imopen(BW,diskelem);
%extract the blobs from the frame
[areaOut,centroidOut, bboxOut]=step(hblob,ibwopen);
%draw a box around detected objects
%ishape=insertShape(vidframe,’Rectangle’,bboxOut,’ShapeColor’,’black’);
%iannotate = insertObjectAnnotation(vidframe,"rectangle",bboxOut,’cardboard’,TextBoxOpacity=0.9,FontSize=18);
iannotate_vid = insertObjectAnnotation(vidframe,"rectangle",…
bboxOut,’versatilis’,TextBoxOpacity=0.9,FontSize=30);
%paly in video player
vidPlayer(iannotate_vid);
writeVideo(mywriter,iannotate_vid);
end
%%release
release(vidReader)
release(hblob)
release(vidPlayer)
close(mywriter)
%release(ishape)I would like to do object counting but my code is checking for region of intereste every 1/30 second due to 30 frames per second because of this everytime it is detecting the object, any way i can solve this problem?
clc;
%% Setup of video
vidReader=vision.VideoFileReader(‘hvsstop2.mp4’);
vidReader.VideoOutputDataType=’double’;
mywriter=VideoWriter(‘mymovie.mp4’);
open(mywriter);
%% structural element
diskelem=strel(‘disk’,2);
hblob=vision.BlobAnalysis(‘MinimumBlobArea’,1500,’MaximumBlobArea’,4000);
vidPlayer = vision.DeployableVideoPlayer;
while ~isDone(vidReader)
%read frame
vidframe=step(vidReader);
%rgb to hsv color space
I=rgb2hsv(vidframe);
%htextins=insertText(I,’position’,[20,20],’Color’,[255 255 0],’Fontsize’,30);
% Define thresholds for channel 1 based on histogram settings
channel1Min = 0.615;
channel1Max = 0.962;
% Define thresholds for channel 2 based on histogram settings
channel2Min = 0.000;
channel2Max = 0.058;
% Define thresholds for channel 3 based on histogram settings
channel3Min = 0.723;
channel3Max = 1.000;
% Create mask based on chosen histogram thresholds
sliderBW = (I(:,:,1) >= channel1Min ) & (I(:,:,1) <= channel1Max) & …
(I(:,:,2) >= channel2Min ) & (I(:,:,2) <= channel2Max) & …
(I(:,:,3) >= channel3Min ) & (I(:,:,3) <= channel3Max);
BW = sliderBW;
%using morphological operations
ibwopen=imopen(BW,diskelem);
%extract the blobs from the frame
[areaOut,centroidOut, bboxOut]=step(hblob,ibwopen);
%draw a box around detected objects
%ishape=insertShape(vidframe,’Rectangle’,bboxOut,’ShapeColor’,’black’);
%iannotate = insertObjectAnnotation(vidframe,"rectangle",bboxOut,’cardboard’,TextBoxOpacity=0.9,FontSize=18);
iannotate_vid = insertObjectAnnotation(vidframe,"rectangle",…
bboxOut,’versatilis’,TextBoxOpacity=0.9,FontSize=30);
%paly in video player
vidPlayer(iannotate_vid);
writeVideo(mywriter,iannotate_vid);
end
%%release
release(vidReader)
release(hblob)
release(vidPlayer)
close(mywriter)
%release(ishape) I would like to do object counting but my code is checking for region of intereste every 1/30 second due to 30 frames per second because of this everytime it is detecting the object, any way i can solve this problem?
clc;
%% Setup of video
vidReader=vision.VideoFileReader(‘hvsstop2.mp4’);
vidReader.VideoOutputDataType=’double’;
mywriter=VideoWriter(‘mymovie.mp4’);
open(mywriter);
%% structural element
diskelem=strel(‘disk’,2);
hblob=vision.BlobAnalysis(‘MinimumBlobArea’,1500,’MaximumBlobArea’,4000);
vidPlayer = vision.DeployableVideoPlayer;
while ~isDone(vidReader)
%read frame
vidframe=step(vidReader);
%rgb to hsv color space
I=rgb2hsv(vidframe);
%htextins=insertText(I,’position’,[20,20],’Color’,[255 255 0],’Fontsize’,30);
% Define thresholds for channel 1 based on histogram settings
channel1Min = 0.615;
channel1Max = 0.962;
% Define thresholds for channel 2 based on histogram settings
channel2Min = 0.000;
channel2Max = 0.058;
% Define thresholds for channel 3 based on histogram settings
channel3Min = 0.723;
channel3Max = 1.000;
% Create mask based on chosen histogram thresholds
sliderBW = (I(:,:,1) >= channel1Min ) & (I(:,:,1) <= channel1Max) & …
(I(:,:,2) >= channel2Min ) & (I(:,:,2) <= channel2Max) & …
(I(:,:,3) >= channel3Min ) & (I(:,:,3) <= channel3Max);
BW = sliderBW;
%using morphological operations
ibwopen=imopen(BW,diskelem);
%extract the blobs from the frame
[areaOut,centroidOut, bboxOut]=step(hblob,ibwopen);
%draw a box around detected objects
%ishape=insertShape(vidframe,’Rectangle’,bboxOut,’ShapeColor’,’black’);
%iannotate = insertObjectAnnotation(vidframe,"rectangle",bboxOut,’cardboard’,TextBoxOpacity=0.9,FontSize=18);
iannotate_vid = insertObjectAnnotation(vidframe,"rectangle",…
bboxOut,’versatilis’,TextBoxOpacity=0.9,FontSize=30);
%paly in video player
vidPlayer(iannotate_vid);
writeVideo(mywriter,iannotate_vid);
end
%%release
release(vidReader)
release(hblob)
release(vidPlayer)
close(mywriter)
%release(ishape) computer vision, blob MATLAB Answers — New Questions
Microsoft Security Operations Analyst Blueprint Survey Opportunity
Microsoft is updating a certification for Microsoft Security Operations Analyst. We need your input through our exam blueprinting surveys.
The blueprint determines how many questions each skill in the exam will be assigned. Please complete the online survey by August 7th, 2024. Please also feel free to forward the survey to any colleagues you consider subject matter experts for this certification. If you have any questions, feel free to contact Rohan Mahadevan rmahadevan@microsoft.com or John Sowles at josowles@microsoft.com.
Microsoft Security Operations Analyst blueprint survey link:
https://microsoftlearning.co1.qualtrics.com/jfe/form/SV_cHeM9OLKvCVjHUO
Microsoft is updating a certification for Microsoft Security Operations Analyst. We need your input through our exam blueprinting surveys.
The blueprint determines how many questions each skill in the exam will be assigned. Please complete the online survey by August 7th, 2024. Please also feel free to forward the survey to any colleagues you consider subject matter experts for this certification. If you have any questions, feel free to contact Rohan Mahadevan rmahadevan@microsoft.com or John Sowles at josowles@microsoft.com.
Microsoft Security Operations Analyst blueprint survey link:
https://microsoftlearning.co1.qualtrics.com/jfe/form/SV_cHeM9OLKvCVjHUO Read More
Using categories in Outlook Webclient OWA
Hello,
I can define and assign categories to an email but I found no way to filter by them.
Any help would be highly appreciated – thanks!
Kind regards
Chris
Hello,I can define and assign categories to an email but I found no way to filter by them. Any help would be highly appreciated – thanks! Kind regardsChris Read More
Access Denied Error When Using Enter-PSSession in Workgroup/Entra Joined Env
Hello everyone,
I’m currently facing an issue with establishing an Enter-PSSession connection between two computers in my setup. Here are the details:
Computer1: Hybrid Entra Joined, hostname: Computer1Computer2: Workplace/Entra Joined, hostname: Computer2
I would like to connect from Computer1 to Computer2 using Enter-PSSession. My account is a Hybrid Account and part of the Local Admin Group on Computer2. Both computers are connected with the same Entra ID.
The firewall on Computer2 has an open port (HTTP Port 8085). Although the computers are not in the same subnet, the network layer seems to be functioning correctly.
I have made the following registry entries on Computer1:
Registry-Key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWSMANClient trusted_hosts “*”
Registry-Key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWSMANClient spn_prefix “HOST”
To establish a connection, I use the following string:
Enter-PSSession -ComputerName XX.XX.XXX.55 -Port 5985 -Credential $aadusername1 -Authentication Negotiate
Unfortunately, I am unable to connect to Computer2. I receive the following error message:
Connecting to remote server XX.XX.XXX.55 failed with the following error message: Access is denied. For more information, please refer to the about_Remote_Troubleshooting Help topic.
In the Event Log of Computer2 i see following Event Log entry:
Antragsteller:
Sicherheits-ID: NULL SID
Kontoname: –
Kontodomäne: –
Anmelde-ID: 0x0
Anmeldetyp: 3
Konto, für das die Anmeldung fehlgeschlagen ist:
Sicherheits-ID: NULL SID
Kontoname: email address removed for privacy reasons
Kontodomäne: AzureAD
Fehlerinformationen:
Fehlerursache: Unbekannter Benutzername oder ungültiges Kennwort.
Status: 0xC000006D
Unterstatus:: 0xC0000064
Prozessinformationen:
Aufrufprozess-ID: 0x0
Aufrufprozessname: –
Netzwerkinformationen:
Arbeitsstationsname: Computer1
Quellnetzwerkadresse: YY.YY.YYY.11
Quellport: 55343
Detaillierte Authentifizierungsinformationen:
Anmeldeprozess: NtLmSsp
Authentifizierungspaket: NTLM
Übertragene Dienste: –
Paketname (nur NTLM): –
Schlüssellänge: 0
We encountered an issue where establishing a connection using Basic Authentication is not possible. However, when connecting from Computer2 to Computer2 using the described connection, the connection can be successfully established. The Event Log shows the following security protocols:
Anmeldeprozess: Pku2uSspAuthentifizierungspaket: NegoExtender
If anyone has any insights or suggestions on how to solve this problem and enable a successful connection with the desired security protocols, your input would be greatly appreciated. Thank you!
Hello everyone,I’m currently facing an issue with establishing an Enter-PSSession connection between two computers in my setup. Here are the details:Computer1: Hybrid Entra Joined, hostname: Computer1Computer2: Workplace/Entra Joined, hostname: Computer2I would like to connect from Computer1 to Computer2 using Enter-PSSession. My account is a Hybrid Account and part of the Local Admin Group on Computer2. Both computers are connected with the same Entra ID.The firewall on Computer2 has an open port (HTTP Port 8085). Although the computers are not in the same subnet, the network layer seems to be functioning correctly.I have made the following registry entries on Computer1: Registry-Key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWSMANClient trusted_hosts “*”Registry-Key: HKEY_LOCAL_MACHINESOFTWAREMicrosoftWindowsCurrentVersionWSMANClient spn_prefix “HOST” To establish a connection, I use the following string:$aadusername1 = Get-Credential -UserName “AzureADusername1 @domain.ch” -Message “AzureADemail address removed for privacy reasons”
Enter-PSSession -ComputerName XX.XX.XXX.55 -Port 5985 -Credential $aadusername1 -Authentication NegotiateUnfortunately, I am unable to connect to Computer2. I receive the following error message:Connecting to remote server XX.XX.XXX.55 failed with the following error message: Access is denied. For more information, please refer to the about_Remote_Troubleshooting Help topic.In the Event Log of Computer2 i see following Event Log entry:Event ID: 4625
Antragsteller:
Sicherheits-ID: NULL SID
Kontoname: –
Kontodomäne: –
Anmelde-ID: 0x0
Anmeldetyp: 3
Konto, für das die Anmeldung fehlgeschlagen ist:
Sicherheits-ID: NULL SID
Kontoname: email address removed for privacy reasons
Kontodomäne: AzureAD
Fehlerinformationen:
Fehlerursache: Unbekannter Benutzername oder ungültiges Kennwort.
Status: 0xC000006D
Unterstatus:: 0xC0000064
Prozessinformationen:
Aufrufprozess-ID: 0x0
Aufrufprozessname: –
Netzwerkinformationen:
Arbeitsstationsname: Computer1
Quellnetzwerkadresse: YY.YY.YYY.11
Quellport: 55343
Detaillierte Authentifizierungsinformationen:
Anmeldeprozess: NtLmSsp
Authentifizierungspaket: NTLM
Übertragene Dienste: –
Paketname (nur NTLM): –
Schlüssellänge: 0We encountered an issue where establishing a connection using Basic Authentication is not possible. However, when connecting from Computer2 to Computer2 using the described connection, the connection can be successfully established. The Event Log shows the following security protocols:Anmeldeprozess: Pku2uSspAuthentifizierungspaket: NegoExtenderIf anyone has any insights or suggestions on how to solve this problem and enable a successful connection with the desired security protocols, your input would be greatly appreciated. Thank you! Read More
Microsoft Defender for Endpoint fails policy deploy to Windows 10 Enterprise VM
We have Microsoft Defender for Cloud enabled and all of our subscriptions have a fully enabled Servers, Plan 2.
And yes, defender does automatically apply the ‘MDE.Windows’ extension to all of our VMs.
I reviewed the compatibility of Defender for Endpoint
https://learn.microsoft.com/en-us/defender-endpoint/minimum-requirements
And under ‘Supported Windows versions’; ‘Windows 10 Enterprise’ is listed as being supported.
All of our VMs are Windows 10 Enterprise. For instance I have a VM created with this offering from the marketplace
“imageReference”: {
“publisher”: “MicrosoftWindowsDesktop”,
“offer”: “Windows-10”,
“sku”: “win10-22h2-ent-g2”,
“version”: “latest”,
“exactVersion”: “19045.4046.240203”
The problem is that when the VM Extension ‘MDE.Windows’ is automatically applied by Defender for Cloud… there is an error status message.
Failed to configure Microsoft Defender for Endpoint: Onboarding to MDE via Microsoft Defender for Cloud for this operating system is not supported. Read more about supported operating systems: https://docs.microsoft.com/en-us/azure/defender-for-cloud/integration-defender-for-endpoint?tabs=linux#availability
Digging into the logs, at C:WindowsAzureLogsPluginsMicrosoft.Azure.AzureDefenderForServers.MDE.Windows1.0.10.3on the VM for the plugin i see…
VERBOSE: [2024-07-24 13:46:41Z][Information] Major version: 10
VERBOSE: [2024-07-24 13:46:41Z][Information] Minor version: 0
VERBOSE: [2024-07-24 13:46:41Z][Information] Build version: 19045
VERBOSE: [2024-07-24 13:46:42Z][Information] OS Name: Microsoft Windows 10 Enterprise
VERBOSE: [2024-07-24 13:46:42Z][Information] Product type: 1
VERBOSE: [2024-07-24 13:46:42Z][Information] OperatingSystem SKU: 4
Digging into the plugin code MdeExtensionHandler.ps1 there is this line…
It appears that not ALL versions of Windows 10 Enterprise is supported.
What are my alternatives ?
We have Microsoft Defender for Cloud enabled and all of our subscriptions have a fully enabled Servers, Plan 2. And yes, defender does automatically apply the ‘MDE.Windows’ extension to all of our VMs. I reviewed the compatibility of Defender for Endpointhttps://learn.microsoft.com/en-us/defender-endpoint/minimum-requirementsAnd under ‘Supported Windows versions’; ‘Windows 10 Enterprise’ is listed as being supported. All of our VMs are Windows 10 Enterprise. For instance I have a VM created with this offering from the marketplace “imageReference”: {
“publisher”: “MicrosoftWindowsDesktop”,
“offer”: “Windows-10”,
“sku”: “win10-22h2-ent-g2”,
“version”: “latest”,
“exactVersion”: “19045.4046.240203”
The problem is that when the VM Extension ‘MDE.Windows’ is automatically applied by Defender for Cloud… there is an error status message. Failed to configure Microsoft Defender for Endpoint: Onboarding to MDE via Microsoft Defender for Cloud for this operating system is not supported. Read more about supported operating systems: https://docs.microsoft.com/en-us/azure/defender-for-cloud/integration-defender-for-endpoint?tabs=linux#availability
Digging into the logs, at C:WindowsAzureLogsPluginsMicrosoft.Azure.AzureDefenderForServers.MDE.Windows1.0.10.3on the VM for the plugin i see… VERBOSE: [2024-07-24 13:46:41Z][Information] Major version: 10
VERBOSE: [2024-07-24 13:46:41Z][Information] Minor version: 0
VERBOSE: [2024-07-24 13:46:41Z][Information] Build version: 19045
VERBOSE: [2024-07-24 13:46:42Z][Information] OS Name: Microsoft Windows 10 Enterprise
VERBOSE: [2024-07-24 13:46:42Z][Information] Product type: 1
VERBOSE: [2024-07-24 13:46:42Z][Information] OperatingSystem SKU: 4
Digging into the plugin code MdeExtensionHandler.ps1 there is this line… It appears that not ALL versions of Windows 10 Enterprise is supported.What are my alternatives ? Read More
Broken Links – missing resources
Many of the links on Developing security solutions with Microsoft are broken, Does anyone know how to get them fixed?
Many of the links on Developing security solutions with Microsoft are broken, Does anyone know how to get them fixed? Read More
“VIew Report” button is missing on Store Certification Upload status(Certification Status)
After my last application upload to Store Certification, i got that Certification process has failed.
The parter page tells to click on button “View Report”, but theres no button on page.
I know that page has new stuff, so i think something is missing on it.
Does anyone have experience something similar? How should I proceed? I am currently unable to access the report to find out what is wrong with the submission/application.
As the help pages says, this button should be around here:
Thanks in advance,
Helmuth
After my last application upload to Store Certification, i got that Certification process has failed. The parter page tells to click on button “View Report”, but theres no button on page. I know that page has new stuff, so i think something is missing on it. Does anyone have experience something similar? How should I proceed? I am currently unable to access the report to find out what is wrong with the submission/application. As the help pages says, this button should be around here: Thanks in advance,Helmuth Read More
How to convert tables into numeric arrays?
Hi I have the data set C_512 (see attached) and I want to make the tables within the cells of the cell array into numeric arrays so that there are no longer any tables in C_512. I used this code below:
% Load the .mat file
load(‘/path/to/C_512.mat’);
% Initialize a new cell array to store numeric arrays
C_512_numeric = cell(size(C_512));
% Loop through each cell and convert its content to numeric arrays
for i = 1:size(C_512, 1)
for j = 1:size(C_512, 2)
T = C_512{i, j};
if istable(T)
C_512_numeric{i, j} = table2array(T);
else
C_512_numeric{i, j} = T; % If it’s already an array or matrix
end
end
end
% Save the numeric data to a new .mat file
save(‘C_512_numeric.mat’, ‘C_512_numeric’);
Unfortunately, C_512_numeric still contains tables. Why is that?Hi I have the data set C_512 (see attached) and I want to make the tables within the cells of the cell array into numeric arrays so that there are no longer any tables in C_512. I used this code below:
% Load the .mat file
load(‘/path/to/C_512.mat’);
% Initialize a new cell array to store numeric arrays
C_512_numeric = cell(size(C_512));
% Loop through each cell and convert its content to numeric arrays
for i = 1:size(C_512, 1)
for j = 1:size(C_512, 2)
T = C_512{i, j};
if istable(T)
C_512_numeric{i, j} = table2array(T);
else
C_512_numeric{i, j} = T; % If it’s already an array or matrix
end
end
end
% Save the numeric data to a new .mat file
save(‘C_512_numeric.mat’, ‘C_512_numeric’);
Unfortunately, C_512_numeric still contains tables. Why is that? Hi I have the data set C_512 (see attached) and I want to make the tables within the cells of the cell array into numeric arrays so that there are no longer any tables in C_512. I used this code below:
% Load the .mat file
load(‘/path/to/C_512.mat’);
% Initialize a new cell array to store numeric arrays
C_512_numeric = cell(size(C_512));
% Loop through each cell and convert its content to numeric arrays
for i = 1:size(C_512, 1)
for j = 1:size(C_512, 2)
T = C_512{i, j};
if istable(T)
C_512_numeric{i, j} = table2array(T);
else
C_512_numeric{i, j} = T; % If it’s already an array or matrix
end
end
end
% Save the numeric data to a new .mat file
save(‘C_512_numeric.mat’, ‘C_512_numeric’);
Unfortunately, C_512_numeric still contains tables. Why is that? convert, tables, numeric array, error, cell MATLAB Answers — New Questions
Simscape version change cause problem
Hi all, we created a simscape model in MATLAB 2021a which perfectly works. When I open it in MATLAB 2024a or in MATLAB online, I receive many errors. One of the error is
"Cannot find library called ‘sm_cable_robot_lib’. "
and
"Pulley-End Alignment1′ cannot be found on MATLAB path or has an invalid path."
I search for sm_cable_robot_lib but no result. Is there any change in simscape in MATLAB 2024?Hi all, we created a simscape model in MATLAB 2021a which perfectly works. When I open it in MATLAB 2024a or in MATLAB online, I receive many errors. One of the error is
"Cannot find library called ‘sm_cable_robot_lib’. "
and
"Pulley-End Alignment1′ cannot be found on MATLAB path or has an invalid path."
I search for sm_cable_robot_lib but no result. Is there any change in simscape in MATLAB 2024? Hi all, we created a simscape model in MATLAB 2021a which perfectly works. When I open it in MATLAB 2024a or in MATLAB online, I receive many errors. One of the error is
"Cannot find library called ‘sm_cable_robot_lib’. "
and
"Pulley-End Alignment1′ cannot be found on MATLAB path or has an invalid path."
I search for sm_cable_robot_lib but no result. Is there any change in simscape in MATLAB 2024? simscape, cable-robot, pulley MATLAB Answers — New Questions
Datetime format capatilization sensitivity inconsistent?
So I was trying to add milliseconds to my datetime variables and found a sort of inconsistency?
When setting datetime format using datetime(‘now’,’Format’,’hh:mm:ss.sss’) , the sss at the end is not capatilization sensitive; but when trying to access and change it using variable_name.Format = ‘hh:mm:ss.SSS’, the SSS at the end is capatilization sensitive.
Is this a minor inconsitency or is this intended? If it’s the latter what is the rationale behind? As it only makes it more confusing imoSo I was trying to add milliseconds to my datetime variables and found a sort of inconsistency?
When setting datetime format using datetime(‘now’,’Format’,’hh:mm:ss.sss’) , the sss at the end is not capatilization sensitive; but when trying to access and change it using variable_name.Format = ‘hh:mm:ss.SSS’, the SSS at the end is capatilization sensitive.
Is this a minor inconsitency or is this intended? If it’s the latter what is the rationale behind? As it only makes it more confusing imo So I was trying to add milliseconds to my datetime variables and found a sort of inconsistency?
When setting datetime format using datetime(‘now’,’Format’,’hh:mm:ss.sss’) , the sss at the end is not capatilization sensitive; but when trying to access and change it using variable_name.Format = ‘hh:mm:ss.SSS’, the SSS at the end is capatilization sensitive.
Is this a minor inconsitency or is this intended? If it’s the latter what is the rationale behind? As it only makes it more confusing imo datetime MATLAB Answers — New Questions
IF statement help
I am trying to make a table that corresponds to data in another table.
I have column A5:A30 set up with supplier names, and column J5:J30 set up with costs associated with that supplier.
Down below this table I have A32:A40 with Supplier names, and B32:B40 with their original costs.
I am trying to get column C32:C40 to show me the final costs by using an IF statement. If row 5 has “supplier name” in column a, add B32+J5.
I can make the if statement work once, but I am trying to get it to add the original cost in B32 plus any value in J5:30 if column a has that specific supplier’s name.
Any help can be appreciated.
I am trying to make a table that corresponds to data in another table.I have column A5:A30 set up with supplier names, and column J5:J30 set up with costs associated with that supplier.Down below this table I have A32:A40 with Supplier names, and B32:B40 with their original costs. I am trying to get column C32:C40 to show me the final costs by using an IF statement. If row 5 has “supplier name” in column a, add B32+J5. I can make the if statement work once, but I am trying to get it to add the original cost in B32 plus any value in J5:30 if column a has that specific supplier’s name. Any help can be appreciated. Read More