azure-devops-analytics

Download audit logs in csv from azure DevOps UI using powershell

半世苍凉 提交于 2021-01-02 04:05:01
问题 Hi I am looking for a script which can download export logs in csv from azure DevOps using powershell for given time frame. like I can enter time frame and then script will download and return csv file from azure DevOps ui - I found this script here https://developercommunity.visualstudio.com/content/problem/615053/question-we-want-to-get-the-export-audit-log-using.html I am not sure what username , password and url to use here $Username = 'domain\user' $Password = 'password' $Url = "https:/

Download audit logs in csv from azure DevOps UI using powershell

南笙酒味 提交于 2021-01-02 04:00:01
问题 Hi I am looking for a script which can download export logs in csv from azure DevOps using powershell for given time frame. like I can enter time frame and then script will download and return csv file from azure DevOps ui - I found this script here https://developercommunity.visualstudio.com/content/problem/615053/question-we-want-to-get-the-export-audit-log-using.html I am not sure what username , password and url to use here $Username = 'domain\user' $Password = 'password' $Url = "https:/