lcd error - ftp WinSCP powershell script

Getting error below when running the command in a powershell script: lcd \pd-cicts-11\BESTDailyReports\MIS\Post Bank Statements\2020

Even if I assign the path to a variable. Issueis the spaces between folder name: Post Bank Statements


Too many parameters for command ‘lcd’.
Error

<hr />

My existing tech environment: Running powershell script from Windows server.
<p class=“recommendation-info__business-info-line”> </p>

Use qoutes around the path:

lcd '\\pd-cicts-11\BESTDailyReports\MIS\Post Bank Statements\2020'