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