Powershell script to get EMail Junk Configuration and export to CSV
i would like to get TrustedsenderandDomains, TrustedrecipientandDomains list for list of users(say 100 users). I have a txt file and would like to export output to CSV file, i am trying below script but unable to get Output. $Users = gc…
Azure Notification Hub Exception: Could not create SSL/TLS secure channel
Hello, Since yesterday I have been having problems with my Azure Notification Hub instance. All the messages sent to my Android app are being dropped because the NotificationHubClient.SendFcmNativeNotificationAsync throws the following exception:…

DevOps Xamarin Android Build Task fails with Bundle Assemblies Into Native Code enabled
Hello! We have been using Xamarin Forms to make UWP, iOS and Android apps and make use of DevOps build agents to build, unit test, sign and deploy our apps. There was a recent image update for both the Windows and macOS images (prev. 20201212.1 curr.…
uwp with c# and mvvm inversion of control (dependency injection)
so most of my progamming has been done in java where i used a lot of IoC and DPI by injecting all the necessary depencies to the constructors of the newly created objects from the main method. so i injected all the repositories into the services, then…
Use Windows Service to Delete ChatMessage from MS Teams Channel
Hello, I am currently evaluating MS Teams as a potential end-point for my company's product offering, and I have a question related to Delegated Permissions. We would like to use a Windows Service to delete (remove) specific ChatMessages from a Teams…
Hello Guys, some important questions
Hello Guys I have some important questions, I actually registered for the exam of 70-740 which is the 1st exam of MCSE 2016 certification. Unfortunately I couldn't take this exam because I was having some issues. I have also confirmed that all the…
RDS 2016 - Disabling TLS1.0/1.1
We have two Windows 2016 RDS servers: SERVER1 has the RDSH role installed. SERVER2 has the RDCB, RDGW and RDWeb roles installed. To comply with PCI standards we tried disabling TLS1.0 and TLS1.1 only to find this broke RDS as described here: …
Not able to Redirect to Application after Signing out
I have listed the data using a hardcoded access token, now after signing out it is showing "you signed out of your account it's a good idea to close all browser windows". I am getting this error for one drive Business and SharePoint. Now it…
no subscription
Hello with my account which is kerem.parlakgumus@Anonymous .com, when I write into terminal "az login", I am able to log in, but terminal gives the message of "no subscription is found" The default web browser has been opened…


WebAuthenticator: how to log out of Facebook/Google/Apple?
I've implemented social media sign in using WebAuthenticator following this doc page: https://learn.microsoft.com/en-us/xamarin/essentials/web-authenticator?tabs=android It works great, but one problem i have, is that I can log out of my app (by…
Returning a unique set of values from a table
Hi All. I have a table log as per below. What I will like to do is return the last 3 release no's ordering by the release data. In the case of the example below, that would be 77,66 and 55 The query below is not correct. select…
Best option for social media logins?
I need to implement social login for my app, facebook, twitter, google etc. What is the best option? So far I was considering: CrossGeeks plugins, such as this one: https://github.com/CrossGeeks/FacebookClientPlugin Xamarin.Auth and…
Issue with cosmosDB AzureDiagnostics query
I am performing AzureDiagnostics query for cosmosDB and getting the below error. ' operator: Failed to resolve table or column or scalar expression named 'requestCharge_s' If issue persists, please open a support ticket. Request id:…
Can I create RDS SSL certificate with additional FQDN suffix namespace
Hi, I have been asked by my organisation to create an RDS Remote Desktop Authentication certificate to enable SSL cert authentication The trouble is our servers have their own network connection used for management access and as such the DNS…
Azure Data factory Partition option DynamicRange failing when no rows from source to copy
Hi For copy activity when Partition option DynamicRange used with Polybase. When no rows/data to load to Synapse with above settings the copy activity is failing . The error reported is …
70-740: Installation, Storage, and Compute with Windows Server 2016
Some examen retires on junuary (70-740/70-741/70-742) January 31, 2021 at 11:59 PM Central Time. When Will be they be available again? What if you want to take these exames after with date?


Setting a automation trigger for a release in Azure Releases
Hello, I want to create a post deployment trigger to run our separate Azure Automation pipeline which is basically running the automation tests. Is this possible? Can you guide please? Kind Regards Jas

Need some advice about Hyper-V
Looking to do some hardware upgrades to the network at the company I work for this year and I am thinking about the possibility of migrating most of my servers to a new Hyper-V platform. I currently have 6 servers (2 x DC's, 1 x File server, 2 x SQL and…
AllowUpdateAddressSpaceInPeeredVnets
Hi, I have registereed for "AllowUpdateAddressSpaceInPeeredVnets" Preview feature and its in Pending State for last 48hrs. How long it takes to get this feature activated in subscription?

Logic app pulling SQL Sever data with on premise data gateway - response limits
Hello, I'm looking into using the on premise data gateway to pull data from an on prem SQL server for use with Logic apps. I was reviewing some documentation…