ແນວຄວາມຄິດ: ຄຳຖາມທີ່ພົບຫຼາຍທີ່ສຸດກ່ຽວກັບ PowerShell
ທ່ານສາມາດນຳໃຊ້ຄຳສັ່ງເຫຼົ່ານີ້ດ້ວຍຫຼາຍວິທີເຊັ່ນ:
- ໃຊ້ເພື່ອ ກອບປີ/ວາງ ຄຳສັ່ງດັ່ງກ່າວລົງໃນສະຄຣິບ
- ໃຊ້ເພື່ອຊອກຫາຄຳສັ່ງທີ່ຕ້ອງການໄດ້ຢ່າງວ່ອງໄວ
- ໃຊ້ເພື່ອພັດທະນາທັກສະຄວາມຮູ້ຂອງຕົວເອງ
- ໃຊ້ເພື່ອຮຽນຮູ້ຄຳສັ່ງໃໝ່ໆ
- ໃຊ້ເພື່ອກະກຽມເຂົ້າໃນການສຳພາດວຽກ
ການປັບປຸງ |
ກໍລະກົດ 13, 2015
|
ຜູ້ຂຽນ | powershell-guru.com |
ແຫຼ່ງຂໍ້ມູນ | lao.powershell-guru.com |
ໝວດໝູ່ |
75
|
ຄຳຖາມ |
610
|
System
ວິທີການລະບຸລຸ່ນຂອງ PowerShell ວ່າເປັນລຸ່ນໃດ?
1 2 3 4 5 6 7 8 9 |
# via Powershell $PSVersionTable.PSVersion.Major # via Registry (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\PowerShell\1\PowerShellEngine').PowerShellVersion # Versions 1 and 2 (Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\PowerShell\3\PowerShellEngine').PowerShellVersion # Versions 3 and 4 # via Remote Invoke-Command -ComputerName $computer -ScriptBlock { $PSVersionTable.PSVersion.Major } |
ວິທີການດໍາເນີນການ PowerShell ເພື່ອໃຫ້ໃຊ້ງານເຂົ້າກັນກັບລຸ່ນຍ້ອນຫຼັງ?
powershell.exe -Version 2.0
ວິທີການຂໍໃຊ້ງານ PowerShell ໃນລຸ່ນຕ່ຳສຸດ (3.0 ແລະ ສູງກວ່າ) ໃນ script ດ້ວຍ PowerShell?
#Requires -Version 3.0
ວິທີການຂໍໃຊ້ສິດທິຂອງຜູ້ດູແລລະບົບສຳລັບ script ດ້ວຍ PowerShell?
1 2 3 4 5 |
# Solution 1 #Requires -RunAsAdministrator # Solution 2 [bool]((whoami.exe /all) -match 'S-1-16-12288') |
ວິທີການກວດສອບພາຣາມິເຕີຂອງ script ດ້ວຍ PowerShell?
help -Name .\Get-ExchangeEnvironmentReport.ps1 -Full
ວິທີການສະແດງຂໍ້ມູນສໍາລັບຜູ້ໃຊ້ປະຈຸບັນດ້ວຍ PowerShell?
[Security.Principal.WindowsIdentity]::GetCurrent()
ວິທີການສ້າງ, ແກ້ໄຂ, ແລະ ໂຫຼດໂປຣໄຟລ໌ ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 |
# Create New-Item -Type file -Force $profile # Edit psEdit $profile ise $profile # Reload (without restarting Powershell) & $profile .$profile |
ວິທີການຢຸດພັກ 5 ວິນາທີ / ນາທີໃນ script ດ້ວຍ PowerShell?
Start-Sleep -Seconds 5
Start-Sleep -Seconds 300 # 5 minutes
ວິທີການສະແດງເວລາໃນການບູທ໌ຄັ້ງລ່າສຸດດ້ວຍ PowerShell?
(Get-CimInstance -ClassName win32_operatingsystem).LastBootUpTime
ວິທີການສະແດງການເລັ່ງປະເພດຕ່າງໆດ້ວຍ PowerShell?
1 |
[PSObject].Assembly.GetType('System.Management.Automation.TypeAccelerators')::Get.GetEnumerator() | Select-Object -Property @{Name='Key'; Expression={$_.Key}},@{name='Value'; Expression={$_.Value}} | Sort-Object -Property Key | Format-Table -AutoSize |
ວິທີການສະແດງລາຍການໂປຣແກຣມເລີ່ມຕົ້ນດ້ວຍ PowerShell?
1 |
Get-WmiObject -Class Win32_StartupCommand | Sort-Object -Property Caption | Format-Table -Property Caption, Command, User -AutoSize |
ວິທີການຖອນການຕິດຕັ້ງແອພລິເຄຊັນດ້ວຍ PowerShell?
1 2 |
$application = Get-WmiObject -Query "SELECT * FROM Win32_Product WHERE Name LIKE 'HP Recovery Manager'" $application.Uninstall() |
ວິທີການຖ່າຍພາບໜ້າຈໍ desktop ທັງໝົດ ຫຼື ຫນ້າຈໍທີ່ກຳລັງໃຊ້ງານຢູ່ດ້ວຍ PowerShell?
Take-ScreenShot -Screen -File 'C:\scripts\screenshot.png' -Imagetype JPEG
Repository : Take-ScreenShot
ວິທີການສະແດງການນັບຂໍ້ຄວາມສໍາລັບຄິວ MSMQ ດ້ວຍ PowerShell?
1 |
Get-WmiObject -Class Win32_PerfRawData_MSMQ_MSMQQueue -ComputerName $computer | Format-Table -Property Name, MessagesInQueue -AutoSize |
ວິທີການຕັ້ງຄ່ານະໂຍບາຍການປະຕິບັດການດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 11 |
# Restricted - No scripts can be run. Windows PowerShell can be used only in interactive mode. Set-ExecutionPolicy -ExecutionPolicy Restricted # AllSigned - Only scripts signed by a trusted publisher can be run. Set-ExecutionPolicy -ExecutionPolicy AllSigned # RemoteSigned - Downloaded scripts must be signed by a trusted publisher before they can be run. Set-ExecutionPolicy -ExecutionPolicy RemoteSigned # Unrestricted - No restrictions - All Windows PowerShell scripts can be run. Set-ExecutionPolicy -ExecutionPolicy Unrestricted |
ວິທີການສ້າງທາງລັດດ້ວຍ PowerShell?
1 2 3 4 |
$shell = New-Object -ComObject WScript.Shell $shortcut = $shell.Createshortcut("$HOME\Desktop\Procexp.lnk") $shortcut.TargetPath = 'C:\SysinternalsSuite\procexp.exe' $shortcut.Save() |
ວິທີການ pin ຫຼື unpin ໂປຣແກຣມເທິງແຖບ taskbar ດ້ວຍ PowerShell?
1 2 3 4 |
$shell = New-Object -ComObject shell.application $program = $shell.Namespace($env:windir).Parsename('notepad.exe') $program.Invokeverb('TaskbarPin') $program.Invokeverb('TaskbarUnpin') |
ວິທີການເປີດ Windows Explorer ດ້ວຍ PowerShell?
[Diagnostics.Process]::Start('explorer.exe')
Invoke-Item -Path C:\Windows\explorer.exe
ວິທີການສະແດງລາຍການໂປຣແກຣມຄວບຄຸມອຸປະກອນດ້ວຍ PowerShell?
Get-WmiObject -Class Win32_PnPSignedDriver
Get-WindowsDriver -Online -All
driverquery.exe
ວິທີການສ້າງຄູ່ມືດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
# Empty GUID [GUID]::Empty 00000000-0000-0000-0000-000000000000 # New GUID (lower case by default) [GUID]::NewGuid() 7049b4a9-e4bc-4008-a683-067934bd39cf # New GUID (upper case) $guid = ([GUID]::NewGuid()).ToString().ToUpper() DD7F5A7B-F46B-49D0-B8A1-D8D1360D2E27 # New GUID with a specific value [GUID]('bc4ad3d3-d704-4bd0-843f-d607fbbc4cd7') bc4ad3d3-d704-4bd0-843f-d607fbbc4cd7 # New GUID (Powershell v5) New-Guid cdcaa4d9-c85f-40d7-afd9-32f003afa130 |
ວິທີການຮັບຕຳແໜ່ງຂອງໄດເຣັກທໍຣີຂອງຜູ້ໃຊ້ງານປັດຈຸບັນດ້ວຍ PowerShell?
[System.IO.Path]::GetTempPath()
ວິທີການລວມເສັ້ນທາງຫຼັກ ແລະ ເສັ້ນທາງຍ່ອຍເຂົ້າເປັນເສັ້ນທາງດຽວດ້ວຍ PowerShell?
Join-Path -Path C:\ -ChildPath \windows
ວິທີການສະແດງລາຍການທັງໝົດຂອງ cmdlet “Get-*” ດ້ວຍ PowerShell?
Get-Command -Verb Get
ວິທີການສະແດງລາຍການລະບົບໂຟລ໌ເດີພິເສດດ້ວຍ PowerShell?
1 |
[System.Enum]::GetNames([System.Environment+SpecialFolder]) | ForEach-Object -Process { $_ + " [System.Environment]::GetFolderPath($_)" } |
ວິທີການຕິດຕັ້ງ ISO / VHD ໄຟລ໌ ດ້ວຍ PowerShell?
Mount-DiskImage 'D:\ISO\file.iso' # ISO
Mount-DiskImage 'D:\VHD\file.vhd' # VHD
ວິທີການກວດສອບລຸ່ນຂອງ .NET Framework ທີ່ຕິດຕັ້ງມາດ້ວຍ PowerShell?
1 |
Get-ChildItem -Path 'HKLM:\SOFTWARE\Microsoft\NET Framework Setup\NDP' -Recurse | Get-ItemProperty -Name Version -EA 0 | Where-Object -FilterScript { $_.PSChildName -match '^(?!S)\p{L}' } | Select-Object -Property PSChildName, Version |
ວິທີການກວດສອບເບິ່ງວ່າ .NET Framework ລຸ່ນ 4.5 ມີການຕິດຕັ້ງຫຼືບໍ່ ດ້ວຍ PowerShell?
(Get-ItemProperty -Path 'HKLM:\Software\Microsoft\NET Framework Setup\NDP\v4\Full' -EA 0).Version -like '4.5*'
ວິທີການເລີ່ມຕົ້ນ ແລະ ຢຸດ transcript (ເພື່ອສ້າງການບັນທຶກເຊສເຊິນຂອງ Windows PowerShell) ດ້ວຍ PowerShell?
Start-Transcript -Path 'C:\scripts\transcript.txt
Stop-Transcript
ວິທີການປ່ຽນແປງໄດເຣັກທໍຣີໃນປະຈຸບັນໄປຍັງສະຖານທີ່ສະເພາະໃດຫນຶ່ງດ້ວຍ PowerShell?
Set-Location -Path 'C:\scripts'
ວິທີການລ້າງຫນ້າຈໍດ້ວຍ PowerShell?
Clear-Host
cls # Alias
ວິທີການປ່ຽນແປງຄວາມລະອຽດຂອງການສະແດງຜົນດ້ວຍ PowerShell?
Set-DisplayResolution -Width 1280 -Height 1024 -Force # Windows 2012
ວິທີການກໍານົດໜ້າຕ່າງ “ເຕັມຫນ້າຈໍ” ດ້ວຍ PowerShell?
mode.com 300
ວິທີການສະແດງຂະໜາດ (ຄວາມກວ້າງ ແລະ ຄວາມສູງ) ຂອງຮູບພາບດ້ວຍ PowerShell?
1 2 3 4 5 6 7 |
$picture = New-Object -ComObject Wia.ImageFile $picture.LoadFile('C:\screenshot.jpg') [PSCustomObject] @{ Width = $picture.Width Height = $picture.Height } |
ວິທີການສະແດງລະຫັດຜະລິດຕະພັນຂອງ Windows ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 |
function Get-WindowsKey { ## function to retrieve the Windows Product Key from any PC ## by Jakob Bindslet (jakob@bindslet.dk) param ($targets = '.') $hklm = 2147483650 $regPath = 'Software\Microsoft\Windows NT\CurrentVersion' $regValue = 'DigitalProductId' Foreach ($target in $targets) { $productKey = $null $win32os = $null $wmi = [WMIClass]"\\$target\root\default:stdRegProv" $data = $wmi.GetBinaryValue($hklm,$regPath,$regValue) $binArray = ($data.uValue)[52..66] $charsArray = 'B', 'C', 'D', 'F', 'G', 'H', 'J', 'K', 'M', 'P', 'Q', 'R', 'T', 'V', 'W', 'X', 'Y', '2', '3', '4', '6', '7', '8', '9' ## decrypt base24 encoded binary data For ($i = 24; $i -ge 0; $i--) { $k = 0 For ($j = 14; $j -ge 0; $j--) { $k = $k * 256 -bxor $binArray[$j] $binArray[$j] = [math]::truncate($k / 24) $k = $k % 24 } $productKey = $charsArray[$k] + $productKey If (($i % 5 -eq 0) -and ($i -ne 0)) { $productKey = '-' + $productKey } } $win32os = Get-WmiObject -Class Win32_OperatingSystem -ComputerName $target $obj = New-Object -TypeName Object $obj | Add-Member -MemberType Noteproperty -Name Computer -Value $target $obj | Add-Member -MemberType Noteproperty -Name Caption -Value $win32os.Caption $obj | Add-Member -MemberType Noteproperty -Name CSDVersion -Value $win32os.CSDVersion $obj | Add-Member -MemberType Noteproperty -Name OSArch -Value $win32os.OSArchitecture $obj | Add-Member -MemberType Noteproperty -Name BuildNumber -Value $win32os.BuildNumber $obj | Add-Member -MemberType Noteproperty -Name RegisteredTo -Value $win32os.RegisteredUser $obj | Add-Member -MemberType Noteproperty -Name ProductID -Value $win32os.SerialNumber $obj | Add-Member -MemberType Noteproperty -Name ProductKey -Value $productKey $obj } } |
Perfmon
ວິທີການໄດ້ຮັບຄ່າສະເລ່ຍໃນປະຈຸບັນຂອງ “% ເວລາການປະມວນຜົນ” ໃນຊ່ວງເວລາ 5 ວິນາທີ (10 ຄັ້ງ) ດ້ວຍ PowerShell?
(Get-Counter '\Processor(_total)\% Processor Time' -SampleInterval 5 -MaxSamples 10).CounterSamples.CookedValue
Assemblies
ວິທີການໂຫຼດ assemblies ດ້ວຍ PowerShell?
1 2 3 4 5 6 |
Add-Type -AssemblyName 'System.Windows.Forms' Add-Type -Path 'C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll' # Deprecated [System.Reflection.Assembly]::LoadFrom('C:\Windows\Microsoft.Net\assembly\GAC_MSIL\System.Windows.Forms\v4.0_4.0.0.0__b77a5c561934e089\System.Windows.Forms.dll') |
ວິທີການກວດສອບ .NET assemblies ປະຈຸບັນທີ່ຖືກໂຫຼດ ດ້ວຍ PowerShell?
1 2 3 4 5 |
# Check All [System.AppDomain]::CurrentDomain.GetAssemblies() # Check specific one [System.AppDomain]::CurrentDomain.GetAssemblies() | Where-Object -FilterScript { $_.FullName -like '*forms*' } |
ວິທີການຄົ້ນຫາເສັ້ນທາງຂອງ GAC (Global Assembly Cache) ດ້ວຍ PowerShell?
1 |
(New-Object -TypeName Regex -ArgumentList '(?<=file:///)(.*)(?=\/GAC)', 'IgnoreCase').Match(([PSObject].Assembly.Evidence | Where-Object -FilterScript { $_.Value -ne $null }).Value).Value -replace '/', '\' |
Clipboard
ວິທີການຄັດລອກຜົນໄດ້ຮັບໄປຍັງ clipboard ດ້ວຍ PowerShell?
1 |
Get-Process | clip.exe |
ວິທີການຮັບເນື້ອໃນຂອງ clipboard ດ້ວຍ PowerShell?
Add-Type -AssemblyName PresentationCore
[Windows.Clipboard]::GetText()
Hotfixes
ວິທີການສະແດງ hotfixes ທີ່ຖືກຕິດຕັ້ງດ້ວຍ PowerShell?
Get-HotFix -ComputerName $computer
ວິທີການສະແດງ hotfixes ທີ່ຖືກຕິດຕັ້ງ ກ່ອນ / ຫຼັງ ຈາກວັນທີສະເພາະໃດຫນຶ່ງດ້ວຍ PowerShell?
Get-HotFix | Where-Object -FilterScript { $_.InstalledOn -lt ([DateTime]'01/01/2015') } # Before 01/01/2015
Get-HotFix | Where-Object -FilterScript {$_.InstalledOn -gt ([DateTime]'01/01/2015')} # After 01/01/2015
ວິທີການກວດກາເບິ່ງວ່າມີການຕິດຕັ້ງ hotfixes ຫຼືບໍ່ ດ້ວຍ PowerShell?
Get-HotFix -Id KB2965142
ວິທີການສະແດງ hotfixes ທີ່ຕິດຕັ້ງໃນຄອມພິວເຕີຫ່າງໄກດ້ວຍ PowerShell?
Get-HotFix -ComputerName $computer
Pagefile
ວິທີການສະແດງຂໍ້ມູນ Pagefile ດ້ວຍ PowerShell?
Get-WmiObject -Class Win32_PageFileusage | Select-Object -Property Name, CurrentUsage, AllocatedBaseSize, PeakUsage, InstallDate
ວິທີການຮັບຂະຫນາດທີ່ແນະນໍາ (MB) ສໍາລັບ Pagefile ດ້ວຍ PowerShell?
[Math]::Truncate(((Get-WmiObject -Class Win32_ComputerSystem).TotalPhysicalMemory) / 1MB) * 1.5
ວິທີການສ້າງ Pagefile (4096 MB) ໃນຊ່ອງ (D:) ດ້ວຍ PowerShell?
1 2 3 4 5 |
Set-WmiInstance -Class Win32_PageFileSetting -Arguments @{ Name = 'D:\pagefile.sys' InitialSize = 4096 MaximumSize = 4096 } |
ວິທີການລົບ Pagefile ໃນຊ່ອງ (C:) ດ້ວຍ PowerShell?
1 2 3 4 5 |
$privileges = Get-WmiObject -Class Win32_computersystem -EnableAllPrivileges $privileges.AutomaticManagedPagefile = $false $privileges.Put() $pagefile = Get-WmiObject -Query "select * from Win32_PageFileSetting where name='c:\\pagefile.sys'" $pagefile.Delete() # Reboot required |
Maintenance
ວິທີການກວດສອບການກະຈາຍຕົວຂອງໄດຣຟ໌ ດ້ວຍ PowerShell?
1 |
$drive = Get-WmiObject -Class Win32_Volume -Filter "DriveLetter = 'c:'" $defragReport = $drive.DefragAnalysis() $defragReport.DefragAnalysis |
ວິທີການກວດສອບພື້ນທີ່ວ່າງໃນດິສກ໌ໄດຣຟ໌ ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 11 12 13 |
Get-WmiObject -Class Win32_logicaldisk | Format-Table -Property @{ Name = 'Drive' Expression = {$_.DeviceID} }, @{ Name = 'Total size (GB)' Expression = {[decimal]('{0:N0}' -f($_.Size/1gb))} }, @{ Name = 'Free space(GB)' Expression = {[decimal]('{0:N0}'-f($_.Freespace/1gb))} }, @{ Name = 'Free (%)' Expression = {'{0,6:P0}' -f(($_.Freespace/1gb) / ($_.size/1gb))} } -AutoSize |
Files
ວິທີການເປີດໄຟລ໌ ດ້ວຍ PowerShell?
Invoke-Item -Path 'C:\scripts\file.txt'
.'C:\scripts\file.txt'
ວິທີການອ່ານໄຟລ໌ ດ້ວຍ PowerShell?
Get-Content -Path 'C:\scripts\file.txt'
gc "C:\scripts\file.txt" # Alias
ວິທີການຂຽນຜົນໄດ້ຮັບໄປຍັງໄຟລ໌ ດ້ວຍ PowerShell?
1 2 3 |
'Line1', 'Line2', 'Line3' | Out-File -FilePath 'C:\scripts\file.txt' -Encoding ascii 'Line1', 'Line2', 'Line3' | Add-Content -Path file.txt 'Line1', 'Line2', 'Line3' > file.txt |
ວິທີການສະແດງຊື່ເຕັມຂອງໄຟລ໌ສະຄຣິບປະຈຸບັນ ດ້ວຍ PowerShell?
$MyInvocation.MyCommand.Path
ວິທີການບີບອັດໄຟລ໌ / zip ໄຟລ໌ ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 11 12 13 |
### COMPRESS ONE FILE ### # Powershell v5 Compress-Archive -Path $fileSource -DestinationPath $fileDestination ### COMPRESS ONE FOLDER ### # Compress the folder 'R:\temp\zip\FolderToCompress' and created the file compressedFile.zip Add-Type -AssemblyName 'System.IO.Compression.Filesystem' [System.IO.Compression.ZipFile]::CreateFromDirectory($folderSource,$fileDestination) # Powershell v5 Compress-Archive -Path $folderSource -DestinationPath $fileDestination |
ວິທີການເປີດໄຟລ໌ບີບອັດ / unzip ໄຟລ໌ ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 |
### UNCOMPRESS ONE FILE ### # Powershell v5 Expand-Archive -Path $fileSource -DestinationPath $folderDestination ### UNCOMPRESS ONE FOLDER ### # Compress the folder 'R:\temp\zip\FolderToCompress' and created the file compressedFile.zip Add-Type -AssemblyName 'System.IO.Compression.Filesystem' [System.IO.Compression.ZipFile]::ExtractToDirectory($fileSource, $folderDestination) |
ວິທີເຂົ້າໄປເບິ່ງໄຟລ໌ທີ່ຈັດເກັບໃນຮູບແບບ ZIP ດ້ວຍ PowerShell?
Add-Type -AssemblyName 'System.IO.Compression.Filesystem'
[System.IO.Compression.ZipFile]::OpenRead($fileZIP)
ວິທີການສະແດງຂະຫນາດຂອງໄຟລ໌ໃນຮູບແບບ KB ດ້ວຍ PowerShell?
(Get-ChildItem -Path .\winsrv.dll).Length /1KB
(Get-ChildItem -Path .\winsrv.dll).Length /1MB
(Get-ChildItem -Path .\winsrv.dll).Length /1GB
ວິທີການຊອກຫາໄຟລ໌ຂະຫນາດໃຫຍ່ ຫຼື ນ້ອຍກ່ວາ 1 GB ດ້ວຍ PowerShell?
1 2 3 4 5 |
# Larger than 1 GB Get-ChildItem -Path C:\ -Recurse -ErrorVariable $errorsSearch | Where-Object -FilterScript {$_.Length -gt 1GB} # Less than 1 GB Get-ChildItem -Path C:\ -Recurse -ErrorVariable $errorsSearch | Where-Object -FilterScript {$_.Length -lt 1GB} |
ວິທີການສະແດງຊື່ຂອງໄຟລ໌ໂດຍບໍ່ສະແດງສ່ວນຂະຫຍາຍ ດ້ວຍ PowerShell?
[System.IO.Path]::GetFileNameWithoutExtension('C:\Windows\system32\calc.exe') # Return calc
ວິທີການສະແດງສ່ວນຂະຫຍາຍຂອງໄຟລ໌ ດ້ວຍ PowerShell?
[System.IO.Path]::GetExtension('C:\scripts\file.txt') # Return .txt
ວິທີການສະແດງລຸ່ນຂອງເອກະສານຂອງໄຟລ໌ ດວ້ຍ PowerShell?
1 2 |
(Get-Item -Path C:\Windows\System32\calc.exe).VersionInfo.FileVersion [System.Diagnostics.FileVersionInfo]::GetVersionInfo('C:\Windows\system32\calc.exe').FileVersion |
ວິທີການສະແດງລະຫັດ hash ຂອງໄຟລ໌ ດ້ວຍ PowerShell?
(Get-FileHash $file).Hash
ວິທີການກວດສອບ MD5 / SHA1 ຂອງໄຟລ໌ ດ້ວຍ PowerShell?
Get-FileHash $file -Algorithm MD5
Get-FileHash $file -Algorithm SHA1
ວິທີການສະແດງໄຟລ໌ທີ່ຖືກເຊື່ອງໄວ້ດ້ວຍ PowerShell?
1 2 3 4 5 |
# Display only hidden files Get-ChildItem -Hidden -File # Display all files (including hidden files) Get-ChildItem -Force -File |
ວິທີການກວດສອບເບິ່ງວ່າໄຟລ໌ດັ່ງກ່າວມີນາມສະກຸນ ຫຼື ບໍ່ ດ້ວຍ PowerShell?
1 |
[System.IO.Path]::HasExtension('C:\hiberfil.sys') |
ວິທີການຕັ້ງຄ່າໄຟລ໌ໃຫ້ເປັນ “ອ່ານຢ່າງດຽວ” ດ້ວຍ PowerShell?
Set-ItemProperty -Path .\file.txt -Name IsReadOnly -Value $true
ວິທີການປ່ຽນແປງ attribute “LastWriteTime” ຂອງໄຟລ໌ໃດໜຶ່ງໃຫ້ເປັນອາທິດທີ່ຜ່ານມາດ້ວຍ PowerShell?
Set-ItemProperty -Path .\file.txt -Name LastWriteTime -Value ((Get-Date).AddDays(-7))
If not working, use Nirsoft tool: BulkFileChanger.
ວິທີການສ້າງໄຟລ໌ໃຫມ່ດ້ວຍ PowerShell?
New-Item -ItemType File -Path 'C:\scripts\file.txt' -Value 'FirstLine'
ວິທີການປ່ຽນຊື່ໄຟລ໌ດ້ວຍ PowerShell?
Rename-Item -Path 'C:\scripts\file.txt' -NewName 'C:\scripts\powershellguru2.txt'
ວິທີການ bulk / batch ເພື່ອປ່ຽນຊື່ຫຼາຍໄຟລ໌ພ້ອມກັນດ້ວຍ PowerShell?
Get-ChildItem -Path C:\scripts\txt | Rename-Item -NewName { $_.Name -replace ' ', '_' }
ວິທີການລົບໄຟລ໌ ດ້ວຍ PowerShell?
Remove-Item -Path 'C:\scripts\file.txt'
ວິທີການສະແດງ 10 ແຖວຫຼ້າສຸດຂອງໄຟລ໌ໃດໜຶ່ງ ດ້ວຍ PowerShell?
Get-Content -Path 'C:\scripts\log.txt' -Tail 10
ວິທີການປົດລ໋ອກໄຟລ໌ຈໍານວນຫຼາຍຂອງໂຟລ໌ເດີໃດໜຶ່ງດ້ວຍ PowerShell?
Get-ChildItem -Path 'C:\scripts\Modules' | Unblock-File
ວິທີການລຶບແຖວວ່າງຈາກໄຟລ໌ໃດໜຶ່ງ ດ້ວຍ PowerShell?
(Get-Content -Path file.txt) | Where-Object -FilterScript {$_.Trim() -ne '' } | Set-Content -Path file.txt
ວິທີການເພື່ອກວດກາເບິ່ງວ່າມີໄຟລ໌ດັ່ງກ່າວຢູ່ຫຼືບໍ່ ດ້ວຍ PowerShell?
1 |
Test-Path -Path 'C:\Windows\notepad.exe' # Return True |
ວິທີການສະແດງໄຟລ໌ ໃໝ່ທີ່ສຸດ / ເກົ່າທີ່ສຸດ ທີ່ຖືກສ້າງຂື້ນໃນໂຟລ໌ເດີ ດ້ວຍ PowerShell?
1 2 |
Get-ChildItem | Sort-Object -Property CreationTime | Select-Object -Last 1 # Newest Get-ChildItem | Sort-Object -Property CreationTime | Select-Object -First 1 # Oldest |
ວິທີການລຶບແຖວທີ່ຊ້ຳກັນອອກຈາກໄຟລ໌ ດ້ວຍ PowerShell?
1 2 |
Get-Content -Path .\file.txt | Select-Object -Unique # Display Get-Content -Path .\file.txt | Select-Object -Unique | Set-Content -Path .\testing.txt # Save |
ວິທີການສະແດງໄຟລ໌ທີ່ຖືກສ້າງ ຫຼາຍ ຫຼື ໜ້ອຍກ່ວາ 1 ເດືອນໃນໂຟລ໌ເດີ ດ້ວຍ PowerShell?
1 2 3 |
$1MonthAgo = (Get-Date).AddMonths(-1) Get-ChildItem | ?{$_.LastWriteTime -lt $1MonthAgo} | Select-Object LastWriteTime,Name,DirectoryName # More Get-ChildItem | ?{$_.LastWriteTime -gt $1MonthAgo} | Select-Object LastWriteTime,Name,DirectoryName # Less |
ວິທີການສະແດງໄຟລ໌ທີ່ຖືກສ້າງ ຫຼາຍ ຫຼື ໜ້ອຍກ່ວາ 1 ປີໃນໂຟລ໌ເດີ ດ້ວຍ PowerShell?
1 2 3 |
$1YearAgo = (Get-Date).AddYears(-1) Get-ChildItem | ?{$_.LastWriteTime -lt $1YearAgo} | Select-Object LastWriteTime,Name,DirectoryName # More Get-ChildItem | ?{$_.LastWriteTime -gt $1YearAgo} | Select-Object LastWriteTime,Name,DirectoryName # Less |
ວິທີການສົ່ງອອກຄ່າຂອງຕົວປ່ຽນໄປຍັງໄຟລ໌ໃດໜຶ່ງ ດ້ວຍ PowerShell?
Set-Content -Path file.txt -Value $variable
ວິທີການນັບຈໍານວນຂອງໄຟລ໌ (*.txt) ໃນໂຟລ໌ເດີ ດ້ວຍ PowerShell?
1 2 3 |
[System.IO.Directory]::GetFiles('C:\scripts', '*.txt').Count (Get-ChildItem -Path 'C:\scripts' -Filter *.txt).Count (Get-ChildItem -Path 'C:\scripts' -Filter *.txt -Recurse).Count # Recursive |
ວິທີການຄົ້ນຫາສະຕຣິງໃນຫຼາກຫຼາຍໄຟລ໌ ດ້ວຍ PowerShell?
Select-String -Path 'C:\*.txt' -Pattern 'Test'
ວິທີການສະແດງແຖວ ທໍາອິດ / ສຸດທ້າຍຂອງໄຟລ໌ ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 |
'Line1', 'Line2', 'Line3' | Out-File -FilePath file.txt # First Line Get-Content -Path .\file.txt | Select-Object -First 1 # Returns Line1 (Get-Content -Path .\file.txt)[0] # Returns Line1 # Last Line Get-Content -Path .\file.txt | Select-Object -Last 1 # Returns Line3 (Get-Content -Path .\file.txt)[-1] # Returns Line3 |
ວິທີການສະແດງຈຳນວນແຖວສະເພາະຂອງໄຟລ໌ ດ້ວຍ PowerShell?
1 2 3 |
'Line1', 'Line2', 'Line3' | Out-File -FilePath file.txt Get-Content -Path .\file.txt | Select-Object -Index 0 # Returns Line1 Get-Content -Path .\file.txt | Select-Object -Index 2 # Returns Line3 |
ວິທີການນັບຈໍານວນແຖວຂອງໄຟລ໌ ດ້ວຍ PowerShell?
1 2 |
'Line1', 'Line2', 'Line3' | Out-File -FilePath file.txt (Get-Content -Path .\file.txt | Measure-Object -Line).Lines # Returns 3 |
ວິທີການນັບຈໍານວນຂອງຕົວເລກ ແລະ ຄໍາເວົ້າ ໃນໄຟລ໌ໃດໜຶ່ງ ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 |
'Test', 'Powershell', 'Test Powershell' | Out-File -FilePath file.txt # Words (Return 4) (Get-Content -Path .\file.txt | Measure-Object -Word).Words # Characters (Return 23) (Get-Content -Path .\file.txt | Measure-Object -Character).Characters # Characters and ignore whitespaces (Return 22) (Get-Content -Path .\file.txt | Measure-Object -Character -IgnoreWhiteSpace).Characters |
ວິທີການດາວນ໌ໂຫລດໄຟລ໌ ດ້ວຍ PowerShell?
Invoke-WebRequest -Uri 'http://www.nirsoft.net/utils/searchmyfiles.zip' -OutFile 'C:\tools\searchmyfiles.zip'
ວິທີການສະແດງເສັ້ນທາງແບບເຕັມຂອງໄຟລ໌ ດ້ວຍ PowerShell?
Resolve-Path -Path .\script.ps1 # Return C:\Scripts\script.ps1
Copy
ວິທີການສໍາເນົາໄຟລ໌ໃດໜຶ່ງໄປຍັງໂຟລ໌ເດີໃດໜຶ່ງ ດ້ວຍ PowerShell?
Copy-Item -Path 'C:\source\file.txt' -Destination 'C:\destination'
ວິທີການສໍາເນົາໄຟລ໌ໜຶ່ງໄປຍັງຫຼາຍໂຟລ໌ເດີ ດ້ວຍ PowerShell?
1 2 |
$destination = 'C:\destination\Folder1', 'C:\destination\Folder2' $destination | Copy-Item -Path 'C:\source\file.txt' -Recurse -Destination {$_} |
ວິທີການສໍາເນົາເອົາຫຼາຍໄຟລ໌ໄປຍັງໂຟລ໌ເດີໜຶ່ງ ດ້ວຍ PowerShell?
Get-ChildItem -Path 'C:\source' -Filter *.txt | Copy-Item -Destination 'C:\destination'
Active Directory
Domain & Forest
ວິທີການຫາເຄື່ອງແມ່ຂ່າຍ Global Catalog ໃນ Active Directory ດ້ວຍ PowerShell?
[System.DirectoryServices.ActiveDirectory.Forest]::GetCurrentForest().GlobalCatalogs
ວິທີການຊອກຫາສະຖານທີ່ຢູ່ໃນ Active Directory ດ້ວຍ PowerShell?
[System.DirectoryServices.ActiveDirectory.Forest]::GetCurrentForest().Sites
ວິທີການຊອກຫາຕົວຄວບຄຸມໂດເມນປະຈຸບັນ ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 |
(Get-ADDomainController).HostName # Solution 1 $env:LOGONSERVER # Solution 2 [System.Environment]::GetEnvironmentVariable('logonserver') # Solution 3 nltest.exe /dsgetdc:domain.com |
ວິທີການຊອກຫາຕົວຄວບຄຸມໂດເມນທັງຫມົດໃນໂດເມນໃດໜຶ່ງ ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 11 |
# Solution 1 Get-ADDomainController -Filter * | ForEach-Object -Process {$_.Name} # Solution 2 Get-ADGroupMember 'Domain Controllers' | ForEach-Object -Process {$_.Name} # Solution 3 Get-ADComputer -LDAPFilter '(&(objectCategory=computer)(userAccountControl:1.2.840.113556.1.4.803:=8192))' | ForEach-Object -Process {$_.Name} # Solution 4 [System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain() | ForEach-Object -Process {$_.DomainControllers} | ForEach-Object -Process {$_.Name} |
ວິທີການຊອກຫາການລົ້ມເຫຼວຂອງ AD ທີ່ໃຊ້ງານຢູ່ ດ້ວຍ PowerShell?
Get-ADReplicationFailure dc02.domain.com # Windows 8 and 2012
ວິທີການຊອກຫາອາຍຸການໃຊ້ງານຂອງ tombstone ສໍາລັບປ່າໄມ້ໃນ Active Directory ດ້ວຍ PowerShell?
1 |
(Get-ADObject -Identity "cn=Directory Service,cn=Windows NT,cn=Services,$(([adsi]('LDAP://RootDSE')).configurationNamingContext)" -Properties tombstonelifetime).tombstonelifetime |
ວິທີການສະແດງລາຍລະອຽດຂອງ ປ່າໄມ້ / ໂດເມນ ໃນ Active Directory ດ້ວຍ PowerShell?
1 2 |
Get-ADDomain domain.com Get-ADForest domain.com |
ວິທີການສະແດງເສັ້ນທາງຂອງຕົວຈັດເກັບ “Deleted Objects” ໃນ Active Directory ດ້ວຍ PowerShell?
(Get-ADDomain).DeletedObjectsContainer
ວິທີການເປີດໃຊ້ງານຄຸນສົມບັດພິເສດຂອງ AD Recycle Bin ໃນ Active Directory ດ້ວຍ PowerShell?
1 |
Enable-ADOptionalFeature -Identity 'CN=Recycle Bin Feature,CN=Optional Features,CN=Directory Service,CN=Windows NT,CN=Services,CN=Configuration,DC=domain,DC=com' -Scope ForestOrConfigurationSet -Target 'domain.com' |
ວິທີການກູ້ຄືນບັນຊີ AD ຈາກ Recycle Bin ໃນ Active Directory ດ້ວຍ PowerShell?
Get-ADObject -Filter 'samaccountname -eq "powershellguru"' -IncludeDeletedObjects | Restore-ADObject
ວິທີການຫາບົດບາດຂອງ FSMO ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# Solution 1 Get-ADForest | Format-List -Property SchemaMaster, DomainNamingMaster Get-ADDomain | Format-List -Property PDCEmulator, RIDMaster, InfrastructureMaster # Solution 2 netdom query fsmo # Solution 3 [System.DirectoryServices.ActiveDirectory.Forest]::GetCurrentForest().SchemaRoleOwner [System.DirectoryServices.ActiveDirectory.Forest]::GetCurrentForest().NamingRoleOwner [System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain().InfrastructureRoleOwner [System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain().PdcRoleOwner [System.DirectoryServices.ActiveDirectory.Domain]::GetCurrentDomain().RidRoleOwner |
ວິທີການເຊື່ອມຕໍ່ກັບຕົວຄວບຄຸມໂດເມນທີ່ສະເພາະເຈາະຈົງ ດ້ວຍ PowerShell?
Get-ADUser -Identity $user -Server 'serverDC01'
ວິທີການຮັບການເຂົ້າສູ່ລະບົບເຄື່ອງແມ່ຂ່າຍປະຈຸບັນ ດ້ວຍ PowerShell?
1 2 |
($env:LOGONSERVER).Substring(2) ([System.Environment]::GetEnvironmentVariable('logonserver')).Substring(2) |
ວິທີການດຳເນີນການ “gpupdate” ເທິງຄອມພິວເຕີ ດ້ວຍ PowerShell?
Invoke-GPUpdate -Computer $computer -Force -RandomDelayInMinutes 0 # Windows 2012
Groups
ວິທີການສ້າງກຸ່ມໃຫມ່ໃນ Active Directory ດ້ວຍ PowerShell?
1 |
New-ADGroup -Name 'Powershell Guru' -SamAccountName powershellguru -GroupCategory Security -GroupScope Global -DisplayName 'Powershell Guru' -Path 'OU=MyOU,DC=domain,DC=com' -Description 'My account' |
ວິທີການລຶບກຸ່ມໃນ Active Directory ດ້ວຍ PowerShell?
Remove-ADGroup -Identity 'PowershellGuru'
ວິທີການເພີ່ມຜູ້ໃຊ້ເຂົ້າກຸ່ມໃນ Active Directory ດ້ວຍ PowerShell?
Add-ADGroupMember "Powershell Guru" -Members powershellguru
ວິທີການລຶບຜູ້ໃຊ້ອອກຈາກກຸ່ມໃນ Active Directory ດ້ວຍ PowerShell?
Remove-ADGroupMember 'Powershell Guru' -Members powershellguru
ວິທີການຊອກຫາກຸ່ມເປົ່າ (ທີ່ບໍ່ມີສະມາຊິກ) ໃນ Active Directory ດ້ວຍ PowerShell?
Get-ADGroup -Filter * -Properties Members | Where-Object -FilterScript {-not $_.Members}
ວິທີການນັບກຸ່ມເປົ່າ (ທີ່ບໍ່ມີສະມາຊິກ) ໃນ Active Directory ດ້ວຍ PowerShell?
(Get-ADGroup -Filter * -Properties Members | Where-Object -FilterScript {-not $_.Members}).Count
ວິທີການສະແດງສະມາຊິກຂອງກຸ່ມໃນ Active Directory ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
# Solution 1 Get-ADGroupMember 'Powershell Guru' | ForEach-Object -Process {$_.DistinguishedName} Get-ADGroupMember 'Powershell Guru' | ForEach-Object -Process {$_.Samaccountname} # Solution 2 Get-ADGroup 'Powershell Guru' -Properties Members | Select-Object -Property Members -ExpandProperty Members | Sort-Object # Solution 3 function Get-ADGroupMemberFast { [CmdletBinding()] Param ( [Parameter(Mandatory = $true)] [string]$GroupName ) $de = New-Object -TypeName System.DirectoryServices.DirectoryEntry $ds = New-Object -TypeName System.DirectoryServices.DirectorySearcher $ds.SearchRoot = $de $ds.Filter = "(cn=$group)" $null = $ds.PropertiesToLoad.Add('member') $result = $ds.FindOne() if($result) { $account = $result.GetDirectoryEntry() $account.Properties['member'] | ForEach-Object -Process {$_} } } Get-ADGroupMemberFast -GroupName 'Powershell Guru' |
ວິທີການສະແດງສະມາຊິກຂອງກຸ່ມລວມທັງສະມາຊິກ recursive ໃນ Active Directory ດ້ວຍ PowerShell?
1 2 |
Get-ADGroupMember 'Powershell Guru' -Recursive | ForEach-Object -Process {$_.DistinguishedName} Get-ADGroupMember 'Powershell Guru' -Recursive | ForEach-Object -Process {$_.SamAccountName} |
1 2 |
(Get-ADGroupMember 'Powershell Guru' | ForEach-Object -Process {$_.Samaccountname}).Count (Get-ADGroupMember 'Powershell Guru' -Recursive | ForEach-Object -Process {$_.Samaccountname}).Count |
Users
ວິທີການນໍາໃຊ້ wildcard ໃນການກັ່ນຕອງຂອງ “Get-ADUser” ໃນ Active Directory ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 |
# Filter (Get-ADUser -SearchBase 'OU=myOU,DC=domain,DC=com' -Filter {name -like '*vip*'} -Properties Name).Name # LDAPFilter (Get-ADUser -SearchBase 'OU=myOU,DC=domain,DC=com' -LDAPFilter '(name=*vip*)' -Properties Name).Name # With a variable $user = '*vip*' (Get-ADUser -SearchBase 'OU=myOU,DC=domain,DC=com' -Filter {name -like $user} -Properties Name).Name |
ວິທີການຍ້າຍຜູ້ໃຊ້ໄປຍັງ OU ອື່ນໃນ Active Directory ດ້ວຍ PowerShell?
Move-ADObject -Identity $dn -TargetPath 'OU=myOU,DC=domain,DC=com'
ວິທີການຫາສະມາຊິກທັງຫມົດເປັນ (Nested) ສໍາລັບຜູ້ໃຊ້ໃດໜຶ່ງ ດ້ວຍ PowerShell?
Get-ADGroup -LDAPFilter "(member:1.2.840.113556.1.4.1941:=$($dn))"
ວິທີການສະແດງສະມາຊິກ (ຊື່ສັ້ນ / ຕົວຫຍໍ້) ສໍາລັບຜູ້ໃຊ້ໃດໜຶ່ງ ດ້ວຍ PowerShell?
(Get-ADUser $user -Properties MemberOf).MemberOf | ForEach-Object -Process {($_ -split ',')[0].Substring(3)} | Sort-Object
1 2 |
Set-ADUser $samAccountName -DisplayName 'DisplayName' -GivenName 'Test' -Surname 'Powershell' -DisplayName 'Test Powershell' Rename-ADObject $dn -NewName 'Test Powershell' #FullName |
ວິທີການປ່ຽນແປງ ລາຍລະອຽດ, ຫ້ອງການ, ແລະ ໝາຍເລກໂທລະສັບສໍາລັບບັນຊີຜູ້ໃຊ້ໃນ Active Directory ດ້ວຍ PowerShell?
Set-ADUser $samAccountName -Description 'IT Consultant' -Office 'Building B' -OfficePhone '12345'
1 2 3 4 5 |
# 31/12/2015 Set-ADAccountExpiration $samAccountName -DateTime '01/01/2016' # Never Clear-ADAccountExpiration $samAccountName |
ວິທີການປົດລັອກບັນຊີຜູ້ໃຊ້ໃນ Active Directory ດ້ວຍ PowerShell?
Unlock-ADAccount $samAccountName
ວິທີການ ເປີດ / ປິດ ການໃຊ້ງານບັນຊີຜູ້ໃຊ້ໃນ Active Directory ດ້ວຍ PowerShell?
1 2 |
Disable-ADAccount $samAccountName Enable-ADAccount $samAccountName |
ວິທີການລຶບບັນຊີຜູ້ໃຊ້ໃນ Active Directory ດ້ວຍ PowerShell?
Remove-ADUser $samAccountName
ວິທີການຕັ້ງຄ່າລະຫັດຜ່ານສໍາລັບບັນຊີຜູ້ໃຊ້ຄົນໜຶ່ງໃນ Active Directory ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 |
# Solution 1 : ask password $password = Read-Host -Prompt 'New Password' -AsSecureString # Solution 2 : specify password $password = ConvertTo-SecureString -String 'Q>9xYMw<3?' -AsPlainText -Force Get-ADUser -Filter "samaccountname -like 'helpdeskagent*'" | Set-ADAccountPassword -NewPassword $newpwd -Reset -PassThru | Set-ADuser -ChangePasswordAtLogon $true |
1 2 3 4 5 6 7 |
# Solution 1 : ask password $password = Read-Host -Prompt 'New Password' -AsSecureString # Solution 2 : specify password $password = ConvertTo-SecureString -String 'Q>9xYMw<3?' -AsPlainText -Force Get-ADUser -Filter "samaccountname -like 'helpdeskagent*'" | Set-ADAccountPassword -NewPassword $newpwd -Reset -PassThru | Set-ADuser -ChangePasswordAtLogon $true |
ວິທີການຊອກຫາເຈົ້າຂອງເອກະສານທີ່ຢູ່ໃນ Active Directory ດ້ວຍ PowerShell?
1 2 3 |
$user = New-Object -TypeName System.Security.Principal.NTAccount -ArgumentList (Get-Acl -Path 'userFile.txt').Owner $sid = $user.Translate([System.Security.Principal.SecurityIdentifier]).Value Get-ADUser $sid |
ວິທີການຫາ OU (Organizational Unit) ສໍາລັບຜູ້ໃຊ້ໃນ Active Directory ດ້ວຍ PowerShell?
[regex]::match("$((Get-ADUser $user -Properties DistinguishedName).DistinguishedName)",'(?=OU=)(.*\n?)').value
ວິທີການຊອກຫາບັນຊີຜູ້ໃຊ້ທີ່ປິດການໃຊ້ງານໃນ Active Directory ດ້ວຍ PowerShell?
1 2 |
Search-ADAccount -AccountDisabled Get-ADUser -Filter {Enabled -ne $true} |
ວິທີການຊອກຫາບັນຊີຜູ້ໃຊ້ທີ່ຫມົດອາຍຸໃນ Active Directory ດ້ວຍ PowerShell?
Search-ADAccount -AccountExpired
ວິທີການຊອກຫາບັນຊີຜູ້ໃຊ້ທີ່ຖືກລ໋ອກໃນ Active Directory ດ້ວຍ PowerShell?
Search-ADAccount -LockedOut
ວິທີການຫາ SID ຂອງບັນຊີຜູ້ໃຊ້ໃນ Active Directory ດ້ວຍ PowerShell?
(Get-ADUser $user -Properties SID).SID.Value
ວິທີການປ່ຽນແປງຊື່ຜູ້ໃຊ້ເປັນ SID ໃນ Active Directory ດ້ວຍ PowerShell?
1 2 |
$user = New-Object -TypeName System.Security.Principal.NTAccount -ArgumentList ('DOMAIN', 'user') $SID = ($user.Translate([System.Security.Principal.SecurityIdentifier])).Value |
ວິທີການປ່ຽນແປງ SID ເປັນຊື່ຜູ້ໃຊ້ໃນ Active Directory ດ້ວຍ PowerShell?
1 2 |
$SID = New-Object -TypeName System.Security.Principal.SecurityIdentifier -ArgumentList ('SID') $user = ($SID.Translate( [System.Security.Principal.NTAccount])).Value |
ວິທີການແຍກຊື່ສະເພາະຂອງບັນຊີຜູ້ໃຊ້ໃນ Active Directory ດ້ວຍ PowerShell?
1 2 3 |
$dn = 'CN=Powershell Test,OU=TEST,DC=domain,DC=com' $dn.Split(',')[0] # Returns "CN=Powershell Test" $dn.Split(',')[0].Split('=')[1] # Returns "Powershell Test" |
ວິທີການຫາວັນທີຂອງ ການສ້າງ / ການແກ້ໃຂ ຂອງບັນຊີຜູ້ໃຊ້ໃນ Active Directory ດ້ວຍ PowerShell?
Get-ADUser -Identity $user -Properties whenChanged, whenCreated | Format-List -Property whenChanged, whenCreated
1 2 3 |
$schema = [DirectoryServices.ActiveDirectory.ActiveDirectorySchema]::GetCurrentSchema() $schema.FindClass('user').mandatoryproperties | Format-Table $schema.FindClass('user').optionalproperties | Format-Table |
ວິທີສະແດງເສັ້ນທາງຂອງ LDAP ສໍາລັບຜູ້ໃຊ້ໃນ Active Directory ດ້ວຍ PowerShell?
1 2 3 4 |
$searcher = New-Object -TypeName DirectoryServices.DirectorySearcher -ArgumentList ([ADSI]'') $searcher.Filter = "(&(objectClass=user)(sAMAccountName= $user))" $searcher = $searcher.FindOne() $pathLDAP = $searcher.Path |
ວິທີການປ່ຽນແປງ CN (Canonical Name) ສໍາລັບຜູ້ໃຊ້ໃນ Active Directory ດ້ວຍ PowerShell?
Rename-ADObject $((Get-ADUser $user -Properties DistinguishedName).DistinguishedName) -NewName 'Test Powershell'
ວິທີການສະແດງ Organizational Unit (OU) ພໍ່ແມ່ຂອງຜູ້ໃຊ້ໃນ Active Directory ດ້ວຍ PowerShell?
1 2 |
$dn = (Get-ADUser $user -Properties DistinguishedName).DistinguishedName $parent = $dn.Split(',',2)[1] |
1 2 |
$dn = (Get-ADUser $user -Properties DistinguishedName).DistinguishedName $owner = (Get-Acl -Path "AD:$dn").Owner |
ວິທີການປ່ຽນແປງຄຸນລັກສະນະຂອງ PwdLastSet ສໍາລັບຜູ້ໃຊ້ໃນ Active Directory ດ້ວຍ PowerShell?
1 2 3 4 5 |
# Solution 1 [DateTime]::FromFileTime((Get-ADUser $user -Properties pwdLastSet).pwdLastSet) # Solution 2 w32tm /ntte 130787549514737594 |
Computers
ວິທີການທົດສອບຊ່ອງທາງຄວາມປອດໄພລະຫວ່າງເຄື່ອງຄອມພິວເຕີທົ່ວໄປ ແລະ ໂດເມນ ດ້ວຍ PowerShell?
Test-ComputerSecureChannel
ແນວທາງການສ້ອມແປງຊ່ອງທາງຄວາມປອດໄພລະຫວ່າງເຄື່ອງຄອມພິວເຕີທົ່ວໄປ ແລະ ໂດເມນ PowerShell?
Test-ComputerSecureChannel -Repair
ວິທີການປິດການໃຊ້ງານບັນຊີຄອມພິວເຕີໃນ Active Directory ດ້ວຍ PowerShell?
Disable-ADAccount $computer
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 |
Get-ADComputer -Filter 'OperatingSystem -eq "CentOS"' Get-ADComputer -Filter 'OperatingSystem -eq "GNU/Linux"' Get-ADComputer -Filter 'OperatingSystem -eq "Linux"' Get-ADComputer -Filter 'OperatingSystem -eq "Mac OS X"' Get-ADComputer -Filter 'OperatingSystem -eq "OnTap"' Get-ADComputer -Filter 'OperatingSystem -eq "Red Hat Enterprise Linux Server"' Get-ADComputer -Filter 'OperatingSystem -eq "redhat-linux-gnu"' Get-ADComputer -Filter 'OperatingSystem -eq "Samba"' Get-ADComputer -Filter 'OperatingSystem -eq "Ubuntu"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows NT"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows 2000 Professional"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows 2000 Server"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows XP Professional"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows Server 2003"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows Vista™ Business"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows Vista™ Enterprise"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows Vista™ Entreprise"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows 7 Enterprise"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows 7 Professional"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows 7 Ultimate"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows Server 2008 R2 Enterprise"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows Server 2008 R2 Standard"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows Server® 2008 Enterprise"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows 8 Enterprise"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows 8.1 Enterprise"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows Server 2012 R2 Standard"' Get-ADComputer -Filter 'OperatingSystem -eq "Windows Server 2012 Standard"' |
Organizational Unit (OU)
ວິທີການສ້າງ Organizational Unit (OU) ໃນ Active Directory ດ້ວຍ PowerShell?
New-ADOrganizationalUnit -Name 'TEST' -Path 'DC=domain,DC=com'
ວິທີການສະແດງລາຍລະອຽດຂອງ Organizational Unit (OU) ໃນ Active Directory ດ້ວຍ PowerShell?
Get-ADOrganizationalUnit 'OU=TEST,DC=domain,DC=com' -Properties *
ວິທີການປ່ຽນແປງລາຍລະອຽດຂອງ Organizational Unit (OU) ໃນ Active Directory ດ້ວຍ PowerShell?
Set-ADOrganizationalUnit 'OU=TEST,DC=domain,DC=com' -Description 'My description'
1 2 3 4 5 |
# Protection ON Set-ADOrganizationalUnit 'OU=TEST,DC=domain,DC=com' -ProtectedFromAccidentalDeletion $true # Protection OFF Set-ADOrganizationalUnit 'OU=TEST,DC=domain,DC=com' -ProtectedFromAccidentalDeletion $false |
1 |
Get-ADOrganizationalUnit -Filter * -Property ProtectedFromAccidentalDeletion | Where-Object -FilterScript { $_.ProtectedFromAccidentalDeletion -eq $false } | Set-ADOrganizationalUnit -ProtectedFromAccidentalDeletion $true |
1 2 |
Set-ADOrganizationalUnit 'OU=TEST,DC=domain,DC=com' -ProtectedFromAccidentalDeletion $false Remove-ADOrganizationalUnit 'OU=TEST,DC=domain,DC=com' |
1 2 |
$parent = $dn.Split(',',2)[1] $parent = (Get-ADOrganizationalUnit $parent -Properties CanonicalName).CanonicalName |
ວິທີການສະແດງລາຍການຂອງ Organizational Units (OUs) ວ່າງເປົ່າ ດ້ວຍ PowerShell?
1 2 3 4 5 |
# Solution 1 Get-ADOrganizationalUnit -Filter * -Property 'msDS-Approx-Immed-Subordinates' | Where-Object -FilterScript {$_.'msDS-Approx-Immed-Subordinates' -eq 0} # Solution 2 ([adsisearcher]'(objectclass=organizationalunit)').FindAll() | Where-Object -FilterScript { (([adsi]$_.Path).PSbase.Children | Measure-Object).Count -eq 0 } |
ວິທີການສະແດງຜູ້ຈັດການຂອງກຸ່ມດ້ວຍ PowerShell?
(Get-ADGroup $dn -Properties Managedby).Managedby
Regex (Regular Expression)
ວິທີການດຶງເອົາທີ່ຢູ່ IP v4 (80.80.228.8) ດ້ວຍ Regex ດ້ວຍ PowerShell?
$example = 'The IP address is 80.80.228.8'
$ip = [regex]::match($example,'\b\d{1,3}\.\d{1,3}\.\d{1,3}\.\d{1,3}\b').value
ວິທີການດຶງເອົາທີ່ຢູ່ຂອງ MAC (C0, D9-62-39-61-2D) ດ້ວຍຕົວແຍກ “-” ດ້ວຍ Regex ດ້ວຍ PowerShell?
$example = 'The MAC address is C0-D9-62-39-61-2D'
$mac = [regex]::match($example,'([0-9A-F]{2}[-]){5}([0-9A-F]{2})').value
ວິທີການດຶງເອົາທີ່ຢູ່ຂອງ MAC (C0: D9: 62: 39: 61: 2D) ດ້ວຍຕົວແຍກ “:” ດ້ວຍ Regex ດ້ວຍ PowerShell?
$example = 'The MAC address is C0:D9:62:39:61:2D'
$mac = [regex]::match($example,'((\d|([a-f]|[A-F])){2}:){5}(\d|([a-f]|[A-F])){2}').value
ວິທີການດຶງເອົາວັນທີ (10/02/2015) ດ້ວຍ Regex ດ້ວຍ PowerShell?
$example = 'The date is 10/02/2015'
$date = [regex]::match($example,'(\d{2}\/\d{2}\/\d{4})').value
ວິທີການດຶງເອົາ URL (www.powershell-guru.com) ດ້ວຍ Regex ດ້ວຍ PowerShell?
$example = 'The URL is www.powershell-guru.com'
$url = [regex]::match($example,'[a-z]+[:.].*?(?=\s)').value
ວິທີການດຶງເອົາອີເມລ (user@domain.com) ດ້ວຍ Regex ດ້ວຍ PowerShell?
$example = 'The email is user@domain.com'
$email = [regex]::match($example,'(?i)\b[A-Z0-9._%+-]+@[A-Z0-9.-]+\.[A-Z]{2,4}\b').value
ວິທີການດຶງເອົາຄຳວ່າ “guru” ຈາກຂໍ້ຄວາມຕົວຢ່າງໃດໜຶ່ງ ດ້ວຍ Regex ດ້ວຍ PowerShell?
$example = 'www.powershell-guru.com'
[regex]::match($example,'(?<=-)(.*\n?)(?=.com)').value
ວິທີການດຶງເອົາຄຳວ່າ “guru.com” ຈາກຂໍ້ຄວາມຕົວຢ່າງໃດໜຶ່ງ ດ້ວຍ Regex ດ້ວຍ PowerShell?
$example = 'www.powershell-guru.com'
[regex]::match($example,'(?<=-)(.*\n?)(?<=.)').value
ວິທີການດຶງເອົາ “powershell-guru.com” ຈາກຂໍ້ຄວາມຕົວຢ່າງໃດໜຶ່ງ ດ້ວຍ Regex ດ້ວຍ PowerShell?
$example = 'www.powershell-guru.com'
[regex]::match($example,'(?<=www.)(.*\n?)').value
ວິທີການດຶງເອົາຕົວເລກ “123” ຈາກຂໍ້ຄວາມຕົວຢ່າງໃດໜຶ່ງ ດ້ວຍ Regex ດ້ວຍ PowerShell?
$example = 'Powershell123'
[regex]::match($example,'(\d+)').value
ວິທີການດຶງເອົາເຄື່ອງໝາຍ “$” (ເຄື່ອງໝາຍດອນລາ) ຈາກຂໍ້ຄວາມຕົວຢ່າງໃດໜຶ່ງ ດ້ວຍ Regex ດ້ວຍ PowerShell?
$example = 'Powershell`$123'
[regex]::match($example,'(\$)').value
ວິທີການທົດແທນຕົວອັກສອນ (*.com) ໄປເປັນ (*.fr) ຈາກຂໍ້ຄວາມຕົວຢ່າງໃດໜຶ່ງ ດ້ວຍ Regex ດ້ວຍ PowerShell?
$example = 'www.powershell-guru.com'
[regex]::Replace($example, '.com','.fr')
ວິທີການຫຼີກລ້ຽງຂໍ້ຄວາມໃດໜຶ່ງ ດ້ວຍ Regex ດ້ວຍ PowerShell?
[regex]::Escape('\\server\share')
Memory
ວິທີການບັງຄັບການເກັບກໍາຂອງໜ່ວຍຄວາມຈໍາໂດຍຕົວເກັບກຳ ດ້ວຍ PowerShell?
[System.GC]::Collect()
[System.GC]::WaitForPendingFinalizers()
ວິທີການຮັບຂະຫນາດຂອງ RAM ຂອງຄອມພິວເຕີດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 |
# Solution 1 Get-CimInstance -ClassName 'cim_physicalmemory' | ForEach-Object -Process {$_.Capacity /1GB} # Solution 2 (Get-WmiObject -Class Win32_ComputerSystem).TotalPhysicalMemory /1GB # Solution 3 (systeminfo.exe | Select-String -Pattern 'Total Physical Memory:').ToString().Split(':')[1].Trim() |
Date
ວິທີການສະແດງວັນທີ່ປະຈຸບັນດ້ວຍ PowerShell?
Get-Date
[Datetime]::Now
ວິທີການສະແດງວັນທີໃນຮູບແບບທີ່ແຕກຕ່າງກັນດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 |
### DATETIME ### Get-Date -Format D : Tuesday, June 30, 2015 Get-Date -Format f : Tuesday, June 30, 2015 3:22 PM Get-Date -Format F : Tuesday, June 30, 2015 3:22:58 PM Get-Date -Format g : 6/30/2015 3:23 PM Get-Date -Format G : 6/30/2015 3:23:30 PM Get-Date -DisplayHint Date : Tuesday, June 30, 2015 Get-Date -DisplayHint DateTime : Tuesday, June 30, 2015 3:31:21 PM ### DATE ### Get-Date -Format d : 6/30/2015 Get-Date -Format yyyyMMdd : 20150630 Get-Date -UFormat '%d%m%Y' : 30062015 Get-Date -UFormat '%m%d%Y' : 06302015 Get-Date -UFormat '%Y%m%d' : 20150630 Get-Date -UFormat '%d.%m.%Y' : 30.06.2015 Get-Date -UFormat '%m.%d.%Y' : 06.30.2015 Get-Date -UFormat '%Y.%m.%d' : 2015.06.30 Get-Date -UFormat '%d-%m-%Y' : 30-06-2015 Get-Date -UFormat '%m-%d-%Y' : 06-30-2015 Get-Date -UFormat '%Y-%m-%d' : 2015-06-30 Get-Date -UFormat '%d/%m/%Y' : 30/06/2015 Get-Date -UFormat '%m/%d/%Y' : 06/30/2015 Get-Date -UFormat '%Y/%m/%d' : 2015/06/30 ### HOUR ### Get-Date -Format t : 3:23 PM Get-Date -Format T : 3:23:30 PM Get-Date -Format HH : 15 (Hour) Get-Date -Format mm : 28 (Minute) Get-Date -Format ss : 30 (Seconds) Get-Date -DisplayHint Time : 3:23:30 PM ### DAY ### Get-Date -Format dddd : Tuesday Get-Date -Format ddd : Tue Get-Date -Format dd : 30 ### MONTH ### Get-Date -Format MMMM : June Get-Date -Format MMM : Jun Get-Date -Format MM : 06 ### YEAR ### Get-Date -Format yyyy : 2015 |
ວິທີການປ່ຽນແປງວັນທີແບບ (Datetime) ເປັນວັນທີແບບ (String) ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 11 12 13 |
# Solution 1 $datetimeToString = '{0:MM/dd/yy}' -f (Get-Date '07/15/2015') # Solution 2 $datetimeToString = (Get-Date '07/15/2015').ToShortDateString() # Check $datetimeToString 07/15/15 $datetimeToString.GetType().Name String |
ວິທີການແປງວັນທີແບບ (String) ເປັນວັນທີແບບ (Datetime) ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# Solution 1 $stringToDatetime = '07/15/2015' | Get-Date $stringToDatetime = '07-15-2015' | Get-Date # Solution 2 [Datetime]::ParseExact('07/15/2015', 'MM/dd/yyyy', $null) # Solution 3 $stringToDatetime = [Datetime]'7/15/2015' # Check $stringToDatetime Wednesday, July 15, 2015 12:00:00 AM $stringToDatetime.GetType().Name Datetime |
ວິທີການຄິດໄລ່ຄວາມແຕກຕ່າງກັນຂອງ (ຈຳນວນຂອງມື້, ຊົ່ວໂມງ, ນາທີ, ຫຼື ວິນາທີ) ລະຫວ່າງສອງວັນທີ່ດ້ວຍ PowerShell?
(New-TimeSpan -Start $dateStart -End $dateEnd).Days
(New-TimeSpan -Start $dateStart -End $dateEnd).Hours
(New-TimeSpan -Start $dateStart -End $dateEnd).Minutes
(New-TimeSpan -Start $dateStart -End $dateEnd).Seconds
ວິທີການປຽບທຽບສອງວັນທີດ້ວຍ PowerShell?
(Get-Date 2015-01-01) -lt (Get-Date 2015-01-30) # True
(Get-Date 2015-01-01) -gt (Get-Date 2015-01-30) # False
ວິທີການຈັດລຽງອາເຣຂອງວັນທີ່ເປັນ “Datetime” ດ້ວຍ PowerShell?
$arrayDate | Sort-Object -Property {$_ -as [Datetime]}
ວິທີການເລີ່ມຕົ້ນແລະການຢຸດເຊົາການຈັບເວລາ ດ້ວຍ PowerShell?
$chrono = [Diagnostics.Stopwatch]::StartNew()
$chrono.Stop()
$chrono
ວິທີການສະແດງມື້ປະຈຸບັນຂອງອາທິດດ້ວຍ PowerShell?
(Get-Date).DayOfWeek #Sunday
ວິທີການຮັບວັນທີ່ຂອງມື້ວານນີ້ ດ້ວຍ PowerShell?
(Get-Date).AddDays(-1)
ວິທີການສະແດງຈໍານວນຂອງມື້ໃນໜຶ່ງເດືອນ (ໃນເດືອນກຸມພາ 2015) ດ້ວຍ PowerShell?
[DateTime]::DaysInMonth(2015, 2)
ວິທີທີ່ຈະຮູ້ວ່າປີກ້າວກະໂດດດ້ວຍ PowerShell?
[DateTime]::IsLeapYear(2015)
ວິທີການສະແດງລາຍການເຂດເວລາດ້ວຍ PowerShell?
[System.TimeZoneInfo]::GetSystemTimeZones()
Networking
ວິທີການເຂົ້າລະຫັດ (ໃນຮູບແບບ ASCII) ແລະ ຖອດລະຫັດ URL ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 |
# Encode $url = 'http://www.powershell-guru.com' $encoded = [System.Web.HttpUtility]::UrlEncode($url) # Decode $decoded = [System.Web.HttpUtility]::UrlDecode($encoded) # Encoded : http%3a%2f%2fwww.powershell-guru.com # Decoded : http://www.powershell-guru.com |
ຄໍາສັ່ງທຽບເທົ່າຂອງເຄືອຂ່າຍພື້ນຖານ ດ້ວຍ PowerShell ແມ່ນຫຍັງ?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 |
# ipconfig Get-NetIPConfiguration Get-NetIPAddress # ping Test-NetConnection # tracert Test-NetConnection -TraceRoute # route Get-NetRoute # nslookup Resolve-DnsName # Windows 8.1 & Windows 2012 ([System.Net.Dns]::GetHostEntry($IP)).Hostname # IP > PC ([System.Net.Dns]::GetHostAddresses($computer)).IPAddressToString # PC > IP |
ວິທີການສະແດງທີ່ຢູ່ IP ດ້ວຍ PowerShell?
Get-NetIPAddress # Windows 8.1 & Windows 2012
Get-NetIPConfiguration # Windows 8.1 & Windows 2012
ວິທີການປິດການໃຊ້ງານທີ່ຢູ່ IP v6 (IPv6) ດ້ວຍ PowerShell?
1 |
New-ItemProperty -Path 'HKLM:\SYSTEM\CurrentControlSet\Services\Tcpip6\Parameters' -Name 'DisabledComponents' -Value '0xFFFFFFFF' -PropertyType"DWORD" # Reboot required |
ວິທີການກວດສອບທີ່ຢູ່ IP v4 (IPv4) ດ້ວຍ PowerShell?
if([ipaddress]'10.0.0.1'){'validated'}
ວິທີການຊອກຫາທີ່ຢູ່ IP ພາຍນອກດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
# Solution 1 (Invoke-WebRequest -Uri 'myexternalip.com/raw').Content (iwr -Uri 'myexternalip.com/raw').Content # Alias # Solution 2 $webClient = New-Object -TypeName System.Net.WebClient $webClient.DownloadString('http://myexternalip.com/raw') # Solution 3 while ($true) { Write-Output -InputObject "$(Get-Date) - $((Invoke-WebRequest -Uri 'http://myexternalip.com/raw' -Method Get).Content)" Start-Sleep -Seconds 300 } |
ວິທີການຫາ Hostname ຈາກທີ່ຢູ່ IP ດ້ວຍ PowerShell?
([System.Net.Dns]::GetHostEntry($IP)).Hostname
ວິທີການຊອກຫາທີ່ຢູ່ IP ຈາກ Hostname ດ້ວຍ PowerShell?
([System.Net.Dns]::GetHostAddresses($computer)).IPAddressToString
ວິທີການຫາ FQDN ຈາກ Hostname ດ້ວຍ PowerShell?
[System.Net.Dns]::GetHostByName($computer).HostName
ວິທີການຊອກຫາການຕັ້ງຄ່າເຄືອຂ່າຍ (Ip, Subnet, Gateway, DNS) ດ້ວຍ PowerShell?
1 |
Get-WmiObject -Class Win32_NetworkAdapterConfiguration | Format-Table -Property Description, IpAddress, IPSubnet, DefaultIPGateway, DNSServerSearchOrder |
ວິທີການຫາທີ່ຢູ່ MAC ດ້ວຍ PowerShell?
Get-CimInstance win32_networkadapterconfiguration | Select-Object -Property Description, Macaddress
Get-WmiObject -Class win32_networkadapterconfiguration | Select-Object -Property Description, Macaddress
ວິທີການ ping ຄອມພິວເຕີດ້ວຍ PowerShell?
1 2 3 4 5 6 |
# Solution 1 Test-Connection -ComputerName $computer -Quiet # Returns True / False # Solution 2 $ping = New-Object -TypeName System.Net.Networkinformation.Ping $ping.Send($computer) |
ວິທີການກວດສອບເບິ່ງວ່າຄອມພິວເຕີແມ່ນເຊື່ອມຕໍ່ກັບອິນເຕີເນັດ ຫຼື ບໍ່ ດ້ວຍ PowerShell?
1 |
[Activator]::CreateInstance([Type]::GetTypeFromCLSID([Guid]'{DCB00C01-570F-4A9B-8D69-199FDBA5723B}')).IsConnectedToInternet |
ວິທີການດຳເນີນການຄົ້ນຫາແບບ “whois” ສໍາລັບເວັບໄຊດ້ວຍ PowerShell?
$whois = New-WebServiceProxy 'http://www.webservicex.net/whois.asmx?WSDL'
$whois.GetWhoIs('powershell-guru.com')
ວິທີການສະແດງລາຍລະອຽດຂອງ IP ສາທາລະນະ (Geolocation) ດ້ວຍ PowerShell?
1 2 |
$externalIP = (Invoke-WebRequest -Uri 'myexternalip.com/raw').Content $detailsIP = ([xml](Invoke-WebRequest -Uri "http://freegeoip.net/xml/$externalIP" -UseBasicParsing).Content).Response |
ວິທີການກວດກາເບິ່ງວ່າພ໋ອດແມ່ນ ເປີດ / ປິດ ດ້ວຍ PowerShell?
New-Object -TypeName Net.Sockets.TcpClient -ArgumentList $computer, 135
ວິທີການດຳເນີນການກັບ “tracert” ດ້ວຍ PowerShell?
Test-NetConnection www.google.com -TraceRoute
ວິທີການແກ້ໄຂຂໍ້ມູນການເຊື່ອມຕໍ່ເຄືອຂ່າຍພາຍໃນເຮືອນດ້ວຍ PowerShell?
Get-NetAdapter | Format-Table -Property Name, InterfaceDescription, ifIndex -AutoSize # Windows 8.1
Set-NetConnectionProfile -InterfaceIndex 6 -NetworkCategory Private
ວິທີການສະແດງພ໋ອດການເຊື່ອມຕໍ່ TCP ດ້ວຍ PowerShell?
netstat.exe -ano
Get-NetTCPConnection #Windows 8 and 2012
ວິທີການຫຼຸດຄວາມຍາວຂອງ URL ໃຫ້ເປັນ URL ທີ່ສັ້ນລົງ ດ້ວຍ PowerShell?
$url = 'www.powershell-guru.com'
$tiny = Invoke-RestMethod -Uri "http://tinyurl.com/api-create.php?url=$url"
ວິທີການຮັບການຕັ້ງຄ່າ proxy ດ້ວຍ PowerShell?
Get-ItemProperty -Path HKCU:"Software\Microsoft\Windows\CurrentVersion\Internet Settings"
DNS
ວິທີການກວດສອບຖານຄວາມຈຳ DNS ເທິງຄອມພິວເຕີພື້ນຖານ ດ້ວຍ PowerShell?
ipconfig.exe /displaydns
Get-DnsClientCache #Windows 8 and 2012
ວິທີການອະນາໄມຖານຄວາມຈໍາ DNS ເທິງຄອມພິວເຕີພື້ນຖານ ດ້ວຍ PowerShell?
ipconfig.exe /flushdns
Start-Process -FilePath ipconfig -ArgumentList /flushdns -WindowStyle Hidden
Clear-DnsClientCache #Windows 8 and 2012
ວິທີການອະນາໄມຖານຄວາມຈໍາ DNS ເທິງຣີໂມດຄອມພິວເຕີ ດ້ວຍ PowerShell?
Invoke-Command -ScriptBlock {Clear-DnsClientCache} -ComputerName computer01, computer02
ວິທີການອ່ານແຟ້ມໂຮສຕ໌ ດ້ວຍ PowerShell?
Get-Content -Path 'C:\Windows\system32\drivers\etc\hosts'
Password
ວິທີການສ້າງລະຫັດຜ່ານແບບສຸ່ມ ດ້ວຍ PowerShell?
[Reflection.Assembly]::LoadWithPartialName('System.Web')
[System.Web.Security.Membership]::GeneratePassword(30,2)
ວິທີການປ່ຽນລະຫັດຜ່ານສໍາລັບຜູ້ບໍລິຫານເທິງເຄື່ອງແມ່ຂ່າຍຫ່າງໄກ ດ້ວຍ PowerShell?
$admin = [ADSI]('WinNT://server01/administrator,user')
$admin.SetPassword($password)
$admin.SetInfo()
ວິທີການຫາວັນຫມົດອາຍຸຂອງລະຫັດຜ່ານຂອງບັນຊີຜູ້ໃຊ້ໃນ Active Directory ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 |
# Solution 1 [DateTime]::FromFileTime((Get-ADUser -Identity $user -Properties 'msDS-UserPasswordExpiryTimeComputed').'msDS-UserPasswordExpiryTimeComputed') # Solution 2 Get-Date -Date ((Get-ADUser $user -Properties 'msDS-UserPasswordExpiryTimeComputed' | Select-Object -Property @{ Name = 'ExpiryDate' Expression = {[DateTime]::FromFileTime($_.'msDS-UserPasswordExpiryTimeComputed')} }).ExpiryDate)-Format 'F' |
Printers
ວິທີສະແດງລາຍການເຄື່ອງພິມທັງຫມົດສໍາລັບເຄື່ອງແມ່ຂ່າຍສະເພາະເຈາະຈົງ ດ້ວຍ PowerShell?
Get-WmiObject -Query 'Select * From Win32_Printer' -ComputerName $computer
ວິທີສະແດງລາຍການພ໋ອດທັງຫມົດສໍາລັບເຄື່ອງແມ່ຂ່າຍສະເພາະເຈາະຈົງ ດ້ວຍ PowerShell?
Get-WmiObject -Class Win32_TCPIPPrinterPort -Namespace 'root\CIMV2' -ComputerName $computer
ວິທີການປ່ຽນແປງ ຄວາມຄິດເຫັນ / ສະຖານທີ່ ຂອງເຄື່ອງພິມ ດ້ວຍ PowerShell?
1 2 3 4 |
$printer = Get-WmiObject -Class win32_printer -Filter "Name='HP Deskjet 2540 series'" $printer.Location = 'Germany' $printer.Comment = 'Printer - Test' $printer.Put() |
ວິທີການລົບລ້າງ (ຍົກເລີກໜ້າວຽກທັງຫມົດ) ໃນເຄື່ອງພິມ ດ້ວຍ PowerShell?
$printer = Get-WmiObject -Class win32_printer -Filter "Name='HP Deskjet 2540 series'"
$printer.CancelAllJobs()
ວິທີການພິມຫນ້າການທົດສອບສໍາລັບເຄື່ອງພິມດ້ວຍ PowerShell?
$printer = Get-WmiObject -Class win32_printer -Filter "Name='HP Deskjet 2540 series'"
$printer.PrintTestPage()
ວິທີການສະແດງການລໍຖ້າພິມງານສໍາລັບເຄື່ອງພິມດ້ວຍ PowerShell?
1 2 3 4 |
Get-WmiObject -Class Win32_PerfFormattedData_Spooler_PrintQueue | Select-Object -Property Name, @{ Expression = {$_.jobs} Label = 'Current Jobs' } | Format-Table -AutoSize |
Regedit
Read
ວິທີການລາຍງານກຸ່ມຣີຈິສທຣີດ້ວຍ PowerShell?
Get-ChildItem -Path Registry::
ວິທີການສະແດງຄ່າຂອງຣີຈິສທຣີ ແລະ ຊະນິດຂອງຣີຈິສທຣີ ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 |
function Get-RegistryValue { Param ( [Parameter(Mandatory = $true)] [string]$RegistryKey ) $key = Get-Item -Path "Registry::$RegistryKey" $key.GetValueNames() | Sort-Object | ForEach-Object -Process { $name = $_ $type = $key.GetValueKind($name) switch ($type) { 'String' {'REG_SZ'} 'Binary' {'REG_BINARY'} 'Dword' {'REG_DWORD'} 'Qword' {'REG_QWORD'} 'MultiString' {'REG_MULTI_SZ'} 'ExpandString'{'REG_EXPAND_SZ'} Default {$null} } [PSCustomObject]@{ Name = $name Type = $type Data = $key.GetValue($name) } } } |
ວິທີການສະແດງຣີຈິສທຣີຄີ ຊັບຄີ ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 |
#HKEY_CLASSES_ROOT New-PSDrive -PSProvider Registry -Root HKEY_CLASSES_ROOT -Name HKCR Get-ChildItem -Path 'HKCR:\' #HKEY_CURRENT_USER Get-ChildItem -Path 'HKCU:\Software' Get-ChildItem -Path Registry::HKEY_CURRENT_USER #HKEY_LOCAL_MACHINE Get-ChildItem -Path 'HKLM:\SYSTEM' Get-ChildItem -Path Registry::HKEY_LOCAL_MACHINE #HKEY_USERS New-PSDrive -PSProvider Registry -Root HKEY_USERS -Name HKU Get-ChildItem -Path 'HKU:\' #HKEY_CURRENT_CONFIG New-PSDrive -PSProvider Registry -Root HKEY_CURRENT_CONFIG -Name HKCC Get-ChildItem -Path 'HKCC:\' |
ວິທີການສະແດງຣີຈິສທຣີຄີ ຊັບຄີ ແບບ recursive ດ້ວຍ PowerShell?
Get-ChildItem -Path 'HKLM:\SYSTEM' -Recurse -ErrorAction SilentlyContinue
ວິທີການຊອກຫາຊັບຄີທີ່ມີຊື່ສະເພາະດ້ວຍ PowerShell?
Get-ChildItem -Path 'HKLM:\SOFTWARE' -Include *Plugin* -Recurse -ErrorAction SilentlyContinue
ວິທີການເອີ້ນຄືນພຽງແຕ່ຊື່ຂອງຣີຈິສທຣີ ຊັບຄີ ດ້ວຍ PowerShell?
(Get-ChildItem -Path 'HKLM:\SYSTEM').Name # Return HKEY_LOCAL_MACHINE\SYSTEM\ControlSet
Get-ChildItem -Path 'HKLM:\SYSTEM' -Name # Return ControlSet
ວິທີການລາຍງານຄ່າຂອງຣີຈິສທຣີ ດ້ວຍ PowerShell?
Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion'
ວິທີການອ່ານຄ່າຂອງຣີຈິສທຣີສະເພາະເຈາະຈົງ ດ້ວຍ PowerShell?
(Get-ItemProperty -Path 'HKLM:\SOFTWARE\Microsoft\Windows NT\CurrentVersion').ProductName
ວິທີການອ່ານຄ່າຣີຈິສທຣີສະເພາະເຈາະຈົງເທິງຄອມພິວເຕີຫ່າງໄກ ດ້ວຍ PowerShell?
1 2 3 4 5 |
$hostname = $computer $openRegedit = [Microsoft.Win32.RegistryKey]::OpenRemoteBaseKey('LocalMachine', $hostname) $openKey = $openRegedit.OpenSubKey('SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion') $keyValue = $openKey.GetValue('ProductName') $keyValue |
Write
ວິທີການສ້າງຣີຈິສທຣີຄີໃຫມ່ດ້ວຍ PowerShell?
New-Item -Path 'HKCU:\Software\MyApplication'
ວິທີການສ້າງຄ່າຣີຈິສທຣີ ດ້ວຍ PowerShell?
New-ItemProperty -Path 'HKCU:\Software\MyApplication' -Name 'Version' -Value '1.0'
ວິທີການປັບປຸງແກ້ໄຂຄ່າຣີຈິສທຣີທີ່ມີຢູ່ແລ້ວດ້ວຍ PowerShell?
Set-ItemProperty -Path 'HKCU:\Software\MyApplication' -Name 'Version' -Value '2.0'
Delete
ວິທີການລົບຄ່າຣີຈິສທຣີດ້ວຍ PowerShell?
Remove-ItemProperty -Path 'HKCU:\Software\MyApplication' -Name 'Version'
ວິທີການລົບຣີຈິສທຣີຄີດ້ວຍ PowerShell?
Remove-Item -Path 'HKCU:\Software\MyApplication' -Force
Test
ວິທີການທົດສອບວ່າຣີຈິສທຣີຄີມີຢູ່ ຫຼື ບໍ່ ດ້ວຍ PowerShell?
Test-Path -Path 'HKCU:\Software\MyApplication'
ວິທີການທົດສອບວ່າຄ່າຂອງຣີຈິສທຣີມີຢູ່ ຫຼື ບໍ່ ດ້ວຍ PowerShell?
(Get-Item -Path 'HKCU:\Software\MyApplication').GetValueNames() -contains 'Version'
Strings
ວິທີການລຶບຊ່ອງວ່າງຈາກຈຸດເລີ່ມຕົ້ນຂອງຂໍ້ຄວາມ ດ້ວຍ PowerShell?
$string = ' PowershellGuru'
$string = $string.TrimStart()
ວິທີການລຶບຊ່ອງວ່າງຈາກຈຸດສິ້ນສຸດຂອງຂໍ້ຄວາມ ດ້ວຍ PowerShell?
$string = 'PowershellGuru '
$string = $string.TrimEnd()
ວິທີການລຶບຊ່ອງວ່າງຈາກຈຸດ (ເລີ່ມຕົ້ນ ແລະ ສິ້ນສຸດ) ຂອງຂໍ້ຄວາມ ດ້ວຍ PowerShell?
$string = ' PowershellGuru '
$string = $string.Trim()
ວິທີການແປງຂໍ້ຄວາມໃຫ້ເປັນຕົວອັກສອນໃຫຍ່ ດ້ວຍ PowerShell?
$string = 'powershellguru'
$string = $string.ToUpper()
ວິທີການແປງຂໍ້ຄວາມໃຫ້ເປັນຕົວອັກສອນນ້ອຍ PowerShell?
$string = 'POWERSHELLGURU'
$string = $string.ToLower()
ວິທີການເລືອກຂໍ້ຄວາມຍ່ອຍ “PowerShell” ຈາກຂໍ້ຄວາມ “PowerShellGuru” ດ້ວຍ PowerShell?
$string.Substring(0,10)
ວິທີການຄັດເລືອກເອົາຂໍ້ຄວາມຍ່ອຍ “Guru” ຈາກຂໍ້ຄວາມ “PowerShellGuru” ດ້ວຍ PowerShell?
$string.Substring(10)
ວິທີການຄັດເລືອກເອົາຕົວເລກ “123” ຈາກຂໍ້ຄວາມ “PowerShell123Guru” ດ້ວຍ PowerShell?
$string = 'Powershell123Guru'
[regex]::match($string,'(\d+)').value
ວິທີການຮັບຄ່າດັດຊະນີທີ່ສູນ ຂອງຄຳວ່າ “Guru” ຈາກຂໍ້ຄວາມ “PowerShellGuru” ດ້ວຍ PowerShell?
$string.IndexOf('Guru') # 10
ວິທີການກວດສອບເບິ່ງວ່າຂໍ້ຄວາມເປັນຄ່າເປົ່າຫວ່າງ ຫຼື ບໍ່ ດ້ວຍ PowerShell?
$string = $null
$string = ''
[string]::IsNullOrEmpty($string)
ວິທີການກວດສອບເບິ່ງວ່າຂໍ້ຄວາມເປັນຄ່າເປົ່າຫວ່າງ, ຫລື ມີພຽງແຕ່ຊ່ອງວ່າງເທົ່ານັ້ນ ຫຼືບໍ່ ດ້ວຍ PowerShell?
$string = $null
$string = ''
$string = ' '
[string]::IsNullOrWhiteSpace($string)
ວິທີການກວດສອບເບິ່ງວ່າຂໍ້ຄວາມປະກອບດ້ວຍຕົວອັກສອນພິເສດ ຫຼືບໍ່ ດ້ວຍ PowerShell?
$string = 'PowershellGuru'
$string.Contains('s')
[regex]::match($string,'s').Success
ວິທີການເອີ້ນຄືນຄວາມຍາວຂອງຂໍ້ຄວາມດ້ວຍ PowerShell?
$string.Length
ວິທີການເຊື່ອມຕໍ່ສອງຂໍ້ຄວາມເຂົ້າດ້ວຍກັນ ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 |
# Solution 1 $string1 + $string2 # Solution 2 $string1 = 'Powershell' $string2 = 'Guru' [string]::Concat($string1,$string2) |
ວິທີການຈັບຄູ່ຫນຶ່ງຫຼືຫຼາຍວົງຂໍ “[ ]” ໃນຂໍ້ຄວາມ ດ້ວຍ PowerShell?
$string = '[PowershellGuru]'
$string -match '\[' # Only 1
$string -match '\[(.*)\]' # Several
ວິທີການຈັບຄູ່ຫນຶ່ງຫຼືຫຼາຍວົງເລັບ “( )” ໃນຂໍ້ຄວາມ ດ້ວຍ PowerShell?
$string = '(PowershellGuru)'
$string -match '\(' # Only 1
$string -match '\((.*)\)' # Several
ວິທີການຈັບຄູ່ຫນຶ່ງຫຼືຫຼາຍວົງປີກກາ “{ }” ໃນຂໍ້ຄວາມ ດ້ວຍ PowerShell?
$string = '{PowershellGuru}'
$string -match '\{' # Only 1
$string -match '\{(.*)\}' # Several
ວິທີການຈັບຄູ່ຫນຶ່ງຫຼືຫຼາຍວົງເລັບມຸມ “< >” ໃນຂໍ້ຄວາມ ດ້ວຍ PowerShell?
$string = ''
$string -match '\<' # Only 1
$string -match "\<(.*)\>" # Several
ວິທີການຈັບຄູ່ຕົວອັກສອນນ້ອຍ (abc) ໃນຂໍ້ຄວາມ ດ້ວຍ PowerShell?
$string = 'POWERSHELLGURU'
$string -cmatch "^[a-z]*$" #False
ວິທີການຈັບຄູ່ຕົວອັກສອນໃຫຍ່ (ABC) ໃນຂໍ້ຄວາມ ດ້ວຍ PowerShell?
$string = 'powershellguru'
$string -cmatch "^[A-Z]*$" #False
ວິທີການຈັບຄູ່ຄໍາວ່າ “[p” (ຕົວອັກສອນນ້ອຍ) ໃນຂໍ້ຄວາມ ດ້ວຍ PowerShell?
$string = '[powershellGuru]'
$string -cmatch '\[[a-z]\w+' #True
ວິທີການຈັບຄູ່ຄໍາວ່າ “[P” (ຕົວອັກສອນໃຫຍ່) ໃນຂໍ້ຄວາມ ດ້ວຍ PowerShell?
$string = '[PowershellGuru]'
$string -cmatch '\[[A-Z]\w+' #True
ວິທີການທົດແທນແຖວໃດໜຶ່ງດ້ວຍແຖວອື່ນ ດ້ວຍ PowerShell?
$a = 'Line A'
$b = 'Line B'
$a = $a -replace $a, $b
ວິທີການແປງການດໍາເນີນການຫານໄປເປັນຂໍ້ຄວາມ (ສ່ວນຮ້ອຍ) ດ້ວຍ PowerShell?
(1/2).ToString('P')
ວິທີການຈັດລຽງຂໍ້ຄວາມທີ່ບັນຈຸຕົວເລກ ດ້ວຍ PowerShell?
1 |
'string-10', 'string-2', 'string-23', 'string-30' | Sort-Object -Property {$_ -replace '[\d]'}, {$_ -replace '[a-zA-Z\p{P}]'-as [int]} |
ວິທີການຄັດເລືອກເອົາຄໍາສຸດທ້າຍຂອງປະໂຫຍກດ້ວຍ PowerShell?
$sentence = 'My name is Test Powershell'
$sentence.Split(' ')[-1] # Returns Powershell
ວິທີການສະແດງຄໍາທີ່ໃຫຍ່ທີ່ສຸດຂອງປະໂຫຍກດ້ວຍ PowerShell?
$sentence = 'My name is Test Powershell'
$sentence.Split(' ') | Sort-Object -Property Length | Select-Object -Last 1 # Returns Powershell
ວິທີການນັບຈໍານວນຄັ້ງຂອງຂໍ້ຄວາມທີ່ສະແດງໃນປະໂຫຍກ ດ້ວຍ PowerShell?
$sentence = 'test test test Powershell'
[regex]::Matches($sentence, 'test').Count # Returns 3
ວິທີການສໍາເນົາເອົາຕົວອັກສອນແຕ່ລະຕົວໃນຂໍ້ຄວາມໄປຍັງແຖວຂໍ້ຄວາມ ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 |
$name = 'test' $name.ToCharArray() s t e v e |
ວິທີການແປງຕົວອັກສອນທໍາອິດໃຫ້ເປັນຕົວພິມໃຫຍ່ຂອງຂໍ້ຄວາມ ດ້ວຍ PowerShell?
1 2 |
$name = 'test' $name.Substring(0,1).ToUpper() + $name.Substring(1) |
ວິທີການຍັບ (ຊ້າຍ ຫຼື ຂວາ) ຂອງຂໍ້ຄວາມ ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 |
# With whitespaces $padRight = 'test'.PadRight(25) $padLeft = 'test'.PadLeft(25) # With characters $padRight = 'test'.PadRight(25,'.') # Return test.................... $padLeft = 'test'.PadLeft(25,'.') # Return ....................test |
ວິທີການເຂົ້າລະຫັດ ແລະ ຖອດລະຫັດຂອງຂໍ້ຄວາມເປັນ Base64 ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 9 10 |
# Encode $string = [System.Text.Encoding]::UTF8.GetBytes('test') $encoded = [System.Convert]::ToBase64String($string) # Decode $string = [System.Convert]::FromBase64String($encoded) $decoded = [System.Text.Encoding]::UTF8.GetString($string) # Encoded : c3RldmU= # Decoded : test |
ວິທີການແປງຕົວເລກ (ໄປເປັນ ແລະ ຈາກ) ໄບນາຣີ ດ້ວຍ PowerShell?
1 2 3 4 5 |
# Base 10 to Base 2 [System.Convert]::ToString(255,2) # Base 2 to Base 10 [System.Convert]::ToInt32('11111111',2) |
ວິທີການເອີ້ນຄືນພຽງແຕ່ໂຟລ໌ເດີສຸດທ້າຍໃນເສັ້ນທາງ ດ້ວຍ PowerShell?
1 2 |
$path = 'C:\Folder1\Folder2\Folder3\file.txt' Split-Path -Path (Split-Path -Path $path -Parent) -Leaf # Return Folder3 |
ວິທີການເອີ້ນຄືນພຽງແຕ່ລາຍການສຸດທ້າຍທີ່ຢູ່ໃນເສັ້ນທາງ ດ້ວຍ PowerShell?
1 2 |
$path = 'C:\Folder1\Folder2\Folder3\file.txt' Split-Path -Path $path -Leaf # Return file.txt |
Math
ວິທີການສະແດງລາຍການຂອງຄຳສັ່ງ ຂອງຄລາສ System.Math ດ້ວຍ PowerShell?
[System.Math] | Get-Member -Static -MemberType Method
ວິທີການຄືນຄ່າແທ້ແນ່ນອນ ດ້ວຍ PowerShell?
[Math]::Abs(-12) #Returns 12
[Math]::Abs(-12.5) # Returns 12.5
ວິທີການຄືນຄ່າມຸມຊິນຂອງຕົວເລກທີ່ລະບຸໄວ້ ດ້ວຍ PowerShell?
[Math]::ASin(1) #Returns 1,5707963267949
ວິທີການຄືນຄ່າເພດານດ້ວຍ PowerShell?
[Math]::Ceiling(1.4) #Returns 2
[Math]::Ceiling(1.9) #Returns 2
ວິທີການຄືນຄ່າພື້ນດ້ວຍ PowerShell?
[Math]::Floor(1.4) #Returns 1
[Math]::Floor(1.9) #Returns 1
ວິທີການຄືນຄ່າຂອງໂລກາຣິທຶ໋ມປົກກະຕິ (ຖານ e) ຂອງຈໍານວນທີ່ກໍານົດໄວ້ດ້ວຍ PowerShell?
[Math]::Log(4) #Returns 1,38629436111989
ວິທີການຄືນຄ່າຖານ 10 ໂລກາຣິທຶ໋ມຂອງຈໍານວນທີ່ກໍານົດໄວ້ດ້ວຍ PowerShell?
[Math]::Log10(4) #Returns 0,602059991327962
ວິທີການຄືນຄ່າສູງສຸດຂອງສອງຄ່າດ້ວຍ PowerShell?
[Math]::Max(2,4) #Returns 4
[Math]::Max(-2,-4) #Returns -2
ວິທີການຄືນຄ່າຕ່ຳສຸດຂອງສອງຄ່າດ້ວຍ PowerShell?
[Math]::Min(2,4) #Returns 2
[Math]::Max(-2,-4) #Returns -4
ວິທີການຄືນຄ່າຕົວເລກຍົກກຳລັງທີ່ລະບຸໄວ້ດ້ວຍ PowerShell?
[Math]::Pow(2,4) #Returns 16
ວິທີການຄືນຄ່າທົດສະນິຍົມໄປເປັນຄ່າຕົວເລກປົກກະຕິທີ່ໃກ້ຄຽງທີ່ສຸດດ້ວຍ PowerShell?
[Math]::Round(3.111,2) #Returns 3,11
[Math]::Round(3.999,2) #Returns 4
ວິທີການຄືນຄ່າຕົວເລກປົກກະຕິຂອງຄ່າທົດສະນິຍົມທີ່ກໍານົດໄວ້ດ້ວຍ PowerShell?
[Math]::Truncate(3.111) #Returns 3
[Math]::Truncate(3.999) #Returns 3
ວິທີການຄືນຄ່າຮາກຂັ້ນສອງຂອງຈໍານວນທີ່ກໍານົດໄວ້ດ້ວຍ PowerShell?
[Math]::Sqrt(16) #Returns 4
ວິທີການຄືນຄ່າຄົງທີ່ PI ດ້ວຍ PowerShell?
[Math]::Pi #Returns 3,14159265358979
ວິທີການຄືນຄ່າຖານໂລກາຣິທຶ໋ມປົກກະຕິ (ຄ່າຄົງທີ່ e) ດ້ວຍ PowerShell?
[Math]::E #Returns 2,71828182845905
ວິທີການກວດສອບເບິ່ງວ່າເປັນຈໍານວນຄູ່ ຫລື ຄີກ ດ້ວຍ PowerShell?
[bool]($number%2)
Hashtables
ວິທີການສ້າງ HashTable ວ່າງເປົ່າ ດ້ວຍ PowerShell?
$hashtable = @{}
$hashtable = New-Object -TypeName System.Collections.Hashtable
ວິທີການສ້າງ HashTable ທີ່ມີລາຍການ ດ້ວຍ PowerShell?
1 2 3 4 5 |
$hashtable = @{ 'Key1' = 'Value1' 'Key2' = 'Value2' 'Key3' = 'Value3' } |
1 2 3 4 5 6 7 |
$hashtable = [ordered]@{ 'Key1' = 'Value1' 'Key2' = 'Value2' 'Key3' = 'Value3' } $hashtable | Get-Member # System.Collections.Specialized.OrderedDictionary |
ວິທີການເພີ່ມລາຍການ (key-value pair) ໃສ່ HashTable ດ້ວຍ PowerShell?
$hashtable.Add('Key4', 'Value4')
ວິທີການຮັບຄ່າສະເພາະໃດຫນຶ່ງຂອງ HashTable ດ້ວຍ PowerShell?
1 2 3 4 5 6 |
# Returns only Value $hashtable.Key1 $hashtable.Get_Item('Key1') # Returns Key and Value $hashtable.GetEnumerator() | Where-Object{$_.Name -eq 'Key1'} |
ວິທີການຮັບຄ່າຕ່ຳສຸດຂອງ HashTable ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 |
$hashtable = @{ 'Key1' = '1' 'Key2' = '2' 'Key3' = '3' } $hashtable.GetEnumerator() | Sort-Object -Property Value | Select-Object -First 1 $hashtable.GetEnumerator() | Sort-Object -Property Value -Descending | Select-Object -Last 1 |
ວິທີການຮັບຄ່າສູງສຸດຂອງ HashTable ດ້ວຍ PowerShell?
1 2 3 4 5 6 7 8 |
$hashtable = @{ 'Key1' = '1' 'Key2' = '2' 'Key3' = '3' } $hashtable.GetEnumerator() | Sort-Object -Property Value -Descending | Select-Object -First 1 $hashtable.GetEnumerator() | Sort-Object -Property Value | Select-Object -Last 1 |
ວິທີການປັບປຸງແກ້ໄຂລາຍການໃນ HashTable ດ້ວຍ PowerShell?
$hashtable.Set_Item('Key1', 'Value1Updated')
ວິທີການລຶບລາຍການໃນ HashTable ດ້ວຍ PowerShell?
$hashtable.Remove('Key1')
ວິທີການອະນາໄມ HashTable ດ້ວຍ PowerShell?
$hashtable.Clear()
ວິທີການກວດສອບສະຖານະຂອງ ຄີ / ຄ່າ ສະເພາະໃນ HashTable ດ້ວຍ PowerShell?
$hashtable.ContainsKey('Key3')
$hashtable.ContainsValue('Value3')
ວິທີການຈັດລຽງຕາມ ຄີ / ຄ່າ ໃນ HashTable ດ້ວຍ PowerShell?
$hashtable.GetEnumerator() | Sort-Object -Property Name
$hashtable.GetEnumerator() | Sort-Object -Property Value -Descending
Arrays
ວິທີການສ້າງອາເຣວ່າງເປົ່າດ້ວຍ PowerShell?
$array = @()
$array = [System.Collections.ArrayList]@()
ວິທີການສ້າງອາເຣທີ່ປະກອບດ້ວຍລາຍການດ້ວຍ PowerShell?
$array = @('A', 'B', 'C')
$array = 'A', 'B', 'C'