Category: Powershell

0

Top 10 things to document in SSRS

Reading Time: < 1 minute Today is my last day at Monster Worldwide and it occurred to me in the lead up to it that there is quite a few components of SSRS and metadata that I’ve documented, put under source control or extracted over...

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...

2

Administering SSRS with PowerShell

Reading Time: 4 minutes I’ve covered a lot of SSRS security tasks using PowerShell over on SQL Shack where I connect directly using the New-WebServiceProxy command. For T-SQL Tuesday I wanted to do a quick comparison between my original method and the official Reporting Services...

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...