380,635 questions

Sort by: Updated
1 answer One of the answers was accepted by the question author.

a problem with my C code

i got a problem with this code, not sure what's the problem would appreciate the help. void Ex5() { double x, ans; int n; printf("Enter a real number >>> "); scanf_s("%lf", &x); printf("Enter a…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,732 questions
asked 2020-12-03T10:52:12.137+00:00
ROG 21 Reputation points
commented 2020-12-03T15:44:50.67+00:00
Barry Schwarz 2,901 Reputation points
1 answer One of the answers was accepted by the question author.

Convert test to integer in SSRS Reporting/Microsoft Visual Studio

I'm trying to convert 88000000000.0000000000 /L to an integer with 10^9. The number is stored in the database as a text field. I tried CInt but when I run the report I get an #ERROR where the number should be displaying. Thank You for your help in…

SQL Server Reporting Services
SQL Server Reporting Services
A SQL Server technology that supports the creation, management, and delivery of both traditional, paper-oriented reports and interactive, web-based reports.
2,924 questions
asked 2020-12-03T12:58:34.983+00:00
Kimmie25 121 Reputation points
accepted 2020-12-03T15:44:22.81+00:00
Kimmie25 121 Reputation points
1 answer One of the answers was accepted by the question author.

How to check Azure Admin role membership modifcation report/logs

I have to audit Azure Admin role membership modification. Can anyone tell me how to export that report for any specific admin role(i.e. Authentication Administrator). @Anonymous Please help.

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,788 questions
asked 2020-12-03T09:16:36.923+00:00
Saurabh Sharma 121 Reputation points
commented 2020-12-03T15:24:19.043+00:00
AmanpreetSingh-MSFT 56,611 Reputation points
2 answers One of the answers was accepted by the question author.

Fatest way to access and REST API for 200K times using HTTPCLinet

we are trying to access an API endpoint for 200K times. we are able to access it without an error with the following code snippet: private static HttpClient clinet = new HttpClient(); public static async Task Main() { string auth_token =…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,559 questions
asked 2020-11-25T05:45:39.723+00:00
Ankarao 21 Reputation points
accepted 2020-12-03T15:24:14.013+00:00
Ankarao 21 Reputation points
4 answers One of the answers was accepted by the question author.

Exchange 2016 keep hung up

Hi, We have an Exchange 2016 server on premise (on Hyper-V) that keep hung up once a week or so. Users can't send or receive emails when that happened; we can still ping the server ip address, but we can't connect via the Hyper-V Manager, RDS, or…

Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,633 questions
asked 2020-11-30T16:06:03.6+00:00
Tee356 386 Reputation points
accepted 2020-12-03T15:20:41.963+00:00
Tee356 386 Reputation points
1 answer One of the answers was accepted by the question author.

Regulatory Compliance

hello Expert, I'm currently looking at the Regulatory Compliance standard with Azure Security Center especially around the NIST SP 800-53 controls and I noticed a lot of the controls have "Microsoft implements this System and Communications…

Azure Policy
Azure Policy
An Azure service that is used to implement corporate governance and standards at scale for Azure resources.
889 questions
asked 2020-11-30T19:11:06.88+00:00
Shola Lawani 531 Reputation points Microsoft Employee
accepted 2020-12-03T15:12:21.287+00:00
Shola Lawani 531 Reputation points Microsoft Employee
3 answers One of the answers was accepted by the question author.

Intune | Windows Hello For Business | SCEP AADJ WHFB Certificate

Hello, I try to apply Windows Hello for Business using this article: https://learn.microsoft.com/en-us/windows/security/identity-protection/hello-for-business/hello-hybrid-aadj-sso-cert At the almost last step "Create a SCEP Certificate…

Microsoft Intune Configuration
Microsoft Intune Configuration
Microsoft Intune: A Microsoft cloud-based management solution that offers mobile device management, mobile application management, and PC management capabilities.Configuration: The process of arranging or setting up computer systems, hardware, or software.
1,897 questions
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,788 questions
asked 2020-10-23T10:55:51.383+00:00
Oscar 172 Reputation points
answered 2020-12-03T15:01:58.59+00:00
Mike Stone 1 Reputation point
2 answers One of the answers was accepted by the question author.

sqlcmd options on print / display

Hello i need some help with sqlcmd utility at linux I have this select statement, but it display both at start with the ----- 1> select 'grant select on ' + name + ' to READONLY' + CHAR(10) + 'go' from sysobjects where type = 'U' or type =…

SQL Server
SQL Server
A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.
13,818 questions
asked 2020-12-02T21:51:02.873+00:00
helena Matos 61 Reputation points
accepted 2020-12-03T14:51:27.58+00:00
helena Matos 61 Reputation points
4 answers

Orchestrator 2019 error when using Exchange User Integration Pack

When adding a configuration to Exchange User Integration pack in Orchestrator 2019 im getting the following error: Installing and Deploying the IP was no Problem. .NET Framework 3.5 is allready installed. Any idea what i can do?

System Center Orchestrator
System Center Orchestrator
A family of System Center products that provide an automation platform for orchestrating and integrating both Microsoft and non-Microsoft IT tools.
229 questions
asked 2020-08-19T10:15:00.867+00:00
Stefan W 1 Reputation point
answered 2020-12-03T14:41:24.913+00:00
Wilson Sekiguti 6 Reputation points Microsoft Employee
4 answers One of the answers was accepted by the question author.

How to get the last day of the quarter

Hi All, I have a CALENDAR_DATE , based on this date i want to create the LAST_DAY_OF_THE_QUARTER_IND ,please advice, Thanks

Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,639 questions
asked 2020-12-01T21:01:46.643+00:00
blackhills 136 Reputation points
accepted 2020-12-03T14:13:30.567+00:00
blackhills 136 Reputation points
1 answer One of the answers was accepted by the question author.

How many device can connect to IoT Hub at the same time

Hi, i want to ask how many azure iot device can connect to iot hub to send and receive msg at the same time. Thank for your support

Azure IoT Hub
Azure IoT Hub
An Azure service that enables bidirectional communication between internet of things (IoT) devices and applications.
1,190 questions
asked 2020-12-03T04:41:58.483+00:00
long dao thanh 81 Reputation points
accepted 2020-12-03T14:13:13.467+00:00
long dao thanh 81 Reputation points
1 answer

C# Console Delete Directory With any username

Ok so basically I am making a spoofer to unban you from FiveM and its going good and it works but not everyone is gonna have my username on my desktop so for example if its C:/Users/nicov/ and theres is C:/Users/richard/ it wont delete the folder for…

C#
C#
An object-oriented and type-safe programming language that has its roots in the C family of languages and includes support for component-oriented programming.
10,931 questions
asked 2020-12-03T05:28:37.74+00:00
Nico Verdetto 1 Reputation point
answered 2020-12-03T14:05:33.377+00:00
RLWA32 45,571 Reputation points
1 answer

Getting 403 error when trying to read PowerApps List in Microsoft Graph Explorer.

Using GET https://graph.microsoft.com/v1.0/sites/{site-id}/lists/{list-id} in Microsoft Graph Explorer to read PowerApps List, but I a getting 403 error. However, I can read the same list using the same user in Visual Studio console project with CSOM.

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
12,036 questions
asked 2020-11-30T12:26:51.877+00:00
Janardan Kortikere 1 Reputation point
commented 2020-12-03T14:00:00.403+00:00
Janardan Kortikere 1 Reputation point
1 answer One of the answers was accepted by the question author.

Exchange 2010 on premise <Hybide> Exchange online

Hi there, Is it possible to do the Exchange 2010-based hybrid deployment?? Thanks

Microsoft Exchange Online Management
Microsoft Exchange Online Management
Microsoft Exchange Online: A Microsoft email and calendaring hosted service.Management: The act or process of organizing, handling, directing or controlling something.
4,530 questions
Exchange Server Management
Exchange Server Management
Exchange Server: A family of Microsoft client/server messaging and collaboration software.Management: The act or process of organizing, handling, directing or controlling something.
7,633 questions
Microsoft Exchange Hybrid Management
Microsoft Exchange Hybrid Management
Microsoft Exchange: Microsoft messaging and collaboration software.Hybrid Management: Organizing, handling, directing or controlling hybrid deployments.
2,103 questions
asked 2020-12-02T02:50:41.413+00:00
Will 616 Reputation points
accepted 2020-12-03T13:54:29.207+00:00
Will 616 Reputation points
1 answer

Can't get static linking to work

I have a simple solution testing modules using MSVC in C++20 preview features. It works fine with dynamic linking, but if I change code generation to /MT or /MTd it won't link. There are no external libraries outside the solution. There is a static…

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,732 questions
asked 2020-11-29T16:25:06.257+00:00
Roger1297 1 Reputation point
commented 2020-12-03T13:51:46.707+00:00
Darran Rowe 916 Reputation points
2 answers

Completed 70-743 exam but did not recieve my certificate

Completed 70-743 exam but did not receive my certificate

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
39,192 questions
asked 2020-12-03T13:22:19.707+00:00
Rahul 1 Reputation point
answered 2020-12-03T13:44:47.83+00:00
Philippe Levesque 5,796 Reputation points
2 answers One of the answers was accepted by the question author.

ADFS 3.0 Customizing Update Password Page

I have to customize the update password page for ADFS 3.0, such that after updating the password, custom message can be added, instead of the default message - "Your Password is successfully updated." I have tried updating…

Active Directory Federation Services
Active Directory Federation Services
An Active Directory technology that provides single-sign-on functionality by securely sharing digital identity and entitlement rights across security and enterprise boundaries.
1,262 questions
asked 2020-11-27T11:40:35.423+00:00
Sengupta, Amrita 26 Reputation points
answered 2020-12-03T13:36:57.827+00:00
Sengupta, Amrita 26 Reputation points
2 answers One of the answers was accepted by the question author.

Unable to resize VM (D2s_v3 -> D2s_v4)

Hi, I'm trying to resize a VM from a D2s_v3 to a D2s_v4 but I'm getting the following error: "Unable to resize the VM '<vm_name>' since changing from resource disk to non-resource disk VM size and vice-versa is not allowed." Any…

Azure Virtual Machines
Azure Virtual Machines
An Azure service that is used to provision Windows and Linux virtual machines.
7,901 questions
asked 2020-10-06T12:44:39.657+00:00
João Récio 21 Reputation points
commented 2020-12-03T13:36:20.85+00:00
Maximilian Spring 1 Reputation point
1 answer

How add programmatically sub menu item in flyout menu (Shell)

I want to add Sub Items at the Flyout items at shell. As i see, there is no way to add them by code easily. Any way to create a custom menu adaptative for each user when they log in?

Xamarin
Xamarin
A Microsoft open-source app platform for building Android and iOS apps with .NET and C#.
5,353 questions
asked 2020-12-03T12:15:56.267+00:00
ntzz 1 Reputation point
answered 2020-12-03T13:31:32.277+00:00
JarvanZhang 23,961 Reputation points
3 answers One of the answers was accepted by the question author.

Azure AD Guest User - Can't acces TeamS

So simple task it is - create a guest user inside AD tenant and then add him to one of domains teams, inside TeaMs app. Still I've got stuck and need some help. Firstly I've created test, guest user in Azure AD admin panel. Received an invite to test…

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
10,134 questions
asked 2020-10-06T14:37:59.083+00:00
Oleksandr Borodai 101 Reputation points
answered 2020-12-03T13:25:56.43+00:00
JeffReed@AST 1 Reputation point