You need to assign the User account the Administrator permissions ( Even though that user account actually installed the Data Service Cloud Console!!! )
Now you see all the Tiles!
loading...
loading...
You need to assign the User account the Administrator permissions ( Even though that user account actually installed the Data Service Cloud Console!!! )
Now you see all the Tiles!
Trying to change a zerto VM’s recovery network however the new Network I created in vmware wasn’t showing
If you use Zerto Cloud Manager you will need to add the Resource to the Organisations Cloud Resources
Recently I found an InTune pc having issues deploying software and PowerShell
In the “Company Portal” Store App it showed there was a: Delay in Downloading files error
I then found there was no Management Extension Application Service installed as all
This can be manually downloaded and installed from here :
https://prodamsub0102data.azureedge.net/IntuneWindowsAgent.msi
After installing , software started Deploying
Recently when a user tried to look at his Online Archive in Webmail the folder was missing. In Outlook 2016 ( NOT Outlook 2013 as this doesn’t support archive very well ) the folders were listed.
The issue is due to the folder count in Online Archives. The folder limit 10,000 and the current folder count was 15,000
Kindly refer to the below article for more information.
https://support.microsoft.com/en-us/help/2849181/some-folders-are-not-visible-in-outlook-on-the-web
A user was not appearing in User Contacts on an Avaya Phone System. This is like a global address list of all phones.
There is actually a Ex Directory tick box that can be turned on for this to happen under the Users/ User Tab make sure this is removed
The following will check members in a group and make sure they have a custom attritbute value
# Connect to Exchange server and load Exchange powershell modules
. 'C:\Program Files\Microsoft\Exchange Server\V14\bin\RemoteExchange.ps1'
Connect-ExchangeServer -auto
Import-Module ActiveDirectory
$groupdn = (Get-ADGroup '#Group Name').DistinguishedName
$users = Get-ADUser -Filter {(memberof -eq $groupdn)}
foreach($user in $users){
#If user is not
if($user.name -ne "Users Name"){
#if the CustomAttrribte is Blank
if((Get-Mailbox -Identity $user.name | select -ExpandProperty CustomAttribute1) -eq {}) {
#if the CustomAttrribte is not equal to a value
#if((Get-Mailbox -Identity $user.name | select -ExpandProperty CustomAttribute1) -ne "value") {
#Show their name
($user.name) } } }
Sent items dissappear during an exchange migration between operators and secretaries due to mixes of Exchange 2010 and 2003 for example:
Current Enviroment 2003 : When I send from Exchange2003User1 onbehalf of Exchange2003User2 at the moment it puts the email in the Sent Item of Exchange2003User1
Secretary 2003 and Operator 2010 : When I send from Exchange2003User1 ( 2003 Mailbox ) onbehalf of Exchange2010User3 it replicates the above and puts the Sent Item of Exchange2003User1
Secretary 2010 and Operator 2003 : When I send from Exchange2010User3 onbehalf of Exchange2003User1 the sent email disappears ( does not get stored anywhere )
This means we will need to migrate all the operators before the secretaries move, and the secretaries can move one at a time after. Hope this helps now with UAT group!
Exchange Commands
In Exchange 2010 you can configure this server side to duplicate to both sender and from address.
Set-MailboxSentItemsConfiguration <mailbox id> [-SendAsItemsCopiedTo [Sender|SenderAndFrom]] [-SendOnBehalfOfItemsCopiedTo [Sender|SenderAndFrom]]
Outlook Commands
*NB Outlook will need to be in Cached Mode
Consider the following scenario. You use Outlook 2010 and are a delegate for your manager. Even though theDelegateSentItemsStyle registry value is set to 1, an email message that you send on behalf of your manager is saved in yourSent Items folder.
Key: HKEY_CURRENT_USER\Software\Microsoft\Office\14.0\Outlook\Preferences
Name: DelegateSentItemsStyle
Type: DWORD
Value: 1