Hello,
You can request that SMB compression is attempted for particular files using robocopy or xcopy.
Open a CMD prompt or PowerShell command prompt.
Copy with the /COMPRESS flag. For example:
ROBOCOPY c:\hypervdisks \hypervcluster21.corp.contoso.com\disks$ *.vhdx /COMPRESS
Note:If you want File Explorer, third party copy tools, or applications to use compression, map drives with compression, enable compression on shares, or set SMB clients to always compress.
SMB Compression | Microsoft Learn
Best Regards
ZUnhui