I am working on migrating a Server 2008 R2 domain controller pair over to Server 2016. I have demoted one of the 2008 DCs and promoted a Server 2016 DC in its place. For the most part, things seem good and happy, though I'm missing something I'm sure...
One oversight on my part was that when the Server 2008 DCs were built, I created a share on the DC itself to house files related to the Group Policies that I set up. This wasn't a big deal until it came time to retire that DC. I needed to modify all of the GPOs that point to files on that share to a new location. No big deal, right? So I copied the files to a new share on a Server 2016 file server in the environment, then edited all of the respective GPOs so that they point to the new share. All of the GPOs that reference files in the new share are happily using it, except for my Software Installation (MSI) GPOs. However, clients now now bomb on every Software Installation GPO with error 1612, which from what I understand is that the source is not available.
I've checked the source path on the GPOs multiple times and it is correct. I've checked the permissions on the share and they should be good. The share permissions are set to Everyone with Full Control, Change, and Read all checked. The NTFS permissions are set so that Everyone, Authenticated Users, and Domain Computers can Read and Execute everything within the folder, subfolders, and files. But yet, no dice.
Something I just thought of while typing this out is to perhaps try to specify the FQDN of the file server in the UNC path. For reference, the share is \\filesrv02\gposw$
Not that it should matter, but perhaps \\filesrv02.domain.org\gposw$
will make a difference? I'll try it for the heck of it I suppose...
Any clue what I'm missing?