Create a Post
cancel
Showing results for 
Search instead for 
Did you mean: 
S_E_
Advisor
Jump to solution

How to get permanently rid of 'Introducing Expert audit logs and notification' messages

Hi

Logon via SmartConsole to a MDSM R81.x.   SmartConsole is on a Windows Terminal Server.

Every login to any domain the message 'Introducing Expert audit logs and notification' appears. Whatever you select (Remind; GetStarted; No) will be ignored and the next login, it appears again. On every domain....

Same for 'new SmartConsole Client messages'

Any idea to get rid of that?

Regards

b.t.w. Firewall admin ≠ WTS server admin

 

6 Replies
S_E_
Advisor

hi

Hm, sorry, this solution only works

- if you have admin privileges on on the servers where SmartConsole runs

- not really realistic when you have more than 80 admins

This is not really an enterprise approach.

Unfortunately Webconsole is not an alternative ( No MDS, NO HA support)

However, Thanks a lot

0 Kudos
PhoneBoy
Admin
Admin

I don't think editing your user.config file requires admin rights (but could be wrong about that).

0 Kudos
Duane_Toler
Advisor

I wrote this PowerShell script to take care of it, too:

Enjoy!

 

EDIT: Correction to fix nanosecond time.

 

Get-ChildItem -Recurse -Path $env:USERPROFILE\AppData\ -Name "user.config" -Force | ForEach-Object {
  $Path = "$env:USERPROFILE\AppData\"+$_
  $xml = New-Object -TypeName XML
  $xml.Load($Path)

  $item = $xml.configuration.userSettings.'CP.Infrastructure.Properties.Settings'.setting.value.dictionary.items.item |
    Where-Object {  $_.key -eq "expertModePopupRemindDate" }

  If ($item) { $item.InnerText = 2014662651247 }
  $xml.Save($Path)
}

 

 

0 Kudos
Tobias_Moritz
Advisor

Thanks for the PS1-Script, but your msec since epoch value is missing one digit. It looks like you wanted to copy 2014662651247 from the example from Paul Hagyard from the other thread but missed the last digit. So instead of year 2033 you made it 1976.

0 Kudos
Duane_Toler
Advisor

Argh, you're correct! Thanks for the review!  I'll edit the post above for the correction.

 

0 Kudos

Leaderboard

Epsum factorial non deposit quid pro quo hic escorol.

Upcoming Events

    CheckMates Events