MDS 2017 derived hierarchy permission issue
Hello, for my MDS model I've setup User Group permission for derived hierarchy members. The type of groups are Active directory groups. This works fine for members of that active directory group when browsing the entity using the MDS…
Web request not going through with TLS 1.2 enabled in registry in C# application
I have a C# windows application and I am trying to make a web request on a URL using HttpWebRequest. I have enabled TLS 1.2 in the registry at below location …
WPF: how can we restrict TextBox only allow entry 25 Characters?
I am using Maxlength property of textbox in WPF UWP Windows app. This property is working on laptop in both PC and tablet mode but it is not working on touchscreen tablet. How to implement maxlength peroperty for touchscreen tablet. Please suggest.
Sharepoint Online JSOM API Taxonomy bug - renamed term returns old value
Hello, I would like to share what I think is a SPO bug. I use JSOM to get all terms in the TermSet. As I don't want to hard-code any specific ID, I search for a termset by name: var termSetListFuncArea =…
deploy winform application connected to MSSQL server
hello all , i have now completed building my first ever simple winform application which is aimed for data entry. the application is built using visual studio 2019 connected to MSSQL server 2012 which is installed on my system. i need to now…
App service time zone does not change it.
Hi. I have some problems about setting timezone. My app service is running on Linux service plan. I have tired many ways to change timezone. I got some information from community. and I tried those things. app setting WEBSITE_TIME_ZONE =…
Get Azure VM Boot Diagnostics and filter some string to print out to the console using powershell.
Get Azure VM Boot Diagnostics and filter some string to print out to the console using powershell. I have used the below script using parameters : param( [Parameter(Mandatory=$true)] [string]$vm, [Parameter(Mandatory=$true)] …
SCCM 2006 Reporting Services Point on a separate server
Hi Fellow Engineers! I dislike the rabbit holes that Microsoft documentation puts you down to get a simple step by step guide on installation. I tip my "virtual" hat to those who make "how to guides" and I appreciate that. In…
UEV SharePoint Libraries
Hi, I am trying to create a UEV Template which should backup the synced SharePoint libraries by OneDrive. The goal is that the users don't have to resync every library if they get a new PC. I found out that the libraries are saved here in the…
Mismatch in data from Azure EventHub Capture using Python consumer for AccountLogon Event 4776
Hi, I am using Python EventHubConsumerClient to retrieve AccountLogon data (Event 4776) from Azure EventHub Capture container. But I am getting mismatch in data Example: 'properties': { 'RecordId':…
Remote Desktop Services - published applications - wrong File Type Association
Hello, we are publishing Microsoft Office apps from Winodws Server 2012 R2 to windows 10 clients via GPO /webfeed URL which is working fine. FileType assoziations are set to remote apps. e.g. users opening an local excel file causing to open RDS Excel…
Visual Studion 2019 Build Tools Offline Installer feed error
Hello! I have got this problem twice. I need to install modern Visual Studio 2019 Build Tools in the isolated location. On the Internet-connected PC I have made the offline install folder using this command: vs_buildtools__605930698.1593373046.exe…
lock automaticly the session computer if some one tuch mouse or keyboard in our absence
Hi, i'm working on a free script, that help people to lock there session if forget, the script not need the right admin, and look the session if same one touch keyboard or mouse, when we return, just press the secret key chosen before, and the…
Powershell: Add object to an array in a function
I need to make a script that writes user id's with certain attributes to a csv file. Before I lookup all the attributes I want to collect the user id's from different sources into an array. When I add the first users to the array, the array is holding…
can visio be installed on surface pro x
I am having issues installing MS Visio on a new surface pro x? When attempting to install the application, a message with "Error Code: 30182-44 (2)" pops up. I have searched the various forums and knowledge base sites without any success.
Freshly created 'Start/Stop VM' runbook is nowhere to be found
Hi, noob here. I've created 'Start/Stop VM' runbook here: https://portal.azure.com/#create/Microsoft.StartStopVMSolution Now, it's not shown among other resources, but it must be somewhere, because when I try to create it again, I get the…
Problem Binding Xaml and ViewModel
hello together, I have an issues on binding a command to a menu context.action. working with ItemTapped in code behind works, but I want to use a binding directly to corresponding ModelView, to implement more likely MVVM. I am in a ListView of…
Visio - Find and Replace Issue
Hi, I am working on Visio ERD, when I find and replace, the shapes text are replaced, but database properties Column names still not changed, what should I do? Thanks / Luqman
Windows Server 2016 System Handles continually growing!!
Hello, we have an HP Microserver running Windows Server 2016. Recently we noticed the server being non-responsive. After doing some digging, we've noticed the System handles growing over a period of a couple of days to giant numbers and causing the…
Azure API Management request url whitelisting instead of IP address
Hello, In Azure API management we can successfully Restrict caller IPs (https://learn.microsoft.com/en-us/azure/api-management/api-management-access-restriction-policies) using <ip-filter action="allow | forbid"> …