GPO - File push error 0x80070043 - Unable to find path

0

I have an issue with pushing a .cmd file by GPO to the computers, with an error 0x80070043 which mean it's unable to find the path.

I use the GPO : User config / Preference / Files

Here is the settings of the file which will be pushed :

General settings

Common

Source access authorizations

Maybe i'm doing wrong with the path ? Anyone have an idea ?

Thanks !

EDIT : Utilisateurs mean Users , Lecture mean Read , Execution mean Execute

group-policy
asked on Super User May 25, 2018 by Beko

1 Answer

0

The source path is interpreted on the client computers, so C:\ in that box refers to the C drive of each individual client rather than that of the server. Your clients were trying to copy from their own drive to somewhere else on that drive, so unless you already put the file on the clients' drives, the source didn't exist for them. To deploy a file from a server to clients, you need to have the file on an accessible share and put the UNC path in the source box.

answered on Super User May 27, 2018 by Ben N

User contributions licensed under CC BY-SA 3.0