I used the Below Policies to create a Local User and Password
./Device/Vendor/MSFT/Accounts/Users/LocalAdmin/Password
However there is no where in CSP to set this to never expire.
You have to use a new Powershell run as the System account separately to do this
Set-LocalUser -Name “localadmin” -PasswordNeverExpires 1