appfabric
1 TopicClear-ASMonitoringSqlDatabase cmdlet in non-interactive mode
Hi, I'm trying to automate running of powershell command below in non-interactive way. The command prompts for a confirmation. Is there a way to bypass the confirmation prompt or accept the default confirmation response in the command/script so that it'll run automatically? Clear-ASMonitoringSqlDatabase -ConnectionString "Data Source=localhost;Initial Catalog=Monitoring;Integrated Security=False;User ID=xxx;Password=xxx" -MaxAge 3 -PurgeMode EventAgeMode Any help is much appreciated! Regards, Arman1.3KViews0likes2Comments