Domain Controllers NTP Report
In this article, we will prepare a report with powershell script in active directory environment.What will be in the content of this report. I am sharing an example screenshot The script used is as follows
Active Directory Domain Services (AD DS) Reports
In this article, we will prepare a report with powershell script in active directory environment.What will be in the content of this report. I am sharing an example screenshot The script used is as follows
Stop clear text credentials exposure
Entities exposing credentials in clear text increase risk as unsecure traffic, such as LDAP simple-bind, is highly susceptible to interception. Attackers can then engage in malicious activities like stealing credentials. Through a security assessment, Microsoft Defender for Identity detects credentials being exposed in clear text through network traffic and event monitoring. User impact A user […]
Configure audit policies for Microsoft Defender for Identity
I will be explaining the simplest and easiest way to configure Microsoft Defender for Identity requirements. In this guide, I will help you maximize your identity security by explaining in detail the steps to enable and configure Microsoft Defender. With easy-to-understand steps and practical tips, you can quickly set up Microsoft Defender to protect your […]
ORCA – Office 365 Recommended Configuration Analyzer
Office 365 Recommended Configuration Analyzer (ORCA), Microsoft tarafından geliştirilen ve IT yöneticilerine Office 365 ortamlarını optimize etmeleri ve sorunları çözmeleri için yardımcı olan önemli bir araçtır. ORCA, Office 365 kiracılarının yapılandırmalarını sistematik olarak değerlendirir ve en iyi uygulamalar ve güvenlik standartlarının karşılanmasını sağlamak için uygulanabilir öngörüler sunar. ORCA Nasıl Kullanılır ORCA modülünü yükleyin ORCA PowerShell […]
Get allocation unit size with PowerShell
Sanal sunucunuzda 15 TB diskiniz olduğunu varsayalım disk alanınız dolmaya başladığı için sanal sunucunuzdaki diskinize +2 TB daha ekleme yaptınız extend ederken max 1 TB extend etmeye izin veriyor sisteminiz bu aşamada aşağıdaki adımları ve tabloyu kontrol etmek güzel bir seçenek olacaktır. Aşağıdaki powershell komutunu çalıştırdığınızda diskinizin unit size değerini verecektir. Get-CimInstance -ClassName Win32_Volume | […]