Emre Ozan Memis

Emre Ozan Memis

Azure MVP

Primary Menu
  • MICROSOFT AZURE
  • GITHUB
  • PowerShell
  • WINDOWS SERVER
    • Role and Features
      • ADDS
      • IIS
      • RDS
Skip to content
PowerShell

PowerShell ile RDP session log kayitlari inceleme scripti

Haziran 7, 2021Şubat 7, 2022

$logs = get-eventlog system -ComputerName powershell-ozan -source Microsoft-Windows-Winlogon -After (Get-Date).AddDays(-7); $res = @(); ForEach ($log in $logs) {if($log.instanceid -eq 7001) […]

PowerShell

PowerShell ile birden fazla IP’ye ping atma scripti

Mayıs 7, 2021Şubat 7, 2022

[CmdletBinding()] Param ( [Parameter(Mandatory=$true, ValueFromPipeline=$true, ValueFromPipelineByPropertyName=$true, Position=0)] [ValidateNotNullOrEmpty()] [string[]]$ComputerName, [Parameter(Position=1)] [int]$ResultCount = 150 ) $PipelineItems = @($input) if ($PipelineItems.Count) { […]

PowerShell

PowerShell ile RDP ataklarını engelleme scripti

Mayıs 5, 2021Şubat 7, 2022

# Firewall uzerinde tanimladiginiz kuralin adini yazınız $firewallRuleName = “RDP Atak Engelle” # Karalisteye eklenmetecek IP adreslerini yada hostnamelerini tanimlayiniz. […]

EOM

Microsoft Certified Trainer 2021-2022

Nisan 18, 2021

Many of Microsoft’s software and technologies are technically complex, and professionals may require training from knowledgeable trainers in aspects of […]

EOM

Microsoft Certified: Azure Administrator Associate (AZ-104)

Nisan 18, 2021Nisan 18, 2021

Earning Azure Administrator Associate certification validates the skills and knowledge to implement, manage, and monitor an organization’s Microsoft Azure environment. […]

Role and Features WINDOWS SERVER

Windows Server 2022 – Domain Controller Kurulumu

Şubat 16, 2021Şubat 16, 2021
Role and Features WINDOWS SERVER

Windows Server 2022 – IIS Kurulumu

Şubat 16, 2021Şubat 16, 2021
PowerShell WINDOWS SERVER

Windows Server 2022 Kurulumu – Core

Şubat 10, 2021Şubat 10, 2021
WINDOWS SERVER

Windows Server 2022 Kurulumu – Desktop Experience

Şubat 10, 2021
Datacenter PowerShell RDS Role and Features

PowerShell ile Remote Desktop Services Kurulumu ve Yapılandırması

Ocak 17, 2021

Yazı dolaşımı

Önceki 1 … 5 6 7 … 19 Sonraki

Emre Ozan Memis

Son Yazılar

  • GitHub Copilot ile Kod Referanslama
  • GıtHub Enterprıse Cloud wıth Data Resıdency: Azure ile Güçlendirilmiş
  • Mıcrosoft Azure Confıdentıal Inferencıng ile Verilerinizi Güvende Tutun
  • Azure Aboneliği ile GıtHub Kullanmanın Avantajları
  • GıtHub Copılot, o1 Modeli ile Güçleniyor

Bu blog Vargonen
sunucularında barınmaktadır.

Kategoriler

  • ADDS (9)
  • AI (10)
  • Datacenter (11)
  • EOM (78)
  • Exchange (1)
  • GITHUB (10)
  • IIS (5)
  • MICROSOFT AZURE (8)
  • MS SQL (8)
  • PowerShell (12)
  • RDS (9)
  • Role and Features (10)
  • WINDOWS SERVER (72)
Copyright © emreozanmemis.com All rights reserved. Theme: Minimal Grid by Thememattic