I would like to set the common wallpaper for all the users. I can achieve the same by changing the Local Computer policy .
But I can’t do the same with Powershell. Couldn’t able to retrieve the local computer policies and the can not make any changes to the local computer policies.
You’re right - there are no cmdlets like Set-LocalComputerPolicy or something like this. But since those settings are saved as registry settings you just have to find the according registry keys and manipulate them by PowerShell.
It might be best to google it. Basically, you either need to create an INF template, or a security database and use secedite.exe to apply either one. Also, although you may run the command using PS, this is pretty much going to get flames for not being relevant to PowerShell and this forum.
Let me know exactly what you want to change and I will see if I can provide some guidance.
I already recommended to set the wallpaper for the default user. This should apply for all future users of this machine. It should be at least worth trying.
And BTW:
You could have provided this info in your initial question.