361,226 questions

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

Check Internet Connectivity using Powershell

Hello, I want to make a powershell script to test is the server have internet connectivity or not by doing ICMP to 8.8.8.8 for example and the script will return 1 if get reply and 0 if not get the reply. Anyone know here how to make that script?

Windows Server PowerShell
Windows Server PowerShell
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.PowerShell: A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
5,454 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,302 questions
asked 2024-07-19T00:53:03.6533333+00:00
Handian Sudianto 4,431 Reputation points
accepted 2024-07-19T03:03:09.7233333+00:00
Handian Sudianto 4,431 Reputation points
3 answers

SQL Statement taking long to execute

I have two SQL Databases that is on the same SQL server but on one database it only takes 4 seconds to complete the SQL statement but on the other SQL database it takes 25 minutes to complete. Both databases uses the same SQL elastic pool and I don't see…

Azure SQL Database
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,309 questions
SQL Server Transact-SQL
SQL Server Transact-SQL
SQL Server: A family of Microsoft relational database management and analysis systems for e-commerce, line-of-business, and data warehousing solutions.Transact-SQL: A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
66 questions
Transact-SQL
Transact-SQL
A Microsoft extension to the ANSI SQL language that includes procedural programming, local variables, and various support functions.
4,597 questions
asked 2024-07-15T03:15:50.06+00:00
WingHong Shiu 5 Reputation points
commented 2024-07-19T03:02:24.1166667+00:00
Samuel Inagalur 0 Reputation points
0 answers

Facing issue in scaffold item identity

i have been trying to add identity in my package but when i do i face this kind of error  There was an error running the selected code generator: 'Package restore failed. Rolling back package changes for 'eCommerceWebApp'.' i have tried to clear…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,378 questions
asked 2024-07-18T10:07:19.54+00:00
mutiullah yousfani 0 Reputation points
commented 2024-07-19T03:00:58.13+00:00
Brando Zhang-MSFT 3,446 Reputation points Microsoft Vendor
0 answers

Custom external lexcion does not work when calling TTS speech synthesis service using Java SDK

<speak xmlns="http://www.w3.org/2001/10/synthesis" xmlns:mstts="http://www.w3.org/2001/mstts" xmlns:emo="http://www.w3.org/2009/10/emotionml" version="1.0" …

Azure AI Speech
Azure AI Speech
An Azure service that integrates speech processing into apps and services.
1,544 questions
asked 2024-07-19T03:00:50.0033333+00:00
xin chen 0 Reputation points
2 answers

route table related to site-to-site vpn between on-prime and azure

I have the topology above. With the express router, I can see its route table with prefixes from both azure and on-prime, prefixes to on-prime with next-hop being on-prime bgp peer IP and prefixes to azure with next-hop being VGW peer IP. It seems…

Azure VPN Gateway
Azure VPN Gateway
An Azure service that enables the connection of on-premises networks to Azure through site-to-site virtual private networks.
1,448 questions
asked 2024-07-19T01:39:50.88+00:00
Gongya Yu 170 Reputation points
answered 2024-07-19T02:59:06.31+00:00
Gongya Yu 170 Reputation points
1 answer

Update DriveItem of SharePoint

We have done the SharePoint Integration using MSGraph API. Now, by using the given API: https://learn.microsoft.com/en-us/graph/api/driveitem-update?view=graph-rest-1.0&tabs=http can only able to update the name column, can we also update the values…

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,368 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,247 questions
asked 2024-07-18T09:27:19.1666667+00:00
Akshith Reddy Thalla 100 Reputation points
answered 2024-07-19T02:57:58.2533333+00:00
Emily Du-MSFT 43,996 Reputation points Microsoft Vendor
0 answers

How to register app to use WNS in microsoft partner center

I have added an app to microsoft partner center and I want to register WNS for this app. I have navigated to WNS/MPNS under product management category,and there is a message saying: In order to manage your WNS configuration, you must be logged in with…

Microsoft Partner Center
Microsoft Partner Center
A Microsoft website for partners that provides access to product support, a partner community, and other partner services.
928 questions
Microsoft Partner Center API
Microsoft Partner Center API
Microsoft Partner Center: A Microsoft website for partners that provides access to product support, a partner community, and other partner services.API: A software intermediary that allows two applications to interact with each other.
329 questions
Microsoft Entra
Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,517 questions
asked 2024-07-19T02:56:56.96+00:00
Hossam Fares 5 Reputation points
0 answers

How to load images initially into a view

I have an MVC Core project, where I'm working on a page for editing product inventory for an online store. I have everything done for CRUD operations. But I don't know how to load images initially. I know in classic ASP.net I use isPostBack. but for MVC…

ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,378 questions
asked 2024-07-19T02:56:37.7366667+00:00
Coreysan 1,651 Reputation points
1 answer

MS Graph search in Path not finding results

I've been trying to create a search function that will look in MS Graph Sharepoint to find a file within a specific folder. Consider the following search/query endpoint body: https://graph.microsoft.com/v1.0/search/query { "requests": [ …

Microsoft Graph
Microsoft Graph
A Microsoft programmability model that exposes REST APIs and client libraries to access data on Microsoft 365 services.
11,368 questions
SharePoint
SharePoint
A group of Microsoft Products and technologies used for sharing and managing content, knowledge, and applications.
10,247 questions
asked 2024-07-18T11:40:36.1166667+00:00
Stan 0 Reputation points
edited an answer 2024-07-19T02:56:06.36+00:00
Haoyan Xue_MSFT 22,231 Reputation points Microsoft Vendor
0 answers

How to fix Unexpected character encountered while parsing value: <. Path '', line 0, position 0. when connecting to Exchange Online via powershell

I am running the latest exchange online management module version 3.5.1 and have powershellget 2.2.5 and packagemanagement 1.4.8.1 installed. When I run the Connect-ExchangeOnline cmdlet I get the following error message:

Microsoft Exchange Online
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,372 questions
PowerShell
PowerShell
A family of Microsoft task automation and configuration management frameworks consisting of a command-line shell and associated scripting language.
2,302 questions
asked 2024-07-19T02:55:55.5166667+00:00
YM 0 Reputation points
1 answer

Change On Premise AD Attriburte (msExchHideFromAddressLists)

I want to hide the all user mailbox for specific OU in the AD on Premise. I know how to do this on the exchange server, but I noticed in AD there is an attribute msExchHideFromAddressLists that is set to TRUE. I want to use powershell to hide all user…

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,490 questions
asked 2024-07-18T18:32:45.3533333+00:00
Emilio Baez Cintron 0 Reputation points
answered 2024-07-19T02:54:33.73+00:00
Jake Zhang-MSFT 3,100 Reputation points Microsoft Vendor
1 answer

Bitlocker issue with my corrupted partition

hi team, i recently enabled bitlocker for one of my partition. and the partition got corrupted and not able to recover my files and unlock the bitlocker too . got struck . thanking you!!

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,062 questions
asked 2024-07-18T14:24:20.8366667+00:00
lokesh kumar 0 Reputation points
answered 2024-07-19T02:53:45.0066667+00:00
S.Sengupta 17,136 Reputation points MVP
1 answer

SSRS asking user credential when accessing on a different domain

Hi guys! Im having an issue on SSRS, when I access the SSRS on my virtual machine I can access it because I setup it on my virtual machine. However, when I access it on different domain it asked a user credentials. I want it to be accessible on different…

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,869 questions
asked 2024-07-17T07:37:22.9833333+00:00
Bryan AUSAN 0 Reputation points
commented 2024-07-19T02:53:28.4533333+00:00
Bryan AUSAN 0 Reputation points
0 answers

Azure AI search displaying inaccurate results

I am using Azure AI search for my Blob storage files, but even files that do not contain the search string are being displayed as search results with a score. I am unsure of why this is happening and would like to know how I can fix this issue. Can…

Azure AI Search
Azure AI Search
An Azure search service with built-in artificial intelligence capabilities that enrich information to help identify and explore relevant content at scale.
855 questions
asked 2024-07-19T02:53:09.4366667+00:00
ISHII Masato(石井 雅人) 0 Reputation points
3 answers

How to fix the issues all settings or connections are good place find the screenshot below

How to fix the issues all settings or connections are good place find the screenshot below

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,309 questions
asked 2024-07-18T13:05:13.5866667+00:00
Anandhswarupp 45 Reputation points
answered 2024-07-19T02:51:48.49+00:00
MikeyQiaoMSFT-0444 1,755 Reputation points
3 answers One of the answers was accepted by the question author.

How to release host name reservation of App Services, Storage Account and Key Vault after deleting them

I tried to recreate app service, storage account in another tenant but keep getting error about the names have been already taken. After some research, I found out that there is a host name reservation for a period of time after you delete app service…

Azure Storage Accounts
Azure Storage Accounts
Globally unique resources that provide access to data management services and serve as the parent namespace for the services.
2,907 questions
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
7,351 questions
asked 2023-06-21T08:17:51.3166667+00:00
Dung Tan Hoang Nguyen 65 Reputation points
commented 2024-07-19T02:49:05.95+00:00
Ben Yang-楊家維 0 Reputation points
2 answers

Teams and one drive

One of our users had their email name edited. The onedrive section in teams started to give a 404 error. One drive and teams works individually Please assist

Microsoft Teams
Microsoft Teams
A Microsoft customizable chat-based workspace.
9,577 questions
OneDrive
OneDrive
A Microsoft file hosting and synchronization service.
961 questions
asked 2024-07-18T09:38:56.04+00:00
Abdullah Akojee 0 Reputation points
answered 2024-07-19T02:48:54.81+00:00
LiweiTian-MSFT 16,690 Reputation points Microsoft Vendor
1 answer One of the answers was accepted by the question author.

Syntax question when testing an element name in javascript

I have some lines of Javascript in my view, as follows: let dropzoneElement1 = document.querySelector((".dz1"); updateThumbnail(dropzoneElement1); let dropzoneElement2 = document.querySelector((".dz2"); …

.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,613 questions
ASP.NET Core
ASP.NET Core
A set of technologies in the .NET Framework for building web applications and XML web services.
4,378 questions
asked 2024-04-03T18:46:58.0766667+00:00
Coreysan 1,651 Reputation points
accepted 2024-07-19T02:48:25.2066667+00:00
Coreysan 1,651 Reputation points
0 answers

Microsoft Entra ID to AD sync user on Azure AD syn to on primise AD Server which both have existing User

I have use Microsoft Entra Connect: Cloud sync: Microsoft Entra ID to AD sync configuration if i have user on my Azure AD and i want to syn to on premise AD Server is this possible like that because when i try to syn user to on premise it not working do…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
20,517 questions
asked 2024-07-19T02:47:50.6+00:00
Long Makara 0 Reputation points
1 answer

How to disable Notifications from SysTray icons via Group Policy Management on multi-user domain computers?

Hi, I'm looking to disable Toast Notifications and hide systray icons on a few presentation computers on our domain that are used by multiple users. I believe I need to create a GPO to change the configuration at the computer level instead of the user…

Windows
Windows
A family of Microsoft operating systems that run across personal computers, tablets, laptops, phones, internet of things devices, self-contained mixed reality headsets, large collaboration screens, and other devices.
5,062 questions
asked 2024-07-17T17:50:04.5766667+00:00
JE_BuffaloIT 0 Reputation points
answered 2024-07-19T02:46:27.11+00:00
Ian Xue (Shanghai Wicresoft Co., Ltd.) 34,116 Reputation points Microsoft Vendor