How to get the approle ID automatically provisioned for an Enterprise app
I am using the graph api to automate the install of an Azure Enterprise application for AWS SSO. The last thing I need to automate is the User/Group assignment. I can't seem to find anywhere in the graph or within powershell where I can list all the…
Microsoft Security | Microsoft Graph
How to Check for bigest Numeric Value in a Text Box with many Values
i have a text box with many numeric values from deferent columns in a data grid i would like to check from the highest numeric value `in the textbox to the least and change these specific values to "1", "2" or "H1",…
Developer technologies | C#


hi, please can you help me i lost my phone. and i was using (Microsoft authenticator app) and i did not backup and i cant use my twitter account need authentication code. and how can skip i cant get it please help ..............
![70292-152128002-256883335935876-5482508427601831955-n.jpg][1]![70210-152128002-256883335935876-5482508427601831955-n.jpg][2] [1]: /api/attachments/70292-152128002-256883335935876-5482508427601831955-n.jpg?platform=QnA [2]:…
Microsoft Security | Microsoft Authenticator
TELEFON NUMARASI GÜNCELLEME SORUNU
Merhaba. Sistemde kayıtlı telefon numarasını artık kullanmıyorum ve yeni numaramı sisteme kayıt da edemiyorum. Yedekleme için girdiğim e-posta adresime de herhangi bir nuamra değişikliği maili gelmiyor. Sadece eski telefon numarama kod gidiyor fakat…
Community Center | Not monitored
should i buy vs 2019 or wait until the next version?
i checked microsoft store. it listed vs 2019. in the past microsoft always upgraded the version every 2 years. should i buy vs 2019 or wait until the next version get released?
Developer technologies | Visual Studio | Other
I have a azure Vpn gateway in my subsctiption with standard sku. i ahave configured site-to-site and point to site configured(ssl and ike2v2). now i cannot change the sku to basic. can anybody help?
I have an azure Vpn gateway in my subscription with standard sku. i have configured site-to-site and point to site configured(ssl and ikev2). now i cannot change the sku to basic. can anybody help.
Azure VPN Gateway
[C#][COSMOS SDK V3] Get item from container without partition key
Hi, How to get item from cosmos DB using SDK v3 with out providing partition key, its giving below error Thanks, Sravan kumar
Azure Cosmos DB
Developer technologies | C#
What is the differences between int* and IntPtr ?
Just curious about the difference of those things in C# : int* and IntPtr ? And also : int varTest = 123; IntPtr PT = (IntPtr)(&varTest); int* PointerTo = &varTest; long LongAdd = (long)PointerTo; int IntAdd =…
Developer technologies | C#
Auto Groo of Data file messsage in Sql server 2017
Hello, I have Sql Server 2017 and currently set up in SIMPLE Recovery model but we will setting in FULL recovery Model with TLog backup set up. I see the message in Sql serve error log: "Autogrow of file 'HZ_Data' in database 'HZProd' took 80576…
SQL Server | Other
ADF: While extracting data from JDE source system to Azure Blob/ASQL data is missing for some days.
Hi Team, While extracting the data from JDE source system at on premise to Azure we found one strange issue is that some data is missing. For example: when we try to extract the data from 01-Jan-2021 to 31-Jan-2021 in between for few days data is…
Azure Data Factory
Windows Server 2016 giving permission error.
Dear Team, One of my servers is giving permission errors. Where I have checked with all domain admin rights with the same ou and different OU but no luck. I have checked with the local admin its working fine but when we login with any domain ID…
Windows for business | Windows Client for IT Pros | Directory services | Active Directory
Windows for business | Windows Server | User experience | Other
Microsoft für Studenten auf Mac Version 10.11
Guten Abend, ich habe gestern die Studentenversion für etwa 150 euro erworben. Allerdings habe ich erst nach dem Kauf und nach dem Download festgestellt, dass ich diese Version leider nicht benutzen kann auf meinem Mac. Weil ich einen Mac 10.11 habe.…
Community Center | Not monitored
Unable to pull the group membership report from parent domain
Unable to pull the group membership report from root domain after removing one of the tree domain where the group involves members from other domains. Getting attached error message for the reports that we pull for the groups that contain users from…
Windows for business | Windows Server | User experience | PowerShell
Free tier isn't actually free?
Attempted to create a compute resource Windows 2016 virtual machine. But second step requires addition of disk space lists $12+ a month. The only way to get a "Free" virtual machine is to pay $12 i.e. $144/year? Is there a FREE compute resource…
Azure Virtual Machines

rdsweb and authentification
hello i am using a smart card to identify myself on the rdweb server. But I have to re-authenticate myself when I launch a remotapp. so I give my pin code. What should I put in place to remove this second authentication. thank you
Windows for business | Windows Server | User experience | Other
Populate Azure groups with users from CSV.
Hi, I have a CSV file which contains Azure AD group names and users UPNs. The user and corresponding group are in the same row, for example: Group1 UserUPN1 Group1 UserUPN2 Group2 UserUPN1 Group3 UserUPN2 ... I need to…
Windows for business | Windows Server | User experience | PowerShell
Microsoft Security | Microsoft Entra | Microsoft Entra ID

After resizing Azure Linux VM, data in the attached datadisk is lost. Is it possible to recover?
I created Linux VM with attached 8GiB standard SSD datadisk (Not OS disk). Datadisk was mounted on the $HOME/datadrive. After resize operation of VM, data inside the data disk is gone. There were no any cautions about it. Isn't the purpose of…
Azure Virtual Machines
Azure Disk Storage
network service Account will be deleted from administrators
For entering my server login page in browser I need to add network service Account to administrators. but when I add it , after some days the network service Account will be delete from administrators and I have to add it manually again . my server is…
Windows for business | Windows Server | User experience | Other

SQL Server Express 2019 with Visual Studio 2019
I have a project with a SQL database that is deployed on a Server running SQL Server Express 2015. I now have a new server and I am trying to open the existing project in Visual Studio 2019 Community and deploy on the new Server via SQL Server Express…
SQL Server | Other
Repeating capture groups problem
I need to parse strings like these string[] steelShapes = new string[] { "C100X11", "C100X8", "C10X15.3", "C10X20", "C12X20.7", "C150X16", "C15X40", "C150X19" }; I need to…