377,880 questions

Sort by: Updated
2 answers

PowerShell - Textbox Input and dropbox Check if filled or not

my PowerShell script is a GUI script that ask user to fill the form with their names and location and contact. then when they press the ok Botton missing txt box or dropdown box (combobox) if not filled then show message box to tell which one missing…

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,517 questions
asked 2020-08-03T19:45:47.967+00:00
iDr_Tech 1 Reputation point
answered 2020-08-20T01:45:51.557+00:00
5 answers

run a remote EXE with argument, from a user share but have the command run on the server that the share resides on, not local machine.

I have an executable that requires an argument to follow it, namely a root directory. I have the executable installed with i's dependancies on a server. A user will add content to the root directory, and then need to execute the exe. However, to…

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,517 questions
asked 2020-08-03T12:23:22.54+00:00
Carl Jeffreys 1 Reputation point
answered 2020-08-20T01:42:38.42+00:00
2 answers

Error Parameter Cannot be Found When Using Get-WindowsUpdate

When I tried to install a certain patch in Windows Server 2016 using below command, I encounter error. Get-WindowsUpdate -Install -KBArticleID 'KB4022161' The error is: Get-WUList : A parameter cannot be found that matches parameter name 'Install'. At…

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,517 questions
asked 2020-08-03T02:55:12.15+00:00
Hirzarul Affendi 1 Reputation point
answered 2020-08-20T01:39:12.273+00:00
2 answers

I want to update an ip in a rule in windows firewall using a command, how to do it?

I have n number of servers on which I have setup a rule "Office Ip" for allowing access to server from my local machine. Now I want to add my local static ip in "Office Ip" rule setup on every server of mine using a command. For…

Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,017 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,517 questions
asked 2020-08-01T14:22:38.437+00:00
Nik Mayekar 1 Reputation point
answered 2020-08-20T01:38:24.177+00:00
2 answers

Rescheduling Exam (DA-100)

Hi, I have a question on rescheduling my exam. I understood the current situation about your system, however, I cannot find a correct phone number for rescheduling my exam. My country is Hong Kong so may I know how to reschedule my exam via phone?

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,517 questions
asked 2020-08-01T04:44:07.297+00:00
Tommy Tam 1 Reputation point
answered 2020-08-20T01:38:09.643+00:00
1 answer

Couldn't register WMI __EventConsumer

My PC environment is Windows 10 Enterprise Evaluation, Build 17763.rs5_release.180914-1434 When I entered this command $consumer = ([wmiclass]"\.\root\subscription:CommandLineEventConsumer").CreateInstance() in Powershell (Run as…

Windows 10
Windows 10
A Microsoft operating system that runs on personal computers and tablets.
11,538 questions
asked 2020-08-11T08:17:17.277+00:00
Pei Yao-Chang 1 Reputation point
answered 2020-08-20T01:32:18.607+00:00
2 answers

create vpn profile on windows xp , embedded standard , 7 by powershell script

Hi ! i made powershell script for create vpn profile on Windows 10 , but this script doesn't work on windows xp , embedded standard and 7 . our pos system still using windows those windows version. and we need using L2TP client vpn of Cisco Meraki ,…

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,361 questions
Windows 10 Network
Windows 10 Network
Windows 10: A Microsoft operating system that runs on personal computers and tablets.Network: A group of devices that communicate either wirelessly or via a physical connection.
2,344 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,517 questions
asked 2020-08-11T00:57:24.723+00:00
Aaron EOM 0 Reputation points
answered 2020-08-20T01:24:28.863+00:00
1 answer

Claiming my badge

Hello, I was not able to login to my account within 90 days of taking my Microsoft Office Certification. I am just wondering if there is anyway that I can still claim my badge and view my certificate. Please let me know.

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,984 questions
asked 2020-08-20T01:13:21.41+00:00
Nathan Funke 1 Reputation point
answered 2020-08-20T01:17:02.41+00:00
Anonymous
2 answers

Migration of AD and DFS from 2008 R2 to 2016

Hi all, I have an AD in 2008 R2 server and user data like Desktop, Documents are saving in DFS 2008 R2 server. DFS-N server and DC are on the same server. Now I want to migrate both AD and DFS servers to 2016. So, my question is which one I need to…

Active Directory
Active Directory
A set of directory-based technologies included in Windows Server.
6,496 questions
Windows Server Migration
Windows Server Migration
Windows Server: A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.Migration: The process of making existing applications and data work on a different computer or operating system.
427 questions
asked 2020-08-14T10:19:24.323+00:00
Ajith Borra 116 Reputation points
commented 2020-08-20T01:04:29.373+00:00
Fan Fan 15,336 Reputation points Microsoft Vendor
2 answers

Windows Server 2019/ 2016 GPO - User Logon Powershell

Hey there, I attempt to config GPO to add a Registry data in Client desktop when user login to the Domain. my Server is windows server 2019 and 2016, my client is windows 10. normally it is simple thing, but I face the problem. I found out an article…

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,733 questions
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,361 questions
Windows Server 2016
Windows Server 2016
A Microsoft server operating system that supports enterprise-level management updated to data storage.
2,500 questions
Windows Server
Windows Server
A family of Microsoft server operating systems that support enterprise-level management, data storage, applications, and communications.
13,017 questions
asked 2020-08-16T08:16:02.073+00:00
Will 616 Reputation points
commented 2020-08-20T01:03:59.597+00:00
Fan Fan 15,336 Reputation points Microsoft Vendor
2 answers

dvd-rw burner errors

90K5-82AE-KZ8P-H5AM-L1C5-24WX-- 80CA-20C7-18P7-9P05-M2X9-8AWK-- Windows 8 6.2 AMD64 Wow64Process Nero Version: 21.0.2.8 Internal Version: 21,0,2,8 Recorder : <HL-DT-ST DVD+-RW GT80N> FW version: A103 - HA 1…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,984 questions
asked 2020-08-16T01:46:57.11+00:00
Chance Driscoll 1 Reputation point
answered 2020-08-20T00:48:25.17+00:00
Andrew Eckrich 16 Reputation points
1 answer One of the answers was accepted by the question author.

.net Rest Service running in Azure Kuberneste Service need to access Azure key vault protected with AAD

Hi All, Please let me know if my below design works fine I have a .net Core Rest service running in Azure kubernetes,this .net service need to access the Azure keyVault (protected with Azure Active directory ) to get access the Key and Secrets. I…

Azure Kubernetes Service (AKS)
Azure Kubernetes Service (AKS)
An Azure service that provides serverless Kubernetes, an integrated continuous integration and continuous delivery experience, and enterprise-grade security and governance.
2,090 questions
asked 2020-08-16T04:13:44.29+00:00
Amar-Azure-Practice 661 Reputation points
accepted 2020-08-20T00:36:25.27+00:00
Amar-Azure-Practice 661 Reputation points
1 answer

Australia East to Japan East Latency

Hi The Australia East to Japan East latency (VM to VM) I'm seeing is around 162ms - which is also stated here: https://learn.microsoft.com/en-us/azure/networking/azure-network-latency I'd like to use ExpressRoute Global Reach between the Sydney…

Azure ExpressRoute
Azure ExpressRoute
An Azure service that provides private connections between Azure datacenters and infrastructure, either on premises or in a colocation environment.
370 questions
asked 2020-08-16T02:18:46.597+00:00
MarkAusten 1 Reputation point
answered 2020-08-20T00:15:05.34+00:00
TravisCragg-MSFT 5,681 Reputation points Microsoft Employee
1 answer

Using Visual C++ 6.0

Using the c++ command gets(Data[Point].Comment); to input data from the keyboard and enter into a variable where the variable Comment is part of a structure. The program just ignores, no error or anything. Have the pre-defined library #include…

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,710 questions
asked 2020-08-19T17:16:35.62+00:00
Sid Kraft 21 Reputation points
commented 2020-08-20T00:08:43.103+00:00
Barry Schwarz 2,826 Reputation points
1 answer

Win 10 &amp; Xbox Game Pass (Beta)

Hi all does anyone know what Services,Apps,Programs ect Win10 users to run Xbox Game Pass (Beta) & work property

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,984 questions
asked 2020-08-19T23:25:32.057+00:00
ste@nufc 56 Reputation points
answered 2020-08-20T00:02:25.267+00:00
Anonymous
1 answer

Moving old MCSE certificates from old email to a new email

Hello, I have an old email that already working and have MCP, MCSA, MCSE certificates. But i want to change the email i was using to another one to be able to continue gaining new certificate using the new email. How i change that.. I want to access…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,984 questions
asked 2020-08-19T23:09:37.247+00:00
Eng. Ahmed 1 Reputation point
answered 2020-08-19T23:21:24.307+00:00
Anonymous
2 answers One of the answers was accepted by the question author.

Azure AD Connect Hybrid Join AD

Hi, I need confirmation on enabling Hybrid Join AD through Azure AD Connect. I understand that once Hybrid Join AD is configured in AAD Connect, the selected(scoped) containers containing Computer accounts will be Synchronised to AAD and the…

Microsoft Entra ID
Microsoft Entra ID
A Microsoft Entra identity service that provides identity management and access control capabilities. Replaces Azure Active Directory.
21,587 questions
asked 2020-08-19T04:12:57.693+00:00
Edy 216 Reputation points
accepted 2020-08-19T23:07:49.917+00:00
Edy 216 Reputation points
2 answers One of the answers was accepted by the question author.

vs 16.7.2 update = No Toolbox. How to get back ? Today ?

Hello & Thanks ; I just installed MS Visual Studio Community 2019 Version 16.7.2' , and now there is no Populated ToolBox window . Only this msg: "There are no usable controls in this group . Drag an item onto this text to add it to…

Windows Forms
Windows Forms
A set of .NET Framework managed libraries for developing graphical user interfaces.
1,888 questions
asked 2020-08-19T14:55:06.357+00:00
vmars316 621 Reputation points
commented 2020-08-19T22:45:50.823+00:00
Bonnie DeWitt 811 Reputation points
2 answers One of the answers was accepted by the question author.

Aged Data Not Removed in SQL Server Temporal History Table

ENVIRONMENT: SQL Server 2017 Enterprise running on Windows Server 2016 Standard Test Case: Create 2 identical temporal tables (differ only by name) where 1 table has HISTORY_RETENTION_PERRIOD set to 1 day. The other table is set to…

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,740 questions
asked 2020-08-17T19:18:34.237+00:00
Ed Woo 21 Reputation points
accepted 2020-08-19T21:29:40.58+00:00
Ed Woo 21 Reputation points
1 answer

No puedo descargar y me da error

Faltan correcciones importantes de seguridad y calidad en el dispositivo. 2020-08 Actualización acumulativa para Windows 10 Version 1909 para sistemas basados en x86 (KB4565351): Error 0x800f0831 Tengo este problema con esta actualizacion acumulativa…

Not Monitored
Not Monitored
Tag not monitored by Microsoft.
38,984 questions
asked 2020-08-19T20:23:52.037+00:00
JORGE LUIS NOGUERA CONTRERAS 1 Reputation point
answered 2020-08-19T20:45:11.537+00:00
Anonymous