List of all Managed Service Accounts
team,
is there way export managed service accounts in domain using powershell?
thanks
vish
get-adserviceaccount -filter * -properties * | export-csv c:\temp\all-msas.csv -notypeinformation
cheers,
jorge de almeida pinto
principal consultant | mvp directory services | iam technologies
disclaimer: post provided "as is" no warranties of kind, either expressed or implied, , confers no rights! evaluate/test before using/implementing this!
Windows Server > Directory Services
Comments
Post a Comment