Search Results for security

IIS 10.0 FTP IP Security allow list

IIS FTP IP Address and Domain Restrictions

...clients (set to $false) on # your virtual FTP Site in IIS. #> Set-WebConfigurationProperty -Filter /system.ftpserver/security/ipsecurity -Name allowUnlisted -Value "True" -PSPath 'IIS:' Set-WebConfigurationProperty -Filter /system.ftpserver/security/ipsecurity -Name allowUnlisted -Value "False" -PSPath...

Disk Cleanup in Windows Server

Analyze Component Store size with DISM in PowerShell

...with DISM /Online /Cleanup-Image, PowerShell Install-WindowsFeature and SFC /scannow Some reports are available explaining Microsoft Security Bulletin MS14-046 broke DISM /Online /Cleanup-Image /RestoreHealth, PowerShell Install-WindowsFeature with -Source parameter, and SFC...

Send email with PowerShell

PowerShell 5.0 logo

Easily send your DevOps reporting by email with this PowerShell function, because the Send-MailMessage cmdlet is obsolete. Of course you’ll be using StartTLS and authenticated SMTP as additional security. If...