I have a powershell script I am trying to execute and I have placed it inside a GPO under Computer Configuration\Policies\Windows Settings\Scripts\Startup. I receive and Event 1130 Error in the System log on the target PC with the a listing of the network share the script is contained, \\domain.com\SysVol\domain.com\Policies \{GUID}\Machine. I have made certain that the machine, authenticated users, domain computers all have at least read and execute permissions. Although, when I go to run the script directly from the path above after logon, I get Access is denied.
Other settings I have tried to get this script to run:
Under System/Group Policy, "Configure Environment preference extension policy processing"= Enabled with "Allow processing across slow network connection" also enabled as well as "Process even if group policy objects have not changed" is enabled.
"Configure Network Options preference extension policy processing" is "Enabled"
"Configure Logon Script Delay" = Enabled and set to 0
Under System\Logon, "Always wait for the network at computer startup and logon" = Enabled
Under Windows Components/Windows Powershell, "Turn on Script Execution" with Execution Policy set to "Allow local scripts and remote signed scripts".
How do I correct the error so as to allow logon.