简体   繁体   中英

audit log in azure using powershell for remoteapp

I am trying to get logs in azure using following commands

Get-AzureRmLog This command gets logs for past one hour I have done some operation of remote app collections.

Above command has filter of ResourceProvider to get logs Have tried giving Get-AzureRmLog ResourceProvider = "RemoteApp Service" But unable to get logs

Can i get some information of getting logs for collection in remoteapp such as crate/delete collection , assign/dassign user to collections.

Also what ResourceProvider should i provide for remoteapp logs

The AzureRM cmdlets are actually using the new Resource Manager (RM) APIs - including the new portal. Unfortunately, RemoteApp is not yet available in the new portal (and therefore via Resource Manager), but that is scheduled for the near future: https://azure.microsoft.com/en-us/documentation/articles/remoteapp-roadmap/

You can still see the RemoteApp operations via the old portal -> Management Services.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM