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...

Use OpenSSL for basic SSL/TLS tasks

...certificates in Windows Server using PowerShell Use PowerShell with SSL client certificates for HTTPS GET requests Test SMTP authentication and StartTLS Don’t turn off CURLOPT_SSL_VERIFYPEER and fix your PHP configuration...

Install IIS in Windows 11 using PowerShell

Install IIS and Windows Features using PowerShell

...ones are: IIS-WebServerRole IIS-WebServer IIS-CommonHttpFeatures IIS-HttpErrors IIS-HttpRedirect Redirect HTTP to HTTPS IIS-ApplicationDevelopment IIS-Security IIS-RequestFiltering Remove IIS Server version HTTP Response Header “The length of the URL for this request exceeds...

Convert .htaccess to web.config

Microsoft Internet Information Services (IIS) logo

...support❤️ https://www.paypal.com/paypalme/jreilink. Set MIME-type and charset for file extension in IIS (Apache mod_mime equivalent) http://httpd.apache.org/docs/2.2/mod/mod_mime.html. Associates the requested filename’s extensions with the file’s behavior (handlers and filters) and content (mime-type,...

How to play old games on Windows with DOSBox

Blues Brothers MS-DOS game

...Hereinafter, you obviously need the CD-ROM. No worries, you download these from The Internet Archive for free! Here you find the original Command & Conquer by Virgin ISO’s: https://archive.org/details/Command_And_Conquer_1995_Virgin (unfortunately...

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...