379,569 questions

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

AD Fun after user enforced shutdown

Hi All, I've got a problem with a server at a charity I volunteer at, where it appears one on the DCs at one of their remote site was shut down on the button. The following day, the server involved started complaining about a target account being…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,528 questions
asked 2020-07-29T18:15:21.4+00:00
Jools PB 96 Reputation points
answered 2020-08-06T07:51:08.703+00:00
Vicky Wang 2,731 Reputation points
0 answers

Errors in release mode debugging

When setting a UWP app to Release mode and attaching the VS debugger, I keep getting different errors. ` Unhandled exception at 0x00007FFA6872B37C (KernelBase.dll) in LPKPackageAppUWP.exe: 0xC000027B: An application-internal exception has occurred…

Universal Windows Platform (UWP)
asked 2020-07-25T18:47:01.277+00:00
Preveen 216 Reputation points
commented 2020-08-06T07:23:49.897+00:00
Roy Li - MSFT 33,166 Reputation points Microsoft Vendor
0 answers

Event ID 1023

CoreCLR Version: 4.6.27902.3 Description: The process was terminated due to an internal error in the .NET Runtime at IP 7907B0BE (78F00000) with exit code c0000005. Occurred while deploying a windows store app.

Universal Windows Platform (UWP)
asked 2020-07-25T23:27:25.467+00:00
Thomas Fischer 21 Reputation points
commented 2020-08-06T07:23:08.457+00:00
Roy Li - MSFT 33,166 Reputation points Microsoft Vendor
0 answers

Questions about GattLocalCharacteristicParameters and creating Characteristics

Hello, I'm creating a custom characteristic with the code below: GattLocalCharacteristicParameters scanStateCharacteristicsParameters = new GattLocalCharacteristicParameters { CharacteristicProperties =…

Universal Windows Platform (UWP)
asked 2020-07-16T19:45:53.727+00:00
Fabio Guaraldo 1 Reputation point
commented 2020-08-06T07:22:23.11+00:00
Roy Li - MSFT 33,166 Reputation points Microsoft Vendor
1 answer

How to control MapControl pushpin text from click events

I'm trying to use some pushpins I've added to my MapControl to be manipulated as desired but for some reason, my pushpin marker is not found despite being declared in XAML. In this instance, what would be the correct way to find the relevant items to…

Universal Windows Platform (UWP)
asked 2020-07-19T00:04:16.907+00:00
Apptacular Apps 386 Reputation points
commented 2020-08-06T07:21:48.67+00:00
Roy Li - MSFT 33,166 Reputation points Microsoft Vendor
1 answer

How to add title text view in MasterDetailsView

Is there a way to add a text view above the list in the master page of a MasterDetailsView? I can't seem to find any components allowing me to do this Expected result Current result XAML https://pastebin.com/yAEJ6BaV

Universal Windows Platform (UWP)
asked 2020-07-20T18:25:47.163+00:00
Apptacular Apps 386 Reputation points
commented 2020-08-06T07:15:31.283+00:00
Roy Li - MSFT 33,166 Reputation points Microsoft Vendor
0 answers

Headless App Bypass Package Violation Error App Store

I am running into the following error when I upload my msix installer for submission to the Windows store: Package acceptance validation error: The package file Forum-x64-v2.1.0.4.msix specifies a headless app. You don't have permission to create a…

Universal Windows Platform (UWP)
asked 2020-07-28T15:30:24.08+00:00
Matt 1 Reputation point
commented 2020-08-06T07:12:15.117+00:00
Roy Li - MSFT 33,166 Reputation points Microsoft Vendor
1 answer

how make a program to manage the PC

Hello. I want to make a program to manage the PC. Like screensavers, active directories. Q1. Only authorized users can use the PC. The lock screen is displayed and the lock is unlocked online with the specified ID and PW. When the usage time…

Universal Windows Platform (UWP)
Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,772 questions
asked 2020-07-31T01:25:55.047+00:00
Victor Jo 1 Reputation point
commented 2020-08-06T07:11:13.747+00:00
Roy Li - MSFT 33,166 Reputation points Microsoft Vendor
1 answer

Hotmail is unable to recover

Hi team, From some day last week, i kept receiving a message on my Iphone saying that i need to re-enter my password for my hotmail address (cowcow1114@Anonymous .com) which has been setup as Email already; however, when i entered it, it shows that…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,716 questions
asked 2020-08-06T06:41:01.43+00:00
Chloe Chen 1 Reputation point
answered 2020-08-06T07:09:28.527+00:00
Leon Laude 85,786 Reputation points
2 answers

How to generate program Inventory logs in event viewer

Hello, Good morning, Have tried to generate the program Inventory but no luck.

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,061 questions
Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,835 questions
asked 2020-08-03T21:14:03.373+00:00
shiv raj kr 1 Reputation point
commented 2020-08-06T07:07:33.403+00:00
Jenny Yan-MSFT 9,336 Reputation points
3 answers

azure analysis service: how to start and pause service with on premise powershell

Hello All, I need your help. I have an azure analysis service that I want to start and pause at different times of the day. I want to use Powershell to execute a script to do this task. Do you know how I can do it? Thank you for your help

Azure Analysis Services
Azure Analysis Services
An Azure service that provides an enterprise-grade analytics engine.
452 questions
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,521 questions
asked 2020-07-29T22:53:27.977+00:00
H. Laguide 1 Reputation point
commented 2020-08-06T07:04:43.957+00:00
PRADEEPCHEEKATLA-MSFT 89,466 Reputation points Microsoft Employee
1 answer

Variable image height in Nested Grid UWP

I want to show multiple images one after one vertically. That's why I've implemented Nested grid. It works fine for same height images. but different height images it looks odd because in nested grid height set according to first item height. Here is my…

Universal Windows Platform (UWP)
asked 2020-07-01T18:09:04.59+00:00
Md. Zakir Hossain 21 Reputation points
commented 2020-08-06T07:03:09.88+00:00
Roy Li - MSFT 33,166 Reputation points Microsoft Vendor
1 answer

azure app proxy to access the on-premise API question

Hi, I have a Web API hosting in on-premise. now we have a native app needs to call this API from internet, here is what I did create a app proxy for this on-premise API, follow the article:…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,716 questions
asked 2020-08-04T05:45:23.737+00:00
admin 1 Reputation point
answered 2020-08-06T06:56:05.897+00:00
soumi-MSFT 11,776 Reputation points Microsoft Employee
2 answers

New active directory for group of comapnies

The situation - one group of small comapnies. The main DC will be located at the cloud. each company will have 1 dc or 2 in office replicated from cloud. what is the best way to implement the new active directory ? each company with separate…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,745 questions
Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,528 questions
asked 2020-07-28T08:28:52.053+00:00
Harel 1 Reputation point
commented 2020-08-06T06:52:23.393+00:00
Daisy Zhou 23,426 Reputation points Microsoft Vendor
1 answer

Certificate install on CIV chip

Hi Team, I am trying to install a SmartCardLogon certificate into CIV chip and getting below error while installing the certificate. Below is my code: CX509Enrollment objEnroll = new CX509Enrollment(); try { …

Windows Server Security
Windows Server Security
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Security: The precautions taken to guard against crime, attack, sabotage, espionage, or another threat.
1,835 questions
asked 2020-08-05T20:57:27.617+00:00
R, Babu 1 Reputation point
answered 2020-08-06T06:49:31.977+00:00
Teemo Tang 11,411 Reputation points
4 answers One of the answers was accepted by the question author.

C#, WPF Desktop, set focus to a textbox after mouse button click

Hello, Is there a way to set the focus on a TextBox control after a mouse click on a button? Right now, I'm taking the long way around. Button click. Delete Textbox Set the focus because length is 0, but works well.

Windows Presentation Foundation
Windows Presentation Foundation
A part of the .NET Framework that provides a unified programming model for building line-of-business desktop applications on Windows.
2,772 questions
asked 2020-08-05T06:28:42.077+00:00
Markus Freitag 3,786 Reputation points
accepted 2020-08-06T06:45:47.167+00:00
Markus Freitag 3,786 Reputation points
1 answer

FileNotFoundException when using abfss to list files in Azure Databricks!

Hi team, I am trying to connect to ADLS2 using hadoop configurations: But when I am trying to use FS commands to list all the files on the path, i am getting File not found exception: import org.apache.hadoop.fs.{FileSystem, Path} …

Azure Data Lake Storage
Azure Data Lake Storage
An Azure service that provides an enterprise-wide hyper-scale repository for big data analytic workloads and is integrated with Azure Blob Storage.
1,466 questions
Azure Databricks
Azure Databricks
An Apache Spark-based analytics platform optimized for Azure.
2,174 questions
asked 2020-08-04T18:22:18.177+00:00
Goel, Akanksha 66 Reputation points
commented 2020-08-06T06:44:29.74+00:00
PRADEEPCHEEKATLA-MSFT 89,466 Reputation points Microsoft Employee
1 answer

File server Migration 2008 to windows 2016

Hi, Can I directly upgrade my file server running on 2008 to 2016? during upgrade OS it will upgrade file server roll too? And what about shared folder security & permission, It will remain same or need to do something more. we are using SAN…

Windows Server Storage
Windows Server Storage
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Storage: The hardware and software system used to retain data for subsequent retrieval.
650 questions
asked 2020-08-06T04:15:51.437+00:00
satya mahapatra 11 Reputation points
answered 2020-08-06T06:33:44.957+00:00
Teemo Tang 11,411 Reputation points
4 answers

Server Updating over GPO

Hello to everybody, I'm planning to create a GPO in order to download and install Microsoft Update on my server infrastructure. My idea is that once a week, scheduled task reboot automatically the servers but they should be ready to install the…

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,387 questions
asked 2020-07-30T07:55:29.877+00:00
Davide Cordani 1 Reputation point
answered 2020-08-06T06:21:48.533+00:00
Davide Cordani 1 Reputation point
1 answer

Windows Server disabled start menu icon.

Hi, I have an issue when I try to pin a program to the start menu. The initial pin on the menu is fine - the icon fires up the relevant program when I run it. However if I try to reposition the icon some where else on the start menu it becomes…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,745 questions
asked 2020-07-23T15:51:45.513+00:00
WardH 61 Reputation points
commented 2020-08-06T06:17:39.903+00:00
Andy YOU 3,076 Reputation points