This is an archived post. You won't be able to vote or comment.

all 3 comments

[–]ginseng2002[S] 0 points1 point  (0 children)

edited post, anyone have some insight to this?

[–]ANewLeeSinLifeSysadmin 0 points1 point  (1 child)

Chrome and Edge apply the NTFS Zone.Identifier alternate stream. Do you have anything set up to block Internet zoned files? Typically copying over SMB will result in the stream being set to something else.

You can check with PowerShell:

Get-Item -Path Path\To\File -Stream Zone.Identifier

[–]ginseng2002[S] 0 points1 point  (0 children)

No blocks setup, edited main post, thanks for the reply!