zoukankan      html  css  js  c++  java
  • Power shell deploy all SSRS report d365 FO

     

     
     

     Power shell deploy all SSRS report d365 FO

    Follow steps:

    1) Open run prompt and type services.msc
     
    2) Make sure IIS , Batch , DIXF , SSRS  , MR services are running.
     
    3) Open Windows Powershell as Administrator
     
    4) Type the below command :-
     
             K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”
     
    To Deploy specific reports type the below command :-
     
    K:\AosService\PackagesLocalDirectory\Plugins\AxReportVmRoleStartupTask\DeployAllReportsToSSRS.ps1 -Module ApplicationSuite -ReportName AssetDep*,TaxVatRegister.Report -PackageInstallLocation “K:\AosService\PackagesLocalDirectory”
     
  • 相关阅读:
    IIS WebDAV安全配置
    sql注入notebook
    sqlilabs less18-22 HTTP头的注入
    sqlilab less15-17
    sqlilab11-14
    sqlliab7-8
    sqli lab less-5-6
    sqli lab 1-4
    sql注入 pikachu
    [wp]xctf newscenter
  • 原文地址:https://www.cnblogs.com/lingdanglfw/p/15557988.html
Copyright © 2011-2022 走看看