Per this article we changed Windows UPD to Not Roam Temp to fix Webview errorNext issue when Opening Spread Sheet builder Try resetting Webview back to BasicPlease open […]
Author: paris
Hidden Greyed out – Remove Hidden and System Property from Folder
Open CMD as Administratorattrib -H -S C:\Data\This would remove the Hidden and System attribute from the Folder Data
Nimble Firmware Update failure- 0.99 of 7.0: Update failed. Array reverts to old OS.
Nimble failed to update ( 0.99 of 7.0: Update failed. Array reverts to old OS. ) ————————————————–I reviewed the update logs and precheck and the error triggered that […]
Find user whos running Task scheduler
Scripts/Check_RunAsAccount.ps1 at master · TheSleepyAdmin/Scripts · GitHub
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 […]