Create Items in SharePoint List Programmatically with PowerShell

Create Items in SharePoint List Programmatically with PowerShell

I am going to share with you how to create items in specified SP list that you may use for too many different purposes with PowerShell, in my scenario used this script for create SP Farm Inventory and keep it up to date like weekly with arranging as scheduled task. Thus the script has delete line at the first time to append current one otherwise it will create duplicated items at every time.