Category: PowerShell
Message submission rate for this client has exceeded
In my case Application was using Port 25 and using the app custom connector on load balanced Exchange 2016 servers and message rate limit was set to unlimited. Get-ReceiveConnector SERVERNAME\* | FT Name,bindings,MessageRateLimit
Read MoreSetting an Active Directory User Account to Expire at a Specific Time of Day with PowerShell
Notice that in Active Directory Users and Computers (ADUC) when setting the expiration of a user account, there’s only a way to have the account expire at the end of a specific day: The same
Read MoreTo install any software silently
Researching silent options is just a onetime effort for you and saves you lot of time. This script is useful for sys admins who prepare desktops, laptops or deploy servers. .csv file contains data in
Read MoreJoin Computer to Domain with Desired Computer Name and OU
Step #1: This is the simplest method to add a computer to a domain. In this example you will be prompted for credentials followed by the required reboot. Add-Computer -DomainName “your.domain.here” Restart-Computer Step #2: If
Read MoreHow to Check, Enable or Disable SMB Protocol Versions on Windows?
The Server Message Block (SMB) network protocol is used to share and access folders, files, printers, and other devices over network (TCP port 445). In this article, we will look at which versions (dialects) of SMB are
Read MoreWindows Backup wbadmin Powershell Automated Script
https://gallery.technet.microsoft.com/Windows-Backup-wbadmin-2014479e
Read MoreManaging WSUS
Block 1: Connect to the WSUS server and set the configuration. We are first going to set the property “Download update files to this server only when updates are appoved”, turn off all update languages,
Read More