Skip to main content
0 votes
2 answers
188 views

Does a means exist, ideally in or from VBA (directly or via Win32, PowerShell, VBS, WMI, or CMD call), to programmatically return / get the first Windows share name containing a fully qualified local ...
ebsf's user avatar
  • 211
1 vote
0 answers
826 views

I would like to be able to run commands on the command prompt on a windows pc from an Android phone. I am currently doing it by a wpf app on windows which listens for files with .dev in their file ...
User not found's user avatar
1 vote
0 answers
31 views

I have a Java method that looks at a folder on Windows share and delete any sub folder whose modification timestamp is 2 days or more ago. Basically delete stale directories as this is a staging ...
videoguy's user avatar
  • 1,968
1 vote
0 answers
37 views

After a user logs in to my web app (authenticating against Active Directory/LDAP) I need to connect to a windows network share on the same network (with their credentials/impersonating them) and ...
user177916's user avatar
1 vote
1 answer
538 views

Im trying to modify winshare permissions depending on yaml list that follows: Name: path: C:\sharepath Full: - DOMAIN\USER - DOMAIN\USER2 I have imported that list to my ansible code - ...
Nav's user avatar
  • 82
1 vote
0 answers
42 views

I have a simple access database file that works perfectly fine on a local drive in a local folder.  If I share that exact same folder, then map that folder on the same computer, the laccdb lock file ...
Charles's user avatar
  • 23
0 votes
1 answer
209 views

I am getting an error writing a file, that is driving me crazy. I have an C# netcore 5 application running on RH Linux. I mounted an shared folder (windows) using: sudo mount -t cifs -o username=...
C4m4l340's user avatar
5 votes
2 answers
514 views

My Employer just now is switching to git, so my cowokers are still somewhat inexperienced. What they did now, concerned me, so I'm writing this up. They cloned a git repository on a machine, then ...
Bob Michaelsen's user avatar
1 vote
1 answer
1k views

I have a Windows machine, machine 1 on a network with a local account called testlocal. I have another machine, machine 2 on the network with the same local account, testlocal. From my machine 1, I ...
aramnhammer's user avatar
-1 votes
1 answer
7k views

I am working on a php code as shown below in which I want to access network drive folder (music) using credentials in php. The credentials is being set because I want to give the full access only to a ...
flash's user avatar
  • 1,517
1 vote
2 answers
5k views

I'm fairly new to kubernetes and docker, so be patient with me. I am trying to mount a Windows share in linux which is contained in docker, which is a kubernetes pod. I managed to get all the correct ...
kumar5's user avatar
  • 188
1 vote
2 answers
737 views

Minimal Question: How do I properly dispose of the remote Session Connection left behind after doing: $session = New-PSSession -ComputerName $VM -Credential $CurrentUser Invoke-Command -Session $...
Brondahl's user avatar
  • 8,743
3 votes
1 answer
8k views

We are migrating some windows components (.net 4.5) to Linux containers (.net core). Existing system is a file processor, which watches a shared location and processes file from there. We can't force ...
Ram Kinkar Pandey's user avatar
12 votes
2 answers
26k views

We are migrating legacy java and .net applications from on-premises VMs to an on-premises Kubernetes cluster. Many of these applications make use of windows file shares to transfer files from and to ...
francesco paolo schiavone's user avatar
1 vote
0 answers
160 views

My Windows Service is trying to access a local share via its UNC path on its startup. It has full permissions and path exists, I can tell that since when starting my service long after boot, ...
Mugen's user avatar
  • 9,275

15 30 50 per page