Running python script in Service account by using windows task scheduler
问题 NOTE 1- All files are running using cmd in my profile and fetching correct results.But not with the windows task scheduler. **> NOTE 2- I finally got a lead that glob.glob and os.listdir is not working in the windows task scheduler in my python script in which I am making a connection to a remote server, but it is working in my local using cmd and pycharm.** ** print("before for loop::", os.path.join(file_path, '*')) print(glob.glob( os.path.join(file_path, '*') )) for filename in glob.glob(