Skip to content
Cumartesi, Ocak 28, 2023
En güncel:
  • Sys Center Orchestrator 2022 Runbooks Can Not Display Error [Fix]
  • Hyper-V Enable Nested Virtualization in Linux VM
  • Azure Private Endpoint vs Service Endpoint
  • OpenSSL Report from Sccm Database [Sql Query]
  • Webapp Deployment Slots – Azure App Service
Onur Omer TUNC

Onur Omer TUNC

Azure | DevOps | Powershell | ConfigMgr

  • Azure
  • DevOps
  • SCCM
  • POWERSHELL
  • Sql-Query
  • Contact

Powershell

Sccm-Powershell-Automation
Powershell sccm 

Check Distribution Point Role With Powershell

11 Ekim 202211 Ekim 2022 adminomer 0 yorum powershell, sccm

Merhaba,Bu script banka vb. ortamlarda standart olarak kurulan şube server veya düzenli olarak sabit kurulum yaptığınız bir AD-OU var ise

Devam
Sccm-Powershell-Automation
Powershell sccm 

Delete Sccm Inactive Device from Database

4 Ekim 20224 Ekim 2022 adminomer 0 yorum powershell, sccm

Sccm ortamınızda bulunan ve domainden düşen ama sccm database’de kalan inactive device temizliği için çok faydalı bir scripti paylaşıyorum. Task

Devam
Sccm-Powershell-Automation
Powershell 

Sccm Unknown Computers Troubleshooting [Powershell]

21 Mart 202221 Mart 2022 adminomer 0 yorum powershell, sccm, Troubleshooting, unknown

Merhaba bu yazıda sizlere sccm üzerinden dağıtmış olduğunuz software update deploymentları sonrası, compliance raporlarında unknown durumda gözüken cihazlarınız için troubleshooting

Devam
Powershell-System-Automation
Powershell 

Active Directory’de -60 Gündür Login Olmayan Bilgisayarlar

20 Mart 202220 Mart 2022 adminomer 0 yorum activedirectory, adddays, lastlogondate, powershell

$Computerlist = get-content C:\unknown.txt Foreach ($computer in $Computerlist) { Get-ADComputer -Filter “Name -like ‘$computer*’” -Properties * | Where-Object {$_.LastLogonDate -le

Devam
Powershell-System-Automation
Powershell 

Find Disable Computer in Active Directory With Powershell

20 Mart 202220 Mart 2022 adminomer 0 yorum disable, powershell

#AD’de Disable Olan Bilgisayarlar $Computerlist = get-content C:\unknown.txt Foreach ($computer in $Computerlist) { Get-ADComputer -Filter “Name -like ‘$computer*’” -Properties *

Devam
Sccm-Powershell-Automation
Powershell 

Set Computer Description With Powershell

20 Mart 202220 Mart 2022 adminomer 0 yorum description, get-ciminstance, powerhell, sccm

#Description Uygulanmasi (Apply) $Computerlist = get-content C:\servers\desc.txt Foreach ($computer in $Computerlist) { $value = @{Description = ‘onuromertunc‘} Set-CimInstance -Query ‘Select

Devam

Powershell

Sccm-Powershell-Automation
Powershell sccm 

Check Distribution Point Role With Powershell

11 Ekim 202211 Ekim 2022 adminomer 0

Merhaba,Bu script banka vb. ortamlarda standart olarak kurulan şube server veya düzenli olarak sabit kurulum yaptığınız bir AD-OU var ise

Sccm-Powershell-Automation
Powershell sccm 

Delete Sccm Inactive Device from Database

4 Ekim 20224 Ekim 2022 adminomer 0
Sccm-Powershell-Automation
Powershell 

Sccm Unknown Computers Troubleshooting [Powershell]

21 Mart 202221 Mart 2022 adminomer 0
Powershell-System-Automation
Powershell 

Active Directory’de -60 Gündür Login Olmayan Bilgisayarlar

20 Mart 202220 Mart 2022 adminomer 0
Tüm hakları saklıdır © 2023 Onur Omer TUNC.
Tema: ThemeGrill tarafından ColorMag. Altyapı WordPress.