crackermania
crackermania
Hey @Badgerati , Thanks for the responds. I changed to middleware and its working. But the performance still same. I can see every request, console server will reimport the command...
Hi @Badgerati , Both test failed. Here is the result : **1) For first test - failed :** - Disconnect not inside route (so no disconnect command sent from any...
Hi @Badgerati , For 1st test, here is my code : ``` Import-Module ExchangePowerShell Start-PodeServer { Add-PodeMiddleware -Name 'ConnectExchange' -ScriptBlock { if (!(Get-PSSession | Where-Object { $_.ComputerName -like "outlook.office365*" }))...
@Badgerati , Thanks for suggestion. Sorry for late reply.. busy with others thing. I will post the result after few days monitoring.
Hi @Badgerati , Sorry.. due to I'm on vocation. It's finally working fine. Below is latest code : ``` Import-Module ExchangeOnlineManagement $session = (Get-PSSession | Where-Object { $_.ComputerName -like "outlook.office365*"...
Hi @robinmalik , I saw you build something related to ExchangeOnline. Do you manage to make it's support for multi thread? Im still got issue to build multi thread for...
@bodybybuddha , Thanks for the hint and sorry for delay reply (just have time to check back this thread). Finally able to make it's work using your logic.. Im running...
@bodybybuddha i think you are quoting wrong person ? By the way, here is my latest code that I use.. so far it's serve me well without any issue after...