Search Results for https

Send email with PowerShell

PowerShell 5.0 logo

...to SMTP servers. While there is no immediate replacement available in PowerShell, we recommend you do not use Send-MailMessage at this time. See https://aka.ms/SendMailMessage for more information. Time for something...

Configure Windows Debugging Symbols in WinDbg

Save the current Workspace in which you configured the Windows Debugging Symbols path for WinDbg

...for understanding debugging and troubleshooting complex issues on Windows? Then check out this GitHub repo by “DebugPrivilege“: https://github.com/DebugPrivilege/InsightEngineering. Each section goes beyond just the theory aspects, emphasizing practical examples using...

List all SPNs used in your Active Directory

The house of names sign is displayed.

...the Service Principal Names – SPNs. # Source / credit: # https://social.technet.microsoft.com/wiki/contents/articles/18996.active-directory-powershell-script-to-list-all-spns-used.aspx cls $search = New-Object DirectoryServices.DirectorySearcher([ADSI]"") $search.filter = "(servicePrincipalName=*)" ## You can use this to filter for Organizational Units:...

PHP with WinCache on IIS

Microsoft Internet Information Services (IIS) logo

...for PHP 7.3 from https://sourceforge.net/projects/wincache/files/wincache-2.0.0/, choose the right version: x86 or x64! run the executable wincachewpi-2.0.0.8-7.3-nts-vc15-x86.exe to unpack the files in, for instance c:\temp. if you happen to download the...