Move computers to another OU using a text file
$computers = Get-Content C:\computers.txt
$TargetOU = "OU=DENEME,DC=domain,DC=com,DC=tr"
ForEach( $computer in $computers)
{
Get-ADComputer $computer |
Move-ADObject -TargetPath $TargetOU
}
Kaydol:
Kayıtlar (Atom)
Windows Server IIS üzerinden hizmet veren bir FTP servisine erişmek istediğimizde; Internet Explorer, FileZilla vb. uygulamalar ile erişim ...
-
IPMI Tool 1.8.18 This tool provides Serial Over LAN functionality for the VNXe3200, VNXe1600 and Dell EMC Unity hardware products. The I...
-
How to reclaim deduplication storage space manually in NetBackup 5000 series and NetBackup 5200 series appliances For background and over...
-
Generate and capture the sfs_dump data: In this section you will need to know how to connect to your Data Domain via a ssh client,...