Steps Involved:
Powershell Script: [String]$listName="Custom List"[String]$description="Custom List created using SharePoint web service in windows powershell"[int]$templateId=100$uri="http://serverName:10736/sites/ECT/_vti_bin/Lists.asmx?wsdl"$listWebServiceReference = New-WebServiceProxy -Uri $uri -UseDefaultCredential$listWebServiceReference.AddList($listName,$description,$templateId)write-host -ForegroundColor Green $listName " is created successfully"
[String]$listName="Custom List"[String]$description="Custom List created using SharePoint web service in windows powershell"[int]$templateId=100$uri="http://serverName:10736/sites/ECT/_vti_bin/Lists.asmx?wsdl"$listWebServiceReference = New-WebServiceProxy -Uri $uri -UseDefaultCredential$listWebServiceReference.AddList($listName,$description,$templateId)write-host -ForegroundColor Green $listName " is created successfully"
You need to be a premium member to use this feature. To access it, you'll have to upgrade your membership.
Become a sharper developer and jumpstart your career.
$0
$
. 00
monthly
For Basic members:
$20
For Premium members:
$45
For Elite members: