Enable-SPFeature BizAppsSiteTemplates -URL http://YOUR-SITE-URL
PS C:\> Enable-SPFeature NonInstalledFeature -Url http://test
Enable-SPFeature : The Feature is not a Farm Level Feature and is not found in a Site level defined by the Url http://playdocs.
At line:1 char:1
+ Enable-SPFeature NonInstalledFeature -Url http://test
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...etEnableFeature:SPCmdletEnableFeature) [Enable-SPFeature], SPCmdletException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletEnableFeature
PS C:\> Install-SPFeature NonExistingFeature
Install-SPFeature : Failed to find the XML file at location '15\Template\Features\NonExistingFeature\feature.xml'
At line:1 char:1
+ Install-SPFeature NonExistingFeature
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : InvalidData: (Microsoft.Share...tInstallFeature:SPCmdletInstallFeature) [Install-SPFeature], SPException
+ FullyQualifiedErrorId : Microsoft.SharePoint.PowerShell.SPCmdletInstallFeature
Install-SPFeature BizAppsSiteTemplates