Tagged: powershell

0

REST API automation with PowerShell in Azure

Reading Time: 6 minutes The Power BI REST API opens a wealth of capabilities in consuming metadata about your content as well as batch processing of security changes, content deployment and backups of deployed reports. Although I talk specifically about Power BI, these methods...

3

Retrieve Azure Tenant Id using PowerShell

Reading Time: < 1 minute CodeSnippets #1 I have an idea to do a series of short blog posts over the year with helpful PowerShell functions, SQL code or problems I’ve encountered. The kind of thing I wouldn’t bother writing about as it would barely...

CI/CD Components 0

I published a PowerShell Module!

Reading Time: 2 minutes I’ve been working with Power BI metadata a lot lately. Analysing and sourcing information about the security, content and workspaces we hold and I always found myself re-using authentication code or I’d end up approaching problems differently as my PowerShell...

Powershell snippet background 0

AD Group Auditing with Powershell

Reading Time: 6 minutes Here’s another handy Powershell script Ive created. It borrows components from another(credited at the bottom of the post) and expands on the repadmin functionality in the Active Directory Powershell module. The main aim of this is to keep track of...

0

SPN & Delegation backup script

Reading Time: 3 minutes I use SPNs quite extensively to allow Reporting Services to talk to databases severs,  Sharepoint etc. It’s a core component of any new server setup I perform. We also employ Kerberos delegation that allows credentials to be passed down from the...