Keyboard on RD Client in new Ipad Air
How do I access the standard keyboard? The only keyboard that appears is the special function keyboard?
Intune: Configure Settings to a user not a device
Hello, I want to set some settings to a group of users, and not to a device. For Example: Setting Wallpaper for Group A is different to Group B - or - I want to disable PC Settings for Group A and NOT for Group B. I have applied a Configuration…
Failed to upgrade MIM from version 4.5.412.0
Hi Experts, I am having a weird issue while upgrading MIM to latest version. The current version which is being used is 4.5.412. I have tried all the possibilities to have latest build in my environment, But all landed with same error. Error 2749:…
Can't create custom connector in Azure portal
Since two consecutive days I am not able to create a custom connector resource via azure portal. When looking into Service Health I don't see any outages worldwide that may could be a hint for this. Any idea why I am receiving this? …
Windows Server 2016 Datacenter - User mode crash dumps are created when 'run as administrator' - permissions settings?
I have a test C++ application that I've used for years that will create a crash dump on memory access violation. When I run it as a user that is supposed to have elevated privileges, there's no crash dump file created and I get a "popup"…
Sending message to IOT Hub when there is no network connection
I use asyncio python function and send the messages using client.send_message_to_output function. The scenario is when the connection fails or resets it saves the data and sends it once the network is available again. But it not going into any exceptions…
Unable to enable Azure Sql Server auditing to send audit logs to a storage account that is behind firewall.
I have a storage account that is behind firewall(allows access only from a specific network). Now i am trying to enable audit setting from Azure sql server to send its audit logs to that storage account. but getting below error. "Failed to save…
Calling method error
I have asked calling method before, and the thread gets messy (disorganized). Now I am starting a new thread with new issue. I put public void InsertActivity() in public class GlobalMethod , which does not belong to any form. In Form1, I try to call…
Windows server 2019 drive size not correct
Hello, I'm facing an issue with a server which has a F drive which displays that 25 GB are used but when I check on other tools like TreeSize or WinDirStat it shows that it has only 5 GB used. I've been looking for a solution to this issue for a…
Mapping drives in Windows 10 pro
Po zaktualizowaniu Windows 10 pro (wersja 10.0.19041 kompilacja 19041) system utracił połączenie do wszystkich zamapowanych dysków sieciowych. Pojawia się komunikat - Wystąpił błąd podczas ponownego łączenia z (ścieżka) Microsoft Windows Network: nazwa…
C# How to eject the mobile hard disk
Mobile hard disk is USB interface。 The following function can only eject the U disk, not the mobile hard disk。 public static List<string> GetMoveDisk() { List<string> lstDisk = new List<string>(); …
Sharing a folder so users can only see all of the contents within
Hi, I would like to know how to Share a folder on our network so users can only see all of the contents within that folder and not the actual folder name. For example if I am setting up a G: drive on the domain and want to share the folder called 'Share…
Can WMI be used to listen the event of formating volume?
I want to perform some action once I receive the event of fomating a specific volume, can I use WMI to achieve my goal? I can use WMI to detect the volume is Arrival or Removal by registering Win32_VolumeChangeEvent class. Below is the example how to…
Issues with Windows Server 2012 Updates after new install
Can't get windows or WSUS updates to work on Windows Server 2012 fresh install. Have tried reinstall of windows, deleting softwaredistribution, but no luck. Any suggestions? Thanks, Jeff
Exchange 2019, problem sending email from all clients
Hi, I'm stuck with a strange problem for days now. Last month i installed a fresh 2019 echange on premise server. After installation, got the mailflow working, tested it form phone and owa, all works fine. 2 days ago i was beginning with the…
Help with WindowsUpdate Log and failing updates
This is what our Windows Update Log looks like. How can I find out what updates are failing? How can I fix this? 2021/01/04 05:18:51.7024360 2188 4216 Shared InitializeSus 2021/01/04 05:18:51.7026985 2188 4216 IdleTimer Non-AoAc…
Can't listen on anything but localhost (ASP MVC Framework IIS Express)
I'm unable to get a .Net Framework MVC project to listen on anything except localhost. If I change <IISUrl>http://localhost:2319/</IISUrl> to <IISUrl>http://eadev:2319/</IISUrl> my project won't even load. I…
Tutorial need for WSUS APIs to Create Custom Reports
HI, We are using windows 2012 server for wsus. Now we have planned to create separate computer group for Work from home users in the WSUS server. We need to create custom report for particular computer group every month with approved updated…
CreateProcessAsUser redirect the output of command execution to file but output file contains chinese characters are written as “?”
I have used CreateProcessAsUser and redirected command execution result to file, but in output file Chinese characters are written as "?". Command: net user Here is the code snippet SetConsoleOutputCP( CP_UTF8 ); PROCESS_INFORMATION pinfo; …
20H2 Client loosing all device configuration policies
I have some 20H2 Clients which are loosing using all Intune device configuration policies after a while. In the DeviceManagement-Enterprise-Diagnostics-Provider Log I can see the error: Error ID 455 "MDM ConfigurationManager: Caller did not…