Project output type forced to "Windows Application"
I have a .Net Core 3.1 C# project that is and has always been a Console Application, but all of a sudden Visual Studio claims that it is a Windows Application and I cannot change it (or rather, I can change it but Visual Studio changes it back to Windows…
Developer technologies | Visual Studio | Other
MS Teams Hardware Certification
Hi: According to the How To Join page about the Skype for Business certification program, all programs listed in the devices category are "Not seeking partners." Does this mean both two certification levels: Certified for Skype for Business…
Microsoft Teams | Microsoft Teams for business | Other
Logic apps - MS teams - action Post adaptive card in a chat or channel is throwing error
Hi, I am trying to send the adaptive card to Team channel. But when I ran the flow I get - { "error": { "code": "InstallFlowTeamsAppRequestFailed", "message": "Failed to install the Power Automate app…
Azure Logic Apps
Cannot backup BitLocker Keys to AAD
Hello, I am working with a Hybrid environment. Generally in the past, after enrolling a device in intune, I have been able to backup the BitLocker key to their AAD using the GUI or powershell commands. Recently the option has stopped showing in the GUI…
Microsoft Security | Intune | Other

Azure AD Domain Service - Bind user issue
Hello Team, I have installed and configured Azure AD Domain services and enabled successfully LDAP externally. from LDAP.exe when i try to bind user with credential getting below error. 0 = ldap_set_option(ld, LDAP_OPT_ENCRYPT, 0) res =…
Microsoft Security | Microsoft Entra | Other
How to upload a .pyd file format onto the server?
Hi, I'm new to SQL Machine Learning Server and also quite new to Python. Currently my company is acquiring SQL Machine Learning Server to deploy AI models onto the server. The AI Model that i am working on right now is being developed by an…
SQL Server Analysis Services
SQL Server | Other
Can't create process isolation mode docker container using Server 2022 Preview 1
I have Windows Server 2022 Preview (1?) installed as my host. I was hoping to create a container with process isolation mode but I can't get a machine image. The latest as of today (6/29/2021) is 10.0.20344.1 whereas the machine I am using is running…
Windows for business | Windows Server | User experience | Other
NAT for SMTP relay server
I would like to connect an 365 EOP to on-prem SMTP relay server using a NAT system. The on-prem exchange server 2016 doesn't have a public IP. What could be the best way to do it?
Exchange | Exchange Server | Management
Windows for business | Windows Server | User experience | Other
New Database file for SCCM
Dear all, I want to know the best way to handle SCCM database. As my SCCM Database size is approx 50GB now and i am thinking to create a new database file and attach it along with an existing one so that the previous one size stop growing more. Please…
Microsoft Security | Intune | Configuration Manager | Other
HttpChannel im Server
class Program { static void Main(string[] args) { HttpChannel channel = new HttpChannel(8090); ChannelServices.RegisterChannel(channel, false); …
Developer technologies | C#
azure data factory get metadata not filtering by last modified date
I'm trying to find if a file exists in blob storage using the get metadata function, but only if has been modified in the last 5 minutes.. I am using the following settings: This sends the below json: `{ "dataset": { …
Azure Data Factory
Certification Validity
Hi Team, I completed my exam on June 30th, 2021 but the validity showing till June 3oth 2022 but same exam one my friend also wrote but for him, the validity showing 2 years please help with this Thanks Siva Linga Prasad G
Community Center | Not monitored

Graph API delegation issue
We are having issue in the Graph API delegation. In aplication level- Graph API access used whch has ability to read all site collection document at tenant level But here the user who does not have access to the site collection will be able to read…
Microsoft Security | Microsoft Graph
How to Prevent Users to change the Onedrive auto startup and KFM setting?
Dear Frenz, We have deployed Onedrive to 10K users across our Organization. THe issue here is some of the users are stoping the Onedrive auto start and changing the KFM setting from Desktop/DOcument/Pictures folders. As checked, we can user User…
Microsoft 365 and Office | OneDrive | For business | Windows


Macro for automatic overview of yesterday (with slicers, pivot table and pivot chart)
Hey, I have a problem with my macro for automatic selecting yesterday (so tomorrow i want an overview of today, or simple day -1). And this overview has to be in the setup like the attached picture "capture.jpg". So it's a worksheet…
Developer technologies | Visual Basic for Applications
Personal Picture in Office 365 cannot sysnc with TEAMS.
when I update picture in office 365 owa, the change doesnot sync with TEAMS client. please advise us how to fix it.
Microsoft Teams | Microsoft Teams for business | Other
Office online Server - WacSvWW.cab is corrupt and cannot be used
Dear All, We are running a Windows Server 2016 and trying to install Microsoft Office Online Server (downloaded from VLSC office 2019). We keep receiving below errors, any ideas?
Windows for business | Windows Server | User experience | Other


"Unknown block type. Stream might be corrupted." in VB.net vs2013
In the below code, am getting an error "Unknown block type. Stream might be corrupted.". am passing BLOB value as parameter (pbyCompressStream).. Public Function DecompressStream(ByVal pbyCompressStream As Byte()) As Byte() Dim Value As…
Developer technologies | VB
Send telnet email from .bat
Hi dear colleagues, i try to send an email from cmd but i would like to script in a bat file: telnet mail.internal.ent.com 25 mail from:@ent.com RCPT TO:@ent.com data Subject:Test . but i dont know how, so please could anybody help me? …
Windows development | Windows API - Win32
Transform an object in a XDocument with xmlns
Actually I transform an object to a XDocument with this function public XDocument ToXDocument() { var xDocSerialized = new XDocument(); using (var writer = xDocSerialized.CreateWriter()) { var serializer =…