دوستان ممنون مشکل رو حل کردم با کمی جستجو
این راه حل اگر کسی همچین مشکلی داشت :
Run the below commands in the Server Core’s command prompt window to help you recover
DISM.exe /online /enable-feature /all /featurename:NetFx4
DISM.exe /online /enable-feature /all /featurename:MicrosoftWindowsPowerShell
The above commands will re-install .Net 4.0 and PowerShell on the server. Once PowerShell is installed, you can add the Graphical Shell (Windows Explorer) using the following command
Install-WindowsFeature Server-Gui-Shell, Server-Gui-Mgmt-Infra
Once the GUI Shell is installed, you will need to restart the server with the following command
Restart-Computer