Scripts/Check_RunAsAccount.ps1 at master · TheSleepyAdmin/Scripts · GitHub
Category: Research
Research Undertaken
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 )
Intune proactive remediation to Uninstall Software
Remotely Uninstall Locally Uninstall Location ( Make sure you are licensed to use ) Detect Remmediate
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 […]
Oops, we couldn’t connect to “SessionDesktop” – Azure WVD
Oops, we couldn’t connect to “SessionDesktop”We couldn’t connect to the gateway because of an error. If this keeps happening, ask your admin or tech support for help. SolutionMake […]
Teams – We’re Sorry – we’ve run into an issue – UPD
After adding C:\Users\%username%\AppData\Local\Microsoft as a path to the UPD to save , randomly teams would start crashing per belowUsually the fix for this is to delete C:\Users\%username%\AppData\Roaming\Microsoft […]
Onenote files Date Modified not updating when Editing in Desktop Application
This looks like a bit of a bug , when you change an OneNote file hosted in Onedrive or Sharepoint via the Application in windows it does […]