#How_to_Take_Windows_Server_Backup_Using_PowerShell
PowerShell Command:
To check the feature use command #Get -WindowsFeature -name Backup
To Install Windows Backup Feature Use Command:
#Install-WindowsFeature -Name Windows-server-backup -includeManagementTools