My tab auto complete is not working in PowerShell

It works on ise but not on powershell. How do I Fix it.

Hi @gopal.sys.adm

There might be many reasons why is not working. The first thing I can suggest is trying another user account in your system to see if it works. It might be that if that works then in your session the PowerShell profile has something to do. Do you get any information when executing in PowerShell get-content $profile ?

Ricardo