How to Reset the Windows Remote Desktop Services Licensing Grace Period

https://www.dell.com/support/kbdoc/en-us/000193714/how-to-reset-the-windows-remote-desktop-services-licensing-grace-period   Instructions The Remote Desktop Services (RDS) role in Windows server requires appropriate client access licenses (CALs) to be installed in order to function properly, but there is a 120-day licensing grace period which begins when the role is installed. During this grace period, RDS will function without any CALs having been installed. This is…

How to Export out all Microsoft Group list with Members

Found on this link: https://ourcloudnetwork.com/export-all-microsoft-365-groups-and-members-with-powershell/     Power Shell as Administrator: Connect to Tennent: Connect-ExchangeOnline   Use the following script to export a list of all Microsoft 365 groups and their members to a All-M365-Group-Members.csv file.     $Result=@() $groups = Get-UnifiedGroup -ResultSize Unlimited $totalmbx = $groups.Count $i = 1 $groups | ForEach-Object { Write-Progress…

How to Change the Default Email Address for Public Folders Using Power Shell

PowerShell: Connect-exchangeonline Set-Mailbox -Identity email -PrimarySmtpAddress emailaddress you want Set-MailPublicFolder -Identity \FCG -EmailAddressPolicyEnabled $False   Then go back to Admin center and try making the change, should save with the new address   To Check Get-PublicFolderClientPermission Make sure the anonymous is in the list with createitems access rights           Kon Belieu

Office 365 : Allow Email forwarding to remote domain

Office 365 : Allow Email forwarding to remote domain

To setup Email forwarding to remote domain.   https://learn.microsoft.com/en-us/microsoft-365/security/office-365-security/outbound-spam-policies-configure?view=o365-worldwide&source=recommendations   In the Microsoft 365 Defender portal at security.microsoft.com, go to Email & Collaboration > Policies & Rules > Threat policies > Anti-spam in the Policies section. Or, to go directly to the Anti-spam policies page, use security.microsoft.com/antispam.     Regards,   Kon Belieu Partner Kon@cxit.com  …