Forum Discussion
evandromalmsteen
Nov 08, 2021Copper Contributor
The input object cannot be bound to any parameters for the command either because the command does
Hi guys, I've always run the script below since exchange server 2013 and after applying the exchange server 2019 CU11 and exchange server 2016 CU22 updates I've been getting the error below. I tried...
evandromalmsteen
Nov 10, 2021Copper Contributor
Anyone? This thread is dead?
if I load Exchange assemblies, I'm able to use the BinaryFormatter to deserialize or serialize to Exchange native objects?
if I load Exchange assemblies, I'm able to use the BinaryFormatter to deserialize or serialize to Exchange native objects?
evandromalmsteen
Nov 17, 2021Copper Contributor
This server the "TypeName" was correct and the script is worked fine, now after to apply SU11 of November, now broken my script, how to se to "Microsoft.Exchange.Management.SystemConfigurationTasks.AdminAuditLogEvent" again?
Search-AdminAuditLog -ResultSize 250000 -StartDate ((Get-Date).AddHours(-1)) -EndDate (Get-Date) |
Get-Member | ForEach-Object TypeName | Select-Object -Unique
- evandromalmsteenDec 07, 2021Copper Contributor
Update, I opened a case in microsoft support professional and the problem is not solved. They don't know what it is.
After to apply update.