Active Directory Toplu Attribute Değiştirilmesi
Get-aduser -SearchBase “ou=test1,dc=guler,dc=com” -filter * -properties taahhut | where {($_.taahhut -eq $notset)} | Select-Object sAMAccountName,taahhut| Export-Csv C:\personel.csv -NoTypeInformat...
Get-aduser -SearchBase “ou=test1,dc=guler,dc=com” -filter * -properties taahhut | where {($_.taahhut -eq $notset)} | Select-Object sAMAccountName,taahhut| Export-Csv C:\personel.csv -NoTypeInformat...
Sysmon (System Monitor) is a Windows system service and It is one of the Sysinternals tools. that, once installed, runs permanently on system reboots. Its main function is to monitor system activit...
Show my ip address sudo ip a ifconfig Go to "/etc/netplan/" and edit the required file #sudo vi /etc/netplan/01-netcfg.yaml#sudo vi /etc/netplan/00-installer-config.yaml # This is the n...
$DaysInactive = 181$time = (Get-Date).Adddays(-($DaysInactive))Get-ADComputer -Filter {LastLogonTimeStamp -lt $time} -ResultPageSize 2000 -resultSetSize $null -Properties Name, OperatingSystem, Sam...
Windows sistemlerde sistem saati ayarları Run: ms-settings:dateandtime REG: HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\W32Time\Parameters Type: "Type"="NoSync" - Saati Otomatik...