Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
po
Post Prodigy
Post Prodigy

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 1
v-shex-msft
Community Support
Community Support

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

Community Support Team _ Xiaoxin
If this post helps, please consider accept as solution to help other members find it more quickly.

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.

Top Kudoed Authors