You can deploy reports from the PowerShell or from Visual Studio. Deploying reports from PowerShell can be useful if you need to deploy a report in an environment that does not have access to Visual Studio. However, you should not do this in a Production environment.
Deploy reports from the PowerShell
Depending on the environment that you are using, the drive might vary. Generally, the drive is C:\, L:\, or K:\.
To run a specific report, you need the report name. Though you will open the PowerShell as an administrator, you will run the following command line instead:
PowerShell
*C:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -Module ApplicationSuite -ReportName TaxVatRegister.Report*