Creates a new list item within an existing List.
New-SPOListItem -Web <SPOWebPipeBind> [-List [<SPOListPipeBind>]] [-ListRelativeUrlFolderPath [<String>]] [-FieldValues [<PropertiesPipeBind>]]
Creates a new list item within an existing List.
Copyright 2016 Falchion Consulting, LLC
> For more information on this cmdlet and others:
> http://blog.falchionconsulting.com/
> Use of this cmdlet is at your own risk.
> Gary Lapointe assumes no liability.
------------------EXAMPLE------------------
PS C:\> New-SPOListItem -Web "/" -List "My List" -FieldValues @{"Title"="My new list item"}