" Get-AzureStorageFile -Share $ s -Path"文件夹名称中有空格时无法正常工作

时间:2015-03-19 12:42:00

标签: powershell azure-storage azure-storage-files

我开始学习天蓝色存储。我正在使用Get-AzureStorageFile $s –Path [foldername]来获取文件夹中可用的文件和文件夹列表。当文件夹名称中有空格时,这不起作用。

1 个答案:

答案 0 :(得分:1)

最后我得到了解决方案,你必须在引号中提到文件路径

例如:Get-AzureStorageFile $s –Path 'Folder Name/File Name'