Unable to Visibly Mount Remote or Transfer Data - Ongoing Issue

I finally figured out the mounting issue! The problem was, I was using an elevated cmd prompt. I tried using the workaround found in this post, but I wasn't sure what the servername was. In the config, it's saved as GDrive, but I tried a couple variations w/ that and couldn't get it to work, so I dropped down to an unelevated prompt and mounted it successfully.

C:\Rclone\rclone-v1.62.2-windows-amd64>rclone mount GDrive: * --vfs-cache-mode full --network-mode -vv
2023/03/26 16:38:23 DEBUG : rclone: Version "v1.62.2" starting with parameters ["rclone" "mount" "GDrive:" "*" "--vfs-cache-mode" "full" "--network-mode" "-vv"]
2023/03/26 16:38:23 DEBUG : Creating backend with remote "GDrive:"
2023/03/26 16:38:23 DEBUG : Using config file from "C:\\Users\\user\\AppData\\Roaming\\rclone\\rclone.conf"
2023/03/26 16:38:23 DEBUG : Google drive root '': 'root_folder_id = 0AHRKL1DfxciiUk9PVA' - save this in the config to speed up startup
2023/03/26 16:38:24 DEBUG : vfs cache: root is "C:\\Users\\user\\AppData\\Local\\rclone"
2023/03/26 16:38:24 DEBUG : vfs cache: data root is "\\\\?\\C:\\Users\\user\\AppData\\Local\\rclone\\vfs\\GDrive"
2023/03/26 16:38:24 DEBUG : vfs cache: metadata root is "\\\\?\\C:\\Users\\user\\AppData\\Local\\rclone\\vfsMeta\\GDrive"
2023/03/26 16:38:24 DEBUG : Creating backend with remote "C:/Users/user/AppData/Local/rclone/vfs/GDrive/"
2023/03/26 16:38:24 DEBUG : fs cache: renaming cache item "C:/Users/user/AppData/Local/rclone/vfs/GDrive/" to be canonical "//?/C:/Users/user/AppData/Local/rclone/vfs/GDrive"
2023/03/26 16:38:24 DEBUG : Creating backend with remote "C:/Users/user/AppData/Local/rclone/vfsMeta/GDrive/"
2023/03/26 16:38:24 DEBUG : fs cache: renaming cache item "C:/Users/user/AppData/Local/rclone/vfsMeta/GDrive/" to be canonical "//?/C:/Users/user/AppData/Local/rclone/vfsMeta/GDrive"
2023/03/26 16:38:24 NOTICE: Assigning drive letter "Z:"
2023/03/26 16:38:24 DEBUG : Network mode mounting is enabled
2023/03/26 16:38:24 DEBUG : Mounting on "Z:" ("\\server\\GDrive")
2023/03/26 16:38:24 DEBUG : Google drive root '': Mounting with options: ["-o" "attr_timeout=1" "-o" "uid=-1" "-o" "gid=-1" "--FileSystemName=rclone" "--VolumePrefix=\\server\\GDrive"]
2023/03/26 16:38:24 INFO  : vfs cache: cleaned: objects 0 (was 0) in use 0, to upload 0, uploading 0, total size 0 (was 0)
2023/03/26 16:38:24 DEBUG : Google drive root '': Init:
2023/03/26 16:38:24 DEBUG : Google drive root '': >Init:
2023/03/26 16:38:24 DEBUG : /: Statfs:
2023/03/26 16:38:24 DEBUG : /: >Statfs: stat={Bsize:4096 Frsize:4096 Blocks:1342177280 Bfree:166214481 Bavail:166214481 Files:1000000000 Ffree:1000000000 Favail:0 Fsid:0 Flag:0 Namemax:255}, errc=0
2023/03/26 16:38:24 DEBUG : /: Getattr: fh=0xFFFFFFFFFFFFFFFF
2023/03/26 16:38:24 DEBUG : /: >Getattr: errc=0
2023/03/26 16:38:24 DEBUG : /: Readlink:
2023/03/26 16:38:24 DEBUG : /: >Readlink: linkPath="", errc=-40
2023/03/26 16:38:24 DEBUG : /: Getxattr: name="non-existant-a11ec902d22f4ec49003af15282d3b00"
2023/03/26 16:38:24 DEBUG : /: >Getxattr: errc=-40, value=""
The service rclone has been started.

To test out the efficacy of this, I copied some files from my local HDD to the GDrive share, and they're currently transferring, b/c I see it in one of the open cmd windows, since the mount command was used w/ the -vv switch. However, I would like to see the progress of these transfers the same way I could w/ the -P switch. Is there any way to do this w/ transfers already in progress?