logo

Kevin Horvatin

Kevin Horvatin is a Lead Software Architect at Netwrix and responsible for Netwrix Privilege Secure. A software developer for over 20 years, he has worked with PowerShell and C# since they were introduced. 
Infrastructure
October 9, 2024

Using Rename-Item Cmdlet to Rename Files in PowerShell

What is the Rename-Item cmdlet? The Rename-Item cmdlet in PowerShell can be used to change the name of an item. This item can be a file, directory, or any object in a path. The cmdlet can also be...
Infrastructure
October 7, 2024

Powershell Delete File If Exists

Brief overview of Remove-Item cmdlet Managing files and directories is a common task in computing, especially in the Windows PowerShell environment. The Remove-Item in PowerShell is a key cmdlet...
Infrastructure
September 26, 2024

Use Get-Mailbox Cmdlet to Export Mailbox List in Exchange

What is a Get-Mailbox Cmdlet? The Get-Mailbox cmdlet is a key command in the Exchange Management Shell (for Exchange Server) and in the Exchange Online PowerShell module (for Office 365). It is...
Infrastructure
September 16, 2024

Using the PowerShell Copy-Item Cmdlet to Copy Files

What is PowerShell Copy-Item Cmdlet? Copy-Item cmdlet in Powershell is primarily used to copy files from source to destinataion. In terms of numbers of files, they could be individual or...
Infrastructure
September 5, 2024

PowerShell Create File: Step-by-Step Guide

System administrators perform a variety of standard operations on their Windows servers every day, including creating, deleting, and moving files and folders. By becoming fluent with the core set...