Questions tagged [fileshare]
252 questions
0
votes
0 answers
Automating Deleting Files Not Working Using Powershell
We deal with over a thousand files. I want to use Powershell to automate removing files older than a year for each folder path after checking to see if it exists in the archive location. It it does, it removes from backup. It if does not, it moves…

user401
- 53
- 5
0
votes
1 answer
Java Azure SDK to access Azure File Share using AD creds
I'm trying to connect to Azure File share using Java SDK with AD Creds, The below link talks about the approach to connect to file share using AD User Delegation Access. But when i go thru the link it circles back to using the connection string. I'm…

Vijay
- 1
0
votes
1 answer
List Azure files and folders from File share snapshots with php
To list the files and folders from Azure Files can be done with this code:
function ListFolder($shareName, $path)
{
global $fileRestProxy;
$vMaxResultados = 5000;
$vNextMarker = "";
$listResult = null;
try
{
do
…

karrtojal
- 796
- 7
- 16
0
votes
1 answer
How do you mount Azure Files using AD credentials?
I have a P2S VPN set up with some Linux and Windows VMs on it. I also have a storage account with an Azure Files file share. I have been following the steps in this guide to try to mount my Azure Files file share on my computer. I can successfully…

nullromo
- 2,165
- 2
- 18
- 39
0
votes
1 answer
extract attachment and upload in azure file share using logic app
I have created a logic app with trigger " when a new mail arrives at shared mailbox". Now I want to extract the attachment and save it in azure file share.
In for each I am not able to get attachment id.
Also when instead of get attachment when I…

shinu
- 25
- 1
- 6
0
votes
1 answer
Azure File Share user specific access permissions
I want to implement Azure File share for my network, but I can't find any possibility to set up user specific access permissions. There are some pre-built groups, which are for no use in this scenario, but I found a MS page recommending using…

lubierzca
- 160
- 2
- 14
0
votes
1 answer
Rewrite the method using new namespace - Azure.Storage.Files.Shares
I want to re-write the method which is using "Microsoft.Azure.Storage.File" to "Azure.Storage.Files.Shares". This method is copying file to fileshare using sasuri.
///
/// Data model for attachment content
///
…

Amir Khan
- 79
- 1
- 7
0
votes
2 answers
Function to check file in 2 file locations not working
I am trying to create a program that will copy files from our backup to archive directory using Powershell. I have two criteria in order for this program to run smoothly. One is that we have files from both current year and past years so only the…

user401
- 53
- 5
0
votes
1 answer
Moving files in an Azure SMB File Share from linux
I have a few Azure SMB File Shares mounted on a linux VM.
In one of those file shares I have two folders, one called download and another called loaded.
Files get dropped in download, they get processed and moved into loaded. But sometimes we have…

None
- 227
- 1
- 11
0
votes
0 answers
SSRS data-driven subscription file share export: error on one export, others work fine
I have a report with a data-driven subscription that exports Excel files to a file share each day, one per region. (Region is a parameter in the report.) The data for the subscription comes from a configuration table that is populated with the…

user1186559
- 31
- 6
0
votes
0 answers
Proper way to access fileshare with docker ubuntu server
I’m learning both Linux(ubuntu) and docker.
I’m so far that my servies is running as it should in my docker container.
The service needs to access a fileshare for data access.
I also want the docker mounts to reside on a fileshare so noting…

nOrphf
- 15
- 4
0
votes
0 answers
List all filenames from windows file share using python
Can someone guide me on how to list all filenames in a windows shared folder using python.
Connecting to this network drive requires a username and password.
Which python libraries do I need?
I'm assuming I need something like:
import os
files =…

AJR
- 569
- 3
- 12
- 30
0
votes
1 answer
Not able to access Azure FileShare Storage container from Azure Automation Runbook
I've the following Azure Automation Runbook script which goal is to take an dump/export from a REST API call which must run from a target device which is able to reach the REST API device. So Azure Automation runbook is targeting a "proxy server"…

mvitor
- 37
- 8
0
votes
1 answer
OneDrive API integration with Unity 3D
I would like to know if it is possible to integrate the OneDrive API directly with Unity 3D. I am trying to upload image files to an OneDrive account using C#, yet Microsoft's documentation does not mention how to achieve this.

Costin Grigore
- 1
- 2
0
votes
1 answer
File Sharing between local computer and Virtual machine on azure
I am working on creating a file share between local system and Virtual machine on Azure. I am a newbie in this area! Any pointers to achieve this will be very much appreciated.
Thanks in advance!

KSMB
- 3
- 3