I: Inbox not visible

I: Inbox not visible

After the deployment of new features on 2021-11-14 not all VMs can see the I-drive (Inbox)

Resolution

  1. In the VM
    1. Open File Explorer
    2. Go to c:\Scripts
    3. Right click MountStorageDriveToVirtualMachine.ps1 and open in notepad or notepad++
      1. If not visible, choose Open with .... and select Notepad
    4. Find the text in marked BLACK BOLD below
    5. Copy and paste it below
    6. Make the RED BOLD changes
    7. Save the file, close the file
    8. Run the .ps1 file (right click, run)
    9. If I-drive doesn't show:
      1. restart the VM, if this fails, create a ticket

  1. $DriveName = "Z"
  2. $PSDrive = Get-PSDrive -Name $DriveName -ErrorAction SilentlyContinue
  3. if ($PSDrive) {
  4.     Remove-PSDrive -Name $DriveName -Confirm:$false
  5. }
  6. New-PSDrive -Name $DriveName -Credential $Credential -Persist -Root "\\$storageAccountName.file.core.windows.net\data" -PSProvider FileSystem -Scope Global

  7. $InboxDriveName = "I"
  8. $InboxPSDrive = Get-PSDrive -Name $InboxDriveName -ErrorAction SilentlyContinue
  9. if ($InboxPSDrive) {
  10.     Remove-PSDrive -Name $InboxDriveName -Confirm:$false
  11. }
  12. New-PSDrive -Name $InboxDriveName -Credential $Credential -Persist -Root "\\$storageAccountName.file.core.windows.net\inbox" -PSProvider FileSystem -Scope Global

    • Related Articles

    • Z:/ Drive Not Visible

      20th September 2024 Dear myDRE users, We are aware that some users are having trouble accessing the Z:/ drive in their Workspace. The main reason for this issue is that many applications have shifted to using TLS 1.2 for security. Azure's management ...
    • POST DEPLOYMENT ISSUES (RESOLVED)

      Issue Over the weekend we have pushed improvements to production. Unfortunately during the Post Deployment Test we encountered the following problems: Newly created Linux VMs cannot be accessed (will be worked upon on 2021-11-16) (RESOLVED) Linux VM ...
    • Uploading your data

      This feature is available to workspace members all except the Data reader A data upload or download does not require a running Virtual Machine! If you're uploading a folder with many subfolders, make a zip file! In your workspace, you can upload a ...
    • Blob storage

      Version: 2022-11-14 Updated: 2024-08-12 This service is available to Accountables and Privileged members of a workspace. Blob storage in myDRE is restricted to the context of one workspace What is Azure Blob storage? Azure Blob storage is optimized ...
    • Monday 10 Jan, 2022: Some workspaces not accessible

      Monday 10 January, 2022 certain workspaces are not visible in myDRE portal. Please read full announcement here.