New: powershellAll contenthive-129948hive-196917krzzanhive-183959steemhive-180932photographyhive-166405hive-144064uncommonlabhive-185836bitcoinhive-183397krsuccesshive-150122hive-188619hive-101145lifehive-103599hive-124908hive-139150hive-145157hive-109690hive-184714TrendingNewHotLikersjustyy (82)in programming • 2 years agosteemCreated with Sketch.How to Send Keys using PowerShell and WScript (Simulate Keystrokes)Sometimes, you want to emulate keystrokes (key presses) for example, you want to automate some tasks which are easier to do by repeating keystrokes than looking up APIs and write a decent…geetitsupp (29)in tutorial • 2 years agoPowerShell | Test-NetConnectionOn recent Windows systems, the telnet utility is not installed by default. This tool usually allows you to test the ports to the server, e.g. whether the FTP port is open. However, with the help of…evrone (41)in powershell • 3 years agoPowerShell Inventor Jeffrey Snover InterviewWe had a great talk with Jeffrey Snover, Microsoft Technical Fellow, and CTO for Modern Workforce Transformation. Snover is the inventor of Windows PowerShell, an object-based distributed automation…sqlinsix (55)in powershell • 3 years agosteemCreated with Sketch.Comparing Files In PowerShell - 2 ApproachesComparing files for similarities and differences will come up frequently. If we're running code in different environments from the same code base, but our configurations should contain differences…sqlinsix (55)in data • 4 years agoAdding To A Hash Table Or Another Hash TableCheck out the solution in the video Error: A Hash Table Can Only Be Added To Another Hash Table. In the video, we see a syntax similar to using arrays, but also see an error related to this. We…skysnap (67)in hive-119463 • 4 years agoStarship - Cross Shell Prompt on WindowsAre you tired of using the command prompt where you can't make the fancy fonts on the shell? And you don't want to make use of the typical old command prompt? In that case you should make use of the…sqlinsix (55)in data • 4 years agoStarting and Stopping Processes With PowerShellWhat happens when we run into the problem where we stop a process in PowerShell? Check out the discussion in the video Starting and Stopping Processes With PowerShell. As you can see, we test…sqlinsix (55)in development • 5 years agosteemCreated with Sketch.Adding To Hash Tables In PowerShellCheck out the solution in the video Error: A Hash Table Can Only Be Added To Another Hash Table. In the video, we see a syntax similar to using arrays, but also see an error related to this. We…masterlamps (46)in windows • 5 years agoRun PowerShell scripts as Administrator from Explorer context menuSometimes Windows is lacking options in the context menu, i. e. executing PowerShell scripts with administrative privileges. The explorer context menu doesn't provide an option for start the…toalsty (37)in technology • 5 years agoHow to setup a small Windows Domain in Virtualbox Part 1We will setup a small Windows domain with the following virtualboxes: 1 debian system that acts as a Nat device 1 Windows 10 client 1 windows server core with ActiveDirectory and Dhcp…vikisecrets (68)in howto • 5 years agoPowerShell Hack: How to replace text in multiple files 💪PowerShell Hack: Mit diesem PowerShell-Skript kannst du Text in mehreren Dateien ersetzen. Ich habe ein kleines PowerShell-Skript für Windows geschrieben, um Text in einem ganzen Verzeichnis und…techprpr (34)in powershell • 5 years agopowershell err: cannot be loaded because running scripts is disabled on this system. For more information, seepowershell err: cannot be loaded because running scripts is disabled on this system. For more information, see Subscribe all articles: Buy single article: solution: I should use ...(see full…doifeellucky (64)in share2steem • 5 years agodoifeellucky's twitter FeedSRC Fresh from the cyberwar battle field... Security researchers from ESET have analyzed several PowerShell scripts used by the Russia-linked Turla threat group in recent attacks.…rosepac (55)in coding • 6 years ago📓 Aprende a ser un maestro de los Scripts en Windows Powershell#coding #scripts #powershell #windows #share2steem External Link : Free eBook from Packt Download a new free programming eBook from Packt every day! Every 24 hours we will offer a new…moreabout.tech (30)in technology • 6 years agoHow to Convert a VMWare VMDK to Hyper-V VHDXA few days ago, I used Vmware P2V tool to convert my physical server to a virtual server. After doing that, I wiped the machine. I then decided to use Hyper-V instead. I had to find a way to convert…klapenhz (46)in dtube • 6 years agoPowershell - praca z dokumentami MS WordPowershell - praca z dokumentami ms word Powershell jako dość uniwersalny język skryptowy pozwala na pracę z różnymi bibliotekami i aplikacjami. Jeżeli brakuje Wam dokumentacji do jakiegoś…codesblue (25)in dtube • 6 years agoComo crear caja de dialogo (message box) en powershellPagina web: Articulo: Sigueme en facebook: ▶️ DTube ▶️ IPFSskysnap (67)in powershell • 6 years agoWindows Poweshell Get List of Files Information to Text FileLearn how to Get List of Files Information to Text File using Windows powershell. We can easily get the list of services and the files and folders data using powershell. But that data often need to…skysnap (67)in powershell • 6 years agoWindows Poweshell Get-Random CommandLearn how to generate the random number using Windows powershell get-random command. Learn how to use the random number generator for your scripts. There are many ways you can use the random number…skysnap (67)in powershell • 6 years agoArrays in Windows PowerShellLearn how to work with arrays in Windows powershell. When you want to store the items in specific list. Or say you want to have specific list of items to iterate through, in such case you can make…