microsoft / adfsLogTools

Tools for parsing AD FS logs (admin events, audits, and debug logs)
MIT License
22 stars 13 forks source link

add Credential parameter support to Get-ADFSEvents #15

Closed rattuscz closed 6 years ago

rattuscz commented 6 years ago

Allows to specify different credentials for remote server connections

bongiovimatthew-microsoft commented 6 years ago

@rattuscz, thank you for this change, it looks great!

I'm curious what the use-case was for you when you found this issue. Where you running the tool on a non-ADFS machine?

rattuscz commented 6 years ago

Yeah, we're usually using non privileged accounts from some jump/terminal servers and need to connect to actual ADFS farm servers from different domain, so this requires providing extra credentials.