No, nothing abnormal in the log. But, unfortunately, your Powershell script don't managed errors. you should add a try/catch block to catch possible errors.
Try/catch Bloc
and manage errors in your script :
Dealing with Errors
Try/catch Bloc
and manage errors in your script :
Dealing with Errors