ADOMD.NET Connection ignores User ID property when connecting to SSAS on-premise over native connection, not http
We are trying to execute MDX statements from .NET Framework 4.5 application. It works if windows identity that App pool runs as has access to the cube. According to the documentation…
Go SDK support Azure IoT Plug and Play
On the IoT Plug and Play documentation page, there are Connect a sample device to IoT Hub (C, C#, Java, Node.js, Python). Is there Go SDK support IoT PnP? Thanks
User's status
What status does the user account have in the active directory ?
Adding multiple lines of data to a Sharepoint online list
I have a sharepoint online site where we us a List to track my teams work (we use it for analysis purposes). Each team member initially logs the details into their own excel spreadsheet (template is identical to the List fields) and then when it is…


SQL Server Specialist option - Gold
If you look at this capture screen, To become Gold, it seems to say that after passing the 70-764, 70-765 certificate, one must do something called Technical Assessment Data Platform Foundational. Can you tell me exactly what that Technical…

Sharepoint 2016: MySite Profile Information section - User Profile Property display name not changing for the default properties
I modified the displayname of the default User Profile Property: Property: Office Display name: "Office" -> "Unit" This new displayname shows correctly if I go to edit any users profile in Central Admin, but when I go to…
Different results in different compilers C++
Hello, I have different results in different compilers. Is this undefined behavior? #include <iostream> using namespace std; int main() { int x = 4; cout << (x == 0) << (x = 0); return 0; } …

Microsoft Search
I am using SharePoint online where if I am search for some items from the service now in the Microsoft Search custom vertical. I am trying to restrict the article based on the user. If a user is contract employee he will not see the items and if he is…

Reference Manager Recent list empty
When I run Visual Studio 2019 (Community edition) as an administrator (which I have to do to get it to work), the Reference Manager's Browse > Recent list remains empty, ie. it doesn't store the history of references I add to projects. Any…
I'm trying to get week using ISO_Week. The issue is all dates are there but 1 day is missing like 25-Dec .
Hi @Anonymous I'm trying to get week using ISO_Week. The issue is all dates are there but 1 day is missing like 25-Dec .
intune ad connector stopped sync suddenly
we have two Intune AD connectors configured on dedicated win 2016 servers. the servers were working fine until Sunday (successful deployment was done on Friday and last sync is on Sunday morning), however now this is failing to sync to Intune. The server…
NSG on every VM
Hi all, We have very big issue with performance in azure. Guy who designed our environment has installed 10 VM and created new NSG for every VM. Now we have 10 different NSG's. Is this best practice to have multiple or it is better to have one? …

AZURE MFA for VPN authentication
Hi, Is there any document to explain how MFA can be configured for 3rd party (guest) users. Currently we use Azure MFA to do the second authentication for our internal SSL VPN users who need to access the network. I was just wondering if we could set…

SCCM Report Query
Hello, I'm trying to create my first custom report and I feel like I am close but am struggling to figure out the last bit. Basically what happens is when I try to add the field for…
File sync and On Prem Windows Server Storage Requirements
With Azure Storage File Sync does the on premises server that it is synching with have to have direct attached storage or can it be iSCSI or even a network drive to a NAS?

VB.NET CANNOT Connect Remotely to a MariaDB (on Web Server)
I have downloaded the 'MySql.Data.dll' (version 8.0.15) and have the following set up to connect (remote access) to a MariaDB on my web server: Imports MySql.Data.MySqlClient Dim MysqlConn As MySqlConnection Dim COMMAND As MySqlCommand …
OLEDB connection string to AG read-only replica Application Intent read only
using System; using System.Data; using System.Data.OleDb; class Program { static void Main() { string str = "Provider=SQLOLEDB;Data Source=myaglist;Initial Catalog=mytestdb;" + "Integrated Security=SSPI;application…
DBMS re-installation
Im trying to re-install the DBMS and Im curious that in the case of If there are existing DB files and only DBMS is being re-installed, do they affect existing DB files?
Display a collection from another class
Hi everyone. There is a WPF application and a collection exists in one of the classes ObservableCollection. In the current view, so that the ListBox displays the contents of the collection implements the following process: public someClass() { …