中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

將客戶端主機移動到指定的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

盐边县| 平泉县| 宝应县| 新田县| 商洛市| 惠水县| 清流县| 安新县| 汤阴县| 延长县| 淮北市| 清水县| 康保县| 绥中县| 自治县| 安徽省| 浮梁县| 新丰县| 饶平县| 万源市| 金昌市| 景洪市| 双牌县| 泸溪县| 忻州市| SHOW| 武胜县| 富民县| 凭祥市| 梅河口市| 开远市| 龙川县| 固阳县| 天等县| 隆化县| 平邑县| 迁西县| 平舆县| 得荣县| 成安县| 上虞市|