Forum Discussion
runninng > 1 power bi powershell script
Hi,
Have 2 powershell scripts which work when run indivudually.
However, if try copy the code from script 2 into script 1 to run at end get an error.
First one audits the power bi tenant uisng powerbimgmt powershell cmdlets.
second uploads these files to sharepoiint.
Is it possible to have a powershell script to run the second after the first
is syntax
scripts.ps1;
script2.ps1
new to powershell
Also need to run blow manually before I run script 1 can we get this to run automatically inside script 1?
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12
Thnaks
1 Reply
- AnonymousNot applicable
Hi po,
Maybe you can consider adding additional steps to export first step records to a local temp file.
After the temp file created, you can use second powershell scripts to operate this file and remove it after finish the operations.
Regards,Xiaoxin Sheng