AADConnect - User object syncs to AADConnect metaverse, but is not exported to AzureAD.... only one user, 500+ other objects sync fine
Hi All, AADConnect syncing a forest with approx 500 user objects. One recently added user will not sync - and i cant work out why. it is in the same OU as all the other objects that get exported - and thats the only filter that has been…
Unable to add 32-bit Azure DocumentDB ODBC data source
Hello, I am trying to load data from an Azure Cosmos DB into an Excel 2019 spreadsheet. I started by using a data source created with the 64-bit version of the Microsoft Azure Document DB ODBC Driver and was getting errors (architecture mismatch)…
Patch request in SCIM with Azure AD
How should I handle the following PATCH request, for a user that when initially added didn't have any address (not even an empty addresses array)? { "schemas": [ "urn:ietf:params:scim:api:messages:2.0:PatchOp" ], …

Azure Enterprise Agreement
Where can i find a copy of my initial Enterprise Agreement?

Stay signed doesn't work!
How many times will you ask this question over and over after I choose "Yes"? The same here. It asks me every time when I login. I have already confirmed my email, I think, six times! Is it not enough? Do I have to do this every time? …


Outdated results for SCCM 2012 queries
Whenever I run a query, the results are horribly outdated. The Last Login Time Stamp shows as months ago even though I know the systems are being logged into more recently. I mainly use the queries to obtain the current versions of installed software,…
Porting a dll frm 32 to 64 bit
I ported a 32 bit dll with some functions inside called from Excel VBA to 64 bit. Environment is Windows 10 64 bit + Visual Studio 2019. I started a new "Solution" with a single "Project" in freshly installed Visual Studio 2019 and I…
[Win7ProSP1x64] Unable to install any updates starting from KB4343900
Hello, everyone I've got into situation when the latest cumulative updates failed to install. I decided to hide the problematic updates until there was no suggested update to install by Windows Update. And here's how my hidden updates list looks…
May printing this FlowDocument be simplified?
I've an ICommand, PrintReport. Its execute function does this: void printReport(object o) { var dialog = new PrintDialog() { CurrentPageEnabled = true, UserPageRangeEnabled = true }; if (dialog.ShowDialog() == true) …
Help! - Security Group Scope Nightmare
EDIT/UPDATE: Here is a summary of the two things which we saw in our environment which should not happen: Computers no longer saw themselves as a member of several security groups. Group scopes were changed from Domain Local to Universal to Global…
differences in local and online MABS volume
hello! I need to make sure that my cloud backups are ok. I use Azure Backup Server to back up local VMs. I found that the cloud storage is much smaller than the local storage. Locally, the MABS Server shows the VM at 430GB, but online…

Communication Services SMS
Does anyone know when this will be available in Australia?

SCOM Dynamic Group Computer + Watcher based on different class object
Is there some tweak to make a dynamic group which will contain e.g. Windows Computer + HealthServiceWatcher objects based on discovery of some other class, e.g. Print Server Role I tried with something like that for Windows Computers for first but it…
"An item for the same key has already beed added." SDL Trados, MemoQ and more app
Hello, I'm creating the translator API from the azure portal. I am trying to add this API as a plugin in applications such as SDL Trados, MemoQ. But this "An item for the same key has already been added." gives the error. I have deleted and…
Restructuring Tabule Model in SSAS
Hi Experts, I am working on creating new SSAS models and designing power bi reports from them. For now I could connect through Power BI to Tabular Model created but need few suggestions: Can move the Columns in tabular model in different folder? …
SharePoint Custom List - Column Description to Tooltip
Hi, I am looking to establish if there is a fairly simple means by which to display the text included in the 'description' field of a Custom List column as a tooltip on the New & Edit forms (rather than as a default line of text under the column).…
SSIS - ETL to reject data based on col srting check
I want to check one of the field data of a .csv files column and check existence of certain set of string and based on exists or not direct the data to table1 or table2. Say if I want to check the existence of if "positive" then Pos, if…
Loading a font with multiple files?
It is possible to load a font from the LocalState directory: textBlock.FontFamily = new FontFamily("ms-appdata:///Local/angsa.ttf#Angsana New"); But what if there are multiple files for the font: angsa.ttf (normal) angsai.ttf (italic) …
How to catch OnFrameLoadedStart event ?
Hello & Thanks ; KidSafeBrowser CefSharp .vb WinForms I want to catch CefSharp event before requested page actually loads . I think that's Private Sub OnFrameLoadedStart(Object sender , FrameLoadStartEventArgs args ) { …
Windows vscode python Azure Deployment Failed
I am trying to deploy Azure functions through visual studio code (vscode). It's worked for months without fail. Recently, I tried adding a new function and it failed. I've tried a few solutions including: removing the most recent function making as…