亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

將客戶端主機移動到指定的OU內

發布時間:2020-07-05 21:47:02 來源:網絡 閱讀:566 作者:Sir_Yuanzhe 欄目:系統運維

##########################################
#######將客戶端主機移動到指定的OU內######
################# V1.0 #################
############ yuanzhe #################

###添加 ActiveDirectory power shell模塊###
Import-Module ActiveDirectory
###將Windows7 企業版賦予變量###
####$windows7enterpise=Get-ADComputer -SearchBase "CN=Computers,DC=ljstaff,DC=com" -Filter {OperatingSystem -eq "Windows 7 企業版"} -Properties OperatingSystem,OperatingSystemVersion | select OperatingSystem,OperatingSystemVersion
$windows7enterpise ="Windows 7 企業版"

###將Windows7 旗艦版賦予變量###
$windows7Uitimate="Windows 7 旗艦版"

###將Windows10 企業版版賦予變量###
$windows10Enterpise="Windows 10 企業版"

###將Windows 10 專業版版賦予變量###
$windows10ProfessionalEdition="Windows 10 專業版"

###查看computers目錄下的所有計算機###
$computers=Get-ADComputer -SearchBase "CN=Computers,DC=windows,DC=com" -Filter * -Properties OperatingSystem,OperatingSystemVersion

###添加域主機的OU目錄###
$dasou="ou=das,dc=windows,dc=com"

foreach ( $lscomputer in $computers )
{
###將computers OU下的Windows 7 企業版計算機移動到 DAS OU內###
if ($lscomputer.OperatingSystem -eq "$windows7enterpise"){
Move-ADObject -Identity $lscomputer -TargetPath $dasou
###暫停###
#Pause
}
###將computers OU下的Windows 7 旗艦版計算機移動到 DAS OU內###
if ($lscomputer.OperatingSystem -eq "$windows7Uitimate"){
Move-ADObject -Identity $lscomputer -TargetPath $dasou
###暫停###
#Pause
}
###將computers OU下的Windows 10 企業版計算機移動到 DAS OU內###
if ($lscomputer.OperatingSystem -eq "$windows10Enterpise"){
Move-ADObject -Identity $lscomputer -TargetPath $dasou
###暫停###
#Pause
}
###將computers OU下的Windows 10 專業版計算機移動到 DAS OU內###
if ($lscomputer.OperatingSystem -eq "$windows10ProfessionalEdition"){
Move-ADObject -Identity $lscomputer -TargetPath $dasou
###暫停###
#Pause
}
}

制作任務計劃

每隔4小時運行一下腳本

添加參數
程序腳本:powershell #運行工具
添加參數:C:\script\Movecomputer.ps1 #腳本路徑
起始于:C:\script\ #指定程序目錄

將客戶端主機移動到指定的OU內

向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

海林市| 米泉市| 达州市| 青海省| 军事| 孝义市| 云阳县| 略阳县| 安泽县| 南陵县| 秭归县| 措美县| 弥勒县| 大竹县| 酒泉市| 阳新县| 南川市| 长宁县| 利津县| 温泉县| 乌兰浩特市| 金山区| 泰兴市| 乌恰县| 邢台县| 泸溪县| 乌什县| 临颍县| 杂多县| 且末县| 黎城县| 徐水县| 长阳| 荃湾区| 宜兰县| 新宾| 崇州市| 安阳县| 磐安县| 日照市| 东丽区|