I login a server with domain account and can get access to a mapped network drive 'P'. If i run a ps1 script to access 'p' drive, it is ok. but if the script try to access that folder through IP address, such as (172.xx.xx.xx), it faild with error:
ExpandArchiveHelper : Can not process invalid archive entry '20200514_11_32_36PM_Export.xls'
Though, i replace '172.xx.xx.xx' with 'p' it works.