Recently when trying to login to a Citrix XenApp Server ( OS Server 2012 R2 ) users were getting a frozen Welcome Screen. The loading ‘Circle” would […]
Author: paris
Powershell – List group Memberships in 365 of Distribution groups and Unified groups
[pastacode lang=”markdown” manual=”%24groups%3DGet-UnifiedGroup%0A%0Aforeach(%24group%20in%20%24groups)%0A%7B%0A%20%20%20%20Write-Host%20%22************************************************%22%0A%20%20%20%20Write-Host%20%22GroupName%3A%20%22%20%20%24group.DisplayName%0A%20%20%20%20Write-Host%20%22Email%3A%20%22%20%20%24group.primarySMTPAddress%0A%20%20%20%20Write-Host%20%22—%20Members%20—%22%0A%20%20%20%20%24membersOfGroup%3DGet-UnifiedGroupLinks%20-Identity%20%24group.Identity%20-LinkType%20Members%0A%20%20%20%20foreach(%24member%20in%20%24membersOfGroup)%0A%20%20%20%20%7B%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20Get-Recipient%20-Identity%20%24member.Name%20%7C%20select%20PrimarySmtpAddress%20%7CFormat-Wide%20%0A%20%20%20%20%7D%0A%20%20%20%20%20%0A%7D%0A%0A%0A%24groups%3DGet-DistributionGroup%0A%0Aforeach(%24group%20in%20%24groups)%0A%7B%0A%20%20%20%20Write-Host%20%22************************************************%22%0A%20%20%20%20Write-Host%20%22GroupName%3A%20%22%20%20%24group.DisplayName%0A%20%20%20%20Write-Host%20%22Email%3A%20%22%20%20%24group.primarySMTPAddress%0A%20%20%20%20Write-Host%20%22—%20Members%20—%22%0A%20%20%20%20%24membersOfGroup%3DGet-DistributionGroupMember%20-Identity%20%24group.Identity%0A%20%20%20%20foreach(%24member%20in%20%24membersOfGroup)%0A%20%20%20%20%7B%20%20%20%20%20%20%20%0A%20%20%20%20%20%20%20%20Get-Recipient%20-Identity%20%24member.Name%20%7C%20select%20PrimarySmtpAddress%20%7CFormat-Wide%20%0A%20%20%20%20%7D%0A%20%20%20%20%20%0A%7D” message=”” highlight=”” provider=”manual”/]
Powershell – Get all Shared Mailbox and Permissions\Members in 365
Legacy Public Folders – No public folders are available. Check that a public folders deployment exists in this Exchange Organisation If so , please try again later
Upon trying to access Legacy Public Folders using 365 Webmail ( OWA ) the following error message is displayedNo public folders are available. Check that a public […]
Office 365 IP’s needs for receive control on Prem
23.103.132.0/2223.103.136.0/2123.103.144.0/2023.103.198.0/2323.103.200.0/2140.92.0.0/1440.107.0.0/1652.100.0.0/1465.55.88.0/2465.55.169.0/2494.245.120.64/26104.47.0.0/17134.170.101.0/24134.170.140.0/24134.170.171.0/24157.55.133.160/27157.56.87.192/26157.56.110.0/23157.56.112.0/24157.56.116.0/25157.56.120.0/25207.46.51.64/26207.46.100.0/24207.46.108.0/25207.46.163.0/24213.199.154.0/24213.199.180.128/26216.32.180.0/23
MDT – A connection to deployment shared could not be made
The unit was an Elitedesk 800 G3Download the driver bundle from here : http://ftp.hp.com/pub/caps-softpaq/cmit/HP_Driverpack_Matrix_x64.htmlExtract the Drivers then Import them into Out of Box Drivers on your MDT ShareOnce […]
365 – Sent emails getting duplicated to mailbox when sending
Had a ticket regarding 3 different sent emails to 3 different third parties which were getting duplicated into an IT mailbox on Office 365.I double checked the […]
You can now access opening a Shared Calendar from a Person or a Room in Outlook IOS
If you navigate to your Calendar Tab in Outlook AppClick on this icon Then Add Shared Calendars
DFS: Error creating domain-based namespace The namespace cannot be queried. The RPC server is unavailable
Changes to the Distributed File System (DFS) namespace are made on the domain controller with the PDC Emulator role. DFS root servers periodically request updated metadata from […]