Troubleshooting event 5393 from Microsoft-Windows-FailoverClustering
A Windows Server 2016 cluster is somewhat regularly registering the following event: EventID: 5393 EventLevel: Information EventSource: Microsoft-Windows-FailoverClustering MachineName: xxxx Message: The Cluster detected that this node is…
Get-CMSiteMaintenanceTask missing properties?
I am trying to document all of the settings we are using for Site Maintenance tasks in SCCM/MECM 1910 I'm using the PowerShell cmdlet Get-CMSiteMaintenanceTask, but I'm not seeing all of the settings. For example, the "Backup Site Server…
Check OLDEDB database Connection using script task in SSIS.
Hi all, How can i check or test OLEDB connection in SSIS using script component before going to use the connection. All i need is to check whether OLEDB connection is successful if "Yes" got next step if "No" then send mail or…
Linq Error when migrate entityframeworkcore 2.2 to 3.0
Hello, i am migrating from netcore 2.1 to 3.1. of a solution hosted on Azure. I have encountered many errors due to entityframeworkcore 3. Queries such as DBe.BmsListaInfrastructure.Where (e => e.Amministration == Administration) .ToList (); …
ADFS Native Database Migration
Hello, I would like to migrate our existing on prem ADFS SQL database's (AdfsArtifactStore and AdfsConfiguration) to Azure SQL Managed Instance (paas) so no cloud vm is required. Is this possible? If not, can I migrate them to to an Azure vm with SQL…


Data Copy Operation and Process excecution in VB
Hi, I would like to copy a folder (with all it's contents - files /folders /hidden files folders /empty directories etc.) And need to use this newly copied data to start a process, ... but if the copying operation is not finished already, the next…
Application : quiet install command with powershell command
Hi, I would like to create a standard Application with powershell commands. I make it with a script, in the Quiet install commad I strike : powershell.exe -ExectutionPolicy ByPass .\myScript.ps1 And it works fine. But if I strike : powershell.exe…
Why am I not able to avail the Power Bi Pro license from my MCT Enterprise benefit?
It throws me the attached error every time. It does not allow me to create a new account and gets stuck at this page. Please help and tell a way a out of this.
How to buy product in store for education
I want to buy stand alone license of Minecraft Education by 5$/user. Our organization have education account in Office 365 but haven't any license. The button is active, but no action on click.
Expired Microsoft exchange server auth certificate in hybrid setup
Hi , I have a customer who's Microsoft Exchange Server Auth Certificate is expired. The procedure to renew is pretty straightforward : http://byronwright.blogspot.com/2018/05/expired-microsoft-exchange-server-auth.html But my question is : do i…
Exporting DLs AcceptMessagesOnlyFromSendersOrMembers members UPNs
Need help in Exporting EXO DLs AcceptMessagesOnlyFromSendersOrMembers members UPNs
Possible to encrypt the data sent through the IoT Central Device Bridge?
I am using IoT Central for device management, visualization, simple analytics and as a rules engine on IoT data. We deploy an edge solution running on-prem to retrieve data from a number of industrial protocols and send some of the data to cloud/IoT…


How can we disable generation of ARM Templates?
Whenever we publish ADF pipeline changes, the publish process invokes some sort of ARM Template generation that fails because we have too many parameters, then most the time succeeds completion. We would prefer to disable this automatic generation of…
Office 365 Outlook client templates
I am getting "Your template couldn't be saved. Please try again later." or This template is too large to save. Please make it smaller, then try to save it again. This forum indicates I can make a template larger than 32k in the client. I…
Converting String to DateTime in Body of ADF Web Activity.....URGENT PLEASE
Hi! Here is my issue: I have a datetime value in my DB which has to be passed as a datatime value to the REST API. Please see the Body of the PATCH call: All fields are working except for the following : "EffectiveStart":…
A new NuGet package for accessibility fonts
Hi all, I just wanted to share a new plugin for Xamarin as a NuGet package with GitHub repo that I have created and published, which allows for detecting if accessibility fonts are enabled and with which size, on Android and iOS devices. It's here:…
Get metadata filtering using a filename
Greetings I am trying to use get metadata activity to get only specific files with a date I want in my dataset from an FTP storage. File example is H_ODP_20201027_1232_00.CSV. I want to dynamically get files with certain date when I use the Tumbling…
CI build fail at InstallAppleCertificate@2
my azure-pipeline.yml is esources: repositories: repository: demo-serenity-appium type: github endpoint: LayMui name: LayMui/demo-serenity-appium branch: applitools variables: group: React native Variables trigger: …
AZ-303 Cerficate not yet generated
I passed AZ-303 exam on 12th of December 2020. Almost 4 days completed, Still I could not get AZ-303 Certificate. Please find the details mentioned below. Name: Kranthibabu Yeluri Candidate ID: MS0610600416 Registration Number: 387373053 …

context!: React.ContextType<typeof MyContext> @deprecated — if used without a type annotation, or without static contextType @see — https ://reactjs.org/docs/legacy-context.html 'context' is deprecatedts(6385)
I'm building a SPFX React WebPart and use this line in Render function: <p className={ styles.description }>{escape(this.context.pageContext.web.title)}</p> However got this error message: Any fix to this issue ?