I have an on-prem application (packaged as windows installer and written in .Net) in which I need to provide silent updation i.e., updation to this application should happen in background. I wrote some code in to do that basically first download the…
The 'Authorization' sample of TSS.NET of TSS.MSR is running fine as console application, when I run the visual studio in admin mode.
But when I use the same code in an UWP application by using Microsoft.TSS nuget, I am getting exception as…
I'm trying to figure out what this generic description of malware means, googling it didn't turn up much
https://www.microsoft.com/en-us/wdsi/threats/malware-encyclopedia-description?name=Behavior%3aWin32%2fPersistence.DQ!ml&threatid=2147737492
I'm…
Let's say we have a PC station (windows 10) joined to Active Directory and there is a user that signed in.
I have an application (client layer connects straight ahead to database). Currently, The application prompts for login / password upon start,…
I'm looking for a way to read and set security permissions on an object (OU or users/computers) in Active Directory on Windows Server 2008+. The same way that Delegation by using Active Directory Wizard does it? I would like to be able to choose OU…
Is there a easy way to see which underlying malware provider is handling the requests for Antimalware Scan Interface? Win32 call or registry key?
Windows Server 2019
Basically I want to create my shared memory with the equivalent of UNIX 600 permissions. How would I do this in Windows?
I think when I call CreateFileMapping I would need to pass a LPSECURITY_ATTRIBUTES
object that I set using…
As described here, COM objects can be created using New-Object -ComObject ProgID.
With the same steps we can create COM object with ProgID wscAPI.WSCProductList.1. But we see no methods are available whereas there are few as per docs here. Why these…
I am trying to get my IIS 7.5 to impersonate the account of the user accessing a site through a browser.
If I use...
it works just fine. However, if I use...
…
I have continues login request on windows server 2016.
Each time it requested different IP address,also the countries where we don't have user for sure,because we have only a 10 users in one country in one office only,we sure all in One country . I…
I use CredUIPromptForWindowsCredentials to get user credentials, but credential dialog don't show domain name if user write login like this mydomain\UserName or UserName@mydomain.local. How to show domain name in in credential dialog as at…
I am working on some application that needs to access the windows network shares. I have some functionality broken in my app if I run it as a system service. The same logic works fine when I run my app as an Administrator. This made me curious to…
I am trying to Install windows security patches on a remote machine using powershell remoting.
When i run the script on a local host, the script is successful in installing windows security patches.I have setup both the loaclhost and remote machine…
I'm encountering the "Window Security",after entering the url of the webpage. Any way to deal with this using any kind of script or selenium tools?
When I use this line the driver stop working cause of the…
I have a local git repository which is upstream from another local git repository. When I pull from the upstream repository to the downstream one, I want the Windows file permissions on a particular file to be preserved after the update. I attempted…