Set Less Restrictive Execution Policy within Powershell
Enter the following powershell commands to lessen the executionpolicy security. Unrestricted has no restrictions, whereas remotesigned works with remotely signed code, for instance when managing ...
Start Session and Connect to MS 365 with Powershell
Enter the following powershell commands to start a 365 management session. You must have your execution policy set to at least remotesigned.
Install-Module -Name ExchangeOnlineManagementImport-Module ExchangeOnlineManagementConnect-ExchangeOnline ...
Set User Time Zone in MS 365 with Powershell
Enter the following command in powershell after connecting to 365. In the example below we are settng the user to Pacific time.
Get-Mailbox -Filter {RecipientTypeDetails ...
Set View for All Folders in Outlook 2013/2016
Use these instructions to apply the current view to all folders.
In Outlook, click the View tab.
In the View menu, click the Change View drop-down menu.
From the Change ...
Slow DNS Lookups with Windows 10/11 VPN
If you are experiencing slow DNS lookups with a Windows 10/11 VPN client, you should consider moving the VPN's TCP/IP interface metric lower to supercede ...
Show Active Directory Replication Status
Use this command to view AD replication status:
repadmin /showrepl
You will receive output like this:
Repadmin: running command /showrepl against full DC localhostCompanyHQ\SERVER2DSA Options: IS_GCSite Options: (none)DSA ...