All public logs
From Notes_Wiki
Combined display of all available logs of Notes_Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
(newest | oldest) View (newer 50 | older 50) (20 | 50 | 100 | 250 | 500)- 12:33, 2 July 2025 Ansil talk contribs created page Patch Management for Linux (Created page with " Home > ManageEngine Endpoint Central > Patch Management for Linux *Ubuntu Home > ManageEngine Endpoint Central > Patch Management for Linux")
- 10:00, 1 July 2025 Ansil talk contribs created page ManageEngine Endpoint Central (Created page with " Home > ManageEngine Endpoint Central *Patch Management for Windows OS *Patch Management for Linux *Patch Management for Windows Applications Home > ManageEngine Endpoint Central")
- 07:33, 21 June 2025 Ansil talk contribs created page FSMO Role Migration from Windows Server 2012 R2 to 2022 with AD Replication Setup (Created page with "== 🔄 FSMO Role Transfer – Step-by-Step Guide == This documentation explains how to transfer the five FSMO roles from a Windows Server 2012 R2 Domain Controller (''DC'') to a Windows Server 2022 Additional Domain Controller (''ADC'') using GUI tools. These operations were completed during a planned maintenance window, ensuring Active Directory continuity and replication health. === 🧩 FSMO Roles Overview === {| class="wikitable" ! FSMO Role !! Description |- | '...")
- 07:11, 21 June 2025 Ansil talk contribs created page Windows Server 2022 (Created page with "Home > Windows > Windows Server 2022 Home > Windows > Windows Server 2022")
- 06:22, 18 June 2025 Ansil talk contribs created page Test-NetConnection Cmdlet Reference and Usage (Created page with "Home > Windows > Windows OS Notes > Test-NetConnection PowerShell Cmdlet Reference '''Description''' ---------------------- The '''Test-NetConnection''' cmdlet is used to display diagnostic information for network connectivity. It supports: * Ping test * TCP port test * Traceroute * Route and source address diagnostics Module * NetTCPIP '''Test-NetConnection: Syntax and Parameter Reference''' -------------------------------------------...")
- 11:57, 12 June 2025 Ansil talk contribs created page Test Connectivity to Remote Machine Port (Created page with "Home > Windows > Windows OS Notes > Network Port and Connectivity Testing in Windows > Test Connectivity to Remote Machine Port == Test Connectivity to Remote Machine Port == Use the following PowerShell script to test TCP connectivity to a remote machine’s port: === Script === powershell $ipaddress = "10.11.21.59" $port = "10005" $connection = New-Object System.Net.Sockets.TcpClient($ipaddress, $port) if ($connecti...")
- 11:14, 12 June 2025 Ansil talk contribs created page Check Which Process is Listening on Port (Created page with "Home > Windows > Windows OS Notes > Network Port and Connectivity Testing in Windows == Check Which Process is Listening on a Port == This PowerShell command helps you identify which process is using a specific local port. === Steps === # Open '''PowerShell''' as Administrator. # Run the following command: ------ Get-Process -Id (Get-NetTCPConnection -LocalPort 10005).OwningProcess ----- # This will return the process name and details us...")
- 10:45, 12 June 2025 Ansil talk contribs created page Network Port and Connectivity Testing in Windows (Created page with "Home > Windows > Windows OS Notes > Network Port and Connectivity Testing in Windows *Check Which Process is Listening on Port *Test Connectivity to Remote Machine Port *Test-NetConnection Cmdlet Reference and Usage") Tag: Visual edit: Switched
- 10:43, 12 June 2025 Ansil talk contribs created page Windows OS Notes (Created page with "Home > Windows > *Windows OS Notes *Network Port and Connectivity Testing in Windows Home > Windows > *Windows OS Notes")
- 06:29, 22 May 2025 Ansil talk contribs created page Configuring Windows firewall to allow access to file shares only from specific source IPs (Created page with "Home > Windows > Windows Defender Firewall > Configuring Windows firewall to allow access to file shares only from specific source IPs To secure a Windows file server, you can configure the firewall to allow file sharing (SMB) access '''only from trusted IP addresses'''. This prevents unauthorized access from other devices on the network. First, enable File and Printer Sharing, then restrict the SMB rules in the firewall by specifying only th...")
- 06:03, 22 May 2025 Ansil talk contribs created page Changing RDP port on a Windows machine and create a new port allow rule in Windows firewall (Created page with "Home > Windows > Windows Defender Firewall > Changing RDP port on a Windows machine and create a new port allow rule in Windows firewall == Changing the RDP Port == Changing the RDP (Remote Desktop Protocol) port means modifying the default port (3389) used for remote connections to a Windows machine. === Purpose === * To enhance security by avoiding the commonly known default RDP port (3389). * To reduce exposure to automated port scannin...")
- 05:49, 22 May 2025 Ansil talk contribs created page Configuring Windows firewall to block all outgoing connections (Created page with "Home > Windows > Windows Defender Firewall > Configuring Windows firewall to block all outgoing connections == Block All Outbound Traffic == Block All Outbound Traffic is a firewall rule in Windows that prevents all outbound network traffic unless a specific rule allows it. This is typically used in highly secure environments where strict control over data leaving the system is required. Creating this rule ensures no applications can access th...")
- 05:43, 22 May 2025 Ansil talk contribs created page Windows Defender Firewall (Created page with "Home > Windows > Windows Defender Firewall *Configuring Windows firewall to block all outgoing connections *Changing RDP port on a Windows machine and create a new port allow rule in Windows firewall *Configuring Windows firewall to allow access to file shares only from specific source IPs Home > Windows > Windows Defender Firewall")