Category: PowerShell Code
-
PowerShell Code: Add Multiple DNS Records From .CSV File To DNS Server Using PowerShell
In this PowerShell Code post, I’ll show you how I add multiple DNS A Records and CNAME Records to a DNS Zone using PowerShell.
-
PowerShell Code: Delete Specific Email from All Mailboxes In Exchange
In this PowerShell code, I’ll show you how to delete all emails from a specific sender address from all Exchange mailboxes in the organization.
-
PowerShell Code: Find Number Of ActiveSync Devices Attached To A User
Today, I’ll show you another classic Exchange Server or Online PowerShell script that will show you how many ActiveSync devices are assigned to a user.
-
PowerShell Code: Connect to a Remote Computer Using PowerShell
Today, I’ll show you another classic PowerShell code that will allow you to Connect to a remote machine using PowerShell.
-
PowerShell Code: Get Mailboxes with Size Greater Than X
Today, I’ll show you another classic PowerShell Code for Exchange Server that will let you search for users with a mailbox size of X and above.
-
PowerShell Code: Get Email Address From SAMACCOUNTNAME
This Active Directory PowerShell Module code will show you how to the primary SMTP address of users using their SAMACCOUNTNAME.
-
PowerShell Code: Find Users with Email Address From a Specific Domain
Today I’ll show you a great and also a classic Exchange Server PowerShell Code that will show you how to find users with an email address In a specific Domain.
-
PowerShell Code: ADD an SMTP Address (Proxy Address) To Multiple Users From a .CSV File
In this PowerShell Code, I’ll show an amazing script will add a new SMTP Address \ Proxy Address to a list of users.
-
PowerShell Code: Change Multiple Users Attribute In AD With a .CSV File
In this article, I’ll show you a PowerShell code that changes multiple Users Job Title In Active Directory based on their Employee ID using a .CSV file.