Unsupported Segment Type returned on GraphAPI callRecords
I have an active GraphAPI subscription to /communications/callRecords which is successfully returning the callid for calls. When attempting to get the call details using the following request: …
Upgrade a W2K16 version 14393 server to version 16299.
Hi everyone! How do I upgrade a W2K16 version 14393 server to version 16299? Is there a downloadable SP available? Thanks.
Windows VM OS 2003 on Hyper V to do DR using ASR
Hi I have few Servers running windows 2003 with Windows legacy Software running on Hyper V on premise., it needs to be Replicated using ASR., will this be supported ? PLEASE NOTE the Windows cannot be upgraded as application dependency.
W2K19 server reboots automatically.
Hi everyone! We have 2 DCs W2K19 that reboot itself today, even after we set manual updates using sconfig.cmd tool. That´s not the first time and there is no GPO applied about Windows Update. 2020-12-09 17:29:00 The process…
MDT upgrade inplace 7to10 so strange issue
Hi all, if someone can help me, i do a simple upgrade inplace task to upgrade win 7 pro to windows 10 edu and install some software. i have a lot of 0x80004005 error but one is almost done, but the windows 10 installed is PRO version and in my…
Azure Sanbox for learning not able to activate
I try to activate Azure Sanbox for learning and i get below message This module requires a sandbox to complete. A sandbox gives you access to Azure resources. Your Azure subscription will not be charged. The sandbox may only be used to complete training…

SpeechTranslationConfig.setSpeechSynthesisOutputFormat() in Java SDK doesn't work
Hi I'm trying Java Speech SDK 1.14.0 for speech translation on Android. I use SpeechTranslationConfig to create a TranslationRecognizer: AudioConfig audio = AudioConfig.fromDefaultMicrophoneInput(); SpeechTranslationConfig config =…


What is the purpose of Global (Default policy for all users in the tenant) policy in Azure Information Protection?
Could someone please explain why do we need Global policy in Azure Portal -> AIP -> Policies? The point is that I'm reading the official docs, but still can't understand how it influences the Office apps. For example in "MS 365…
Azure AD Connect - Source Anchor Change
Hi, We are migrating users from one forest to another forest and using single Azure AD connect to sync onpremise accounts with Azure. Currently both forest using "Object GUID" as source anchor in AAD connect. Is it recommended to change…
Process.Start() is not working for VB Forms application
Hi, I am using command line syntax and saving output as text file using ">" switch to current user profile as: wmic product get Description, InstallDate, Version > C:\Users\%UserName%\Documents\AppList.txt When I use the same command…
Authenticator got confused by Amazon
Both Amazon.com and Amazon.cn can enable 2FA with Microsoft Authenticator. However, Authenticator cannot recognize these two from each other and always overwrite one with the other one like below. Enroll Amazon.com 2FA on Authenticator successfully,…
Moving AZ AD Connect from on-prem DC to DC in Azure
Hello, I would like to get some advise on a task I am about to perform. First, a little background: I've been migrating few on-prem servers to Azure. This includes also an on-prem DC. I've already spin up a VM in Azure, joined to domain, promoted to…
SCOM Alert id with Alert name and time when generated
Hi, Need help with the powershell. I am able to retrieve the Alert name but please help me with more description like its alert id and the time when the alert generated in the same script. Regrads, Ravi
Lync 2013: some external clients disconnect after 4-5 minutes
We have implemented a classic scheme with 4 internal servers and 2 edge servers. Recently, a user contacted me - that when he calls from home(skype for bussines for MAC), the connection is broken every 4-5 minutes. First, I looked at the SIP logs and…
We are able to see user with user type "None"
We have able to see one user with user type "None" in our azure tenant. Its not user type Member or Guest. Question is, In which scenarios it shows user with type "None"
I would like to understand why people are acquiring my Store app for free.
Hello, I am an app developer, I submitted an app in the Store. The app is not free, it is currently unavailable to customers, but the reports from the Developer Dashboard show that it's being acquired for free. The app is "List Hub" …
Azure Logic App connector for Teams - Forbidden.
Hi all, I am trying to test a simple integration between Azure Sentinel and Teams. In my current setup I try to use the Post Message connector from Teams - https://learn.microsoft.com/en-us/connectors/teams/#post-a-message-(v3)-(preview). However,…
Unable to download Microsoft certification - 70-483 - Programming in C#
Hi, I have recently completed the Microsoft exam - Programming in C# (70-483). My MCID: 990701390 and passed the exam on December 08, 2020. I am unable to download the certification from Microsoft/learnings (Dashboard). Could you please share me the…

WS2K19: "An Active Directory Domain Controller Could not be Contacted"
Hi, thanks for your attention. I manage a domain that was created on a windows server 2003 r2 (a lot of years ago). Later, the functional level was rised (to WS2K3 r2) to add another domain controler (windows server 2012 std). I trespassed the FSMO…
Powershell scriptin help
$users =(Get-Group "SelectedUsersGroup").members $users |Get-Recipient | select-object aprimarysmtpaddress |Export-Csv c:\temp\userlist.csv Then I have to manually format the userlist.csv remove the white spaces, etc. and run the below…