Exchange 2010 ActiveSync Devices list
ADMAzevedo Posts
Export-Mailbox –Identity -PSTFolderPath Export-Mailbox –Identity resolve -PSTFolderPath E:\PSTs \resolve.pst Get-Mailbox -Database ‘Mailbox Database’ | Export-Mailbox -PSTFolderPath D:\PSTs
SELECT create_date AS ‘SQL Server Install Date’, DATEADD(DD, 180, create_date) AS ‘SQL Server Expiry Date’ FROM sys.server_principals WHERE name = ‘NT AUTHORITY\SYSTEM’
Log on Windows Server 2008 R2 by using Administrator account Click Start menu and type Powershell Right click on Powershell and then choose Run as Administrator Type: netsh DHCP…
Get-MailboxStatistics | Sort-Object TotalItemSize -Descending | ft DisplayName,@{label=”TotalItemSize(MB)”;expression={$_.TotalItemSize.Value.ToMB()}},ItemCount
HyperV Migration – 0x80090303 – Failed to Authenticate =-=-=-=-=-=-= Hyper-V Live Migrations =-=-=-=-=-=-= Active Directory > Right-Click Machine > Properties > Delegation > Trust this computer for delegation to…
Listar: Get-ADUser -Filter * | Sort-Object Name | Format-Table Name, UserPrincipalName Filtar: $LocalUsers = Get-ADUser -Filter {UserPrincipalName -like ‘*JoseNeves.local’} -Properties userPrincipalName -ResultSetSize $null Mudar: $LocalUsers | foreach {$newUpn =…
If you love working in Powershell, launch Powershell as Administrator and enable NTP server using the command: Set-ItemProperty -Path “HKLM:\SYSTEM\CurrentControlSet\Services\w32time\TimeProviders\NtpServer” -Name “Enabled” -Value 1 Next, configure Announce Flags value…