Fix APIPA IP Issues on vCloud VMs by Disabling IP Autoconfiguration Windows Server Guide
When I encountered this problem in a few virtual machines, I wanted to write it as an article, this problem can often occur in virtual servers, I share the solution steps below When the DHCP service is enabled but the DHCP server is temporarily or permanently unavailable, TCP/IP automatically assigns a Class B IP address […]
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
Domain Name System (DNS) Manager Configuring Debug Logging
Learn how to enable and configure debug logging in DNS Manager to monitor, analyze, and troubleshoot DNS queries and server activity. A practical step-by-step guide. Server Manager > Tools > DNS Manager > DnsServerName right click > Properties > Debug Logging We select the debug logs you want to activate, then we set which path […]
Active Directory Certificate Services (AD CS) Configuring Certification Authority Auditing
Learn how to configure auditing logs in Active Directory Certificate Services (AD CS) to monitor all key actions in your Certificate Authority. A complete setup guide. Server Manager > Tools > Certification Authority > domainname-DC-CA right click > Properties > Auditing You can activate the audit logs according to your needs from the section below, […]
Resolve unsecure account attributes
Every account in Active Directory has multiple attributes representing its security configurations. When misconfigured, these attributes can make these account more susceptible to cyber attacks. Setting these attributes in accordance to security best practices can greatly increase the security posture of your accounts. A user or an application that relies on these types of unsecure […]
Prohibit use of Internet Connection Sharing on your DNS domain network
Kablosuz gibi mevcut bir internet bağlantısının diğer sistemler tarafından paylaşılıp kullanılamayacağını ve esasen bir mobil hotspot oluşturup oluşturamayacağını belirler. İnternet bağlantı paylaşımı, kullanıcıların mevcut internet bağlantılarını diğer cihazlarla paylaşmasına olanak tanıyan bir teknolojidir. Ancak, özellikle kurumsal ağlarda veya güvenliğin ön planda olduğu ortamlarda, bu uygulama belirli riskler taşır. DNS etki alanı üzerinden internet bağlantı paylaşımını […]
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 […]
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 | […]