Public Folder Powershelling Exchange Online

#Find is the PF is mail enabledGet-PublicFolder -Identity “\Public Folder\Folder” -recurse -ResultSize Unlimited | ? { $_.MailEnabled } #Remove mail enabledSet-PublicFolder “\Public Folder\Folder” -MailEnabled:$false -confirm:$False#Delete the Public Folder […]

How to search for Services on a network started by a user

Local PCcmd.exe /c echo . | powershell.exe -ExecutionPolicy Bypass -command “Get-WmiObject win32_service |Where {$_.startname -like ‘*admin*’}”Remote PCcmd.exe /c echo . | powershell.exe -ExecutionPolicy Bypass -command “Get-WmiObject win32_service […]

Citrix Netscaler – ERR_SSL_VERSION_OR_CIPHER_MISMATCH

Don’t get lost down this rabbit hole : https://support.citrix.com/article/CTX207466/error-errsslversionorciphermismatch-when-connecting-to-netscaler-gateway-using-chrome To disable TLS 1.0 and TLS 1.1 on NSIP by using the GUINavigate to Traffic Management > Load Balancing > […]

Using Powershell to Send Emails via 365

Finally can do this via OAuth ( No Username and password Azure APP ) AND Non-Interactive https://github.com/richfaj/SmtpClientDiag/blob/master/SmtpClientDiag.psm1 SMTP Will be Decommed Soon ( Below )

Universal Print – This indicate that a subscription within the tenant has lapsed, or that the administrator for this tenant has disabled

  We can’t reach the service at the moment. Please try again later.  Get support Perform self-diagnosticsSummary     Session IDbc1ddafe2ae44ebeb85a49d750237346Resource IDNot availableExtensionUniversal_PrintContentAllPrintersBladeError code400Fix Enable the Universal Print and Universal Print Native Client Applications […]