stop the prompt from asking yes or no when using the PS below?
Import-CSV .\file.csv | %{ Disable-UMMailbox -Identity $_.Identity -KeepProperties:$False}
stop the prompt from asking yes or no when using the PS below?
Import-CSV .\file.csv | %{ Disable-UMMailbox -Identity $_.Identity -KeepProperties:$False}