Emanuel Halapciuc
Blogs, Articles, and Posts
Get and set IP address with PowerShell
(4sysops.com)
Setting the IP address, subnet mask, default gateway, and DNS of your network card is one of the
By: Emanuel Halapciuc submitted:Oct 20 2023
Setting the IP address, subnet mask, default gateway, and DNS of your network card is one of the
most basic tasks you're expected to do as an administrator. This guide will teach you how to use PowerShell to get and set the IP address.
By: Emanuel Halapciuc submitted:Oct 20 2023
Get-GpoReport
(adamtheautomator.com)
How to Build Fancy GPO Reports with PowerShell
By: Emanuel Halapciuc submitted:Jun 16 2022
How to Build Fancy GPO Reports with PowerShell
By: Emanuel Halapciuc submitted:Jun 16 2022
Install, remove, list, and set default printer with PowerShell
(4sysops.com)
With PowerShell, you can easily install a printer driver, add a printer to the repository, and then
By: Emanuel Halapciuc submitted:Nov 18 2022
With PowerShell, you can easily install a printer driver, add a printer to the repository, and then
add a local or shared network printer to your Windows installation. In this post, I will also explain how you can list printers, add a printer port, set the default printer, and remove a printer with PowerShell.
By: Emanuel Halapciuc submitted:Nov 18 2022
Projects, Scripts, and Modules
Format time and date output of PowerShell New-TimeSpan
(4sysops.com)
My function, Get-TimespanPretty, allows you to view the time span-the difference between two time
By: Emanuel Halapciuc submitted:Nov 4 2022
My function, Get-TimespanPretty, allows you to view the time span-the difference between two time
points or dates-in a compact, user-friendly format. It is built on top of the New-TimeSpan cmdlet, which offers details as output that you usually need. With Get-TimespanPretty, you can simply pipe the output (TimeSpan object) of New-TimeSpan or Measure-Command to Get-TimespanPretty. It's easy to use, and there's no need for complex reworking of scripts that may include such commands.
By: Emanuel Halapciuc submitted:Nov 4 2022