jcrgroup_pro

Get Info about PC

Jan 19th, 2023 (edited)
708
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. #making file name
  2. https://stackoverflow.com/questions/1954203/timestamp-on-file-name-using-powershell
  3.  
  4. #getting pc data
  5. https://www.sconstantinou.com/powershell-script-to-get-computer-information/
  6.  
  7. #PowerShell: примеры скриптов по сбору информации о компьютерах
  8. https://bookflow.ru/powershell-primery-skriptov-po-sboru-informatsii-o-kompyuterah/?ysclid=ld3rdg59r8204402917
  9.  
  10. #time in PWs
  11. https://www.delftstack.com/howto/powershell/get-date-and-time-using-powershell/
  12.  
  13. #Выполнение скрипта PowerShell через GPO
  14. http://pyatilistnik.org/running-powershell-script-through-gpo/?ysclid=ld3q910f56642484325
  15.  
  16. #Get_object and datas
  17. #https://adamtheautomator.com/powershell-get-current-user/
  18. #https://bookflow.ru/powershell-primery-skriptov-po-sboru-informatsii-o-kompyuterah/?ysclid=ld3rdg59r8204402917#Вывод_локальных_пользователей_и_владельца
  19. [System.Security.Principal.WindowsIdentity]::GetCurrent().Name
  20. (Get-WMIObject -ClassName Win32_ComputerSystem).Username
Add Comment
Please, Sign In to add comment