Skip to content

Kenneth Dalbjerg

Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus

Kenneth Dalbjerg

Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus

  • Home
  • Curriculum Vitae
    • Home
    • exchange 2010
Andet Exchange Powershell

Get mailbox sizes and export them to CSV/Excel

admin September 20, 2012 0 Comments

if you want to export all you mailboxes sizes to CSV/Excel, you can run this command in you powershell:

Exchange Powershell

Change autodiscover URL (EWS URL / OAB URL / ECP URL / Activesync URL) – Exchange 2010

admin July 26, 2012 0 Comments

If you want to change Autodiscover / EWS / OAB / OWA / ECP / Activesync Url, this is how it works Or if this is a single server installation…

Exchange Windows

Lost trust on my Exchange 2010 after revert to a older snapshot

admin May 18, 2012 0 Comments

I was returing to an older snapshot of my Exchange servers. But when i want to logon to the Exchange server, it came with "Trust relationship has been lost with…

Exchange

Exchange 2010, powershell full access and send-as permission

admin May 14, 2012 0 Comments

To get a CSV file, from you exchange with full access and send as permission, from all you mailboxes run these commands: Full Access Get-Mailbox | Get-MailboxPermission | where {$_.user.tostring()…

Ahsay

Microsoft Exchange 2010 – Ahsay restore to recovery mailbox database / storage group.

admin September 9, 2011 0 Comments

Ahsay have no support for native restore to Exchange recovery group, but here is a workaround of that problems. First create a recovery storagegroup New-MailboxDatabase -Recovery -Name RDB1 -Server exch2010…

Exchange

Get all mailboxes that have this domain in there primary email address

admin May 11, 2011 0 Comments

GET-MAILBOX * | where { $_.PrimarySMTPAddress.Domain -eq 'kennethdalbjerg.dk' }

Exchange Windows

Roles to be installed before Exchange 2010 SP1

admin April 29, 2011 1 Comments

Start powershell and run import-module servermanager Then run Add-WindowsFeature NET-Framework,RSAT-ADDS,Web-Server,Web-Basic-Auth,Web-Windows-Auth,Web-Metabase,Web-Net-Ext,Web-Lgcy-Mgmt-Console,WAS-Process-Model,RSAT-Web-Server,Web-ISAPI-Ext,Web-Digest-Auth,Web-Dyn-Compression,NET-HTTP-Activation,RPC-Over-HTTP-Proxy -Restart

Exchange Powershell

Give all users access to all mailbox calendar

admin February 14, 2011 0 Comments

foreach ($Mailbox in (Get-Mailbox -ResultSize Unlimited)) { Add-MailboxFolderPermission -identity "$($Mailbox.Name):\calendar" -AccessRights Author -User default }

Ahsay Exchange Windows

Backup of Exchange 2010 database level and document level with Ahsay

admin February 4, 2011 4 Comments

Installation of the Ashay Client: Download the Ahsay Client: http://eval.ahsay.com/obs/download/obm-win.exe After the installation please apply the latest hotfix. http://download.ahsay.com/support/hot-fixes/55/obm-win-hotfix.zip Put the content of the hotfix into the folder: c:\program files\ahsayobm\…

Powershell

Powershell – Export user/mailboxes to CSV file

admin January 27, 2011 2 Comments

get-mailbox | select name, alias, samaccountname, RecipientType, RecipientTypeDetails, displayname | export-csv C:\ITA\usersexport.csv -encoding unicode

Posts navigation

1 2 3

Next Page »

Kategori

  • Andet (36)
  • Computer (280)
    • Ahsay (7)
    • Certificate (3)
    • Cisco (7)
    • Dell (7)
    • ESXi (5)
    • Fortinet (1)
    • HPE (1)
    • Linux (54)
      • Debian (23)
      • Kubuntu (4)
      • Postfix (5)
    • Nimble Storage (1)
    • Programmering (11)
      • PHP (1)
    • vmware (2)
    • VPN (5)
    • Windows (190)
      • Active Directory (3)
      • AppV (1)
      • AzureAD (1)
      • CA (2)
      • Citrix (27)
      • Exchange (44)
      • GPO (1)
      • HyperV (3)
      • MSSQL (30)
      • Office365 (6)
      • Powershell (31)
      • RDS / Terminal (6)
    • Xenserver (14)
  • kennethdalbjerg.dk (13)
  • MIG (51)
  • Sjovt (4)

Links

  • Andersvn.dk – A colleague
  • Collision.dk – A colleague
  • Frijsendal Friskole
  • Gratis mailhotel
  • Guldhammer
  • Heidi Qvistgaard
  • Hestehus.dk
  • HTC Desire HD
  • IPCalc
  • It-afdelingen A/S Århus
  • Labrador Hvalpe
  • Lbjerg.dk – Link Index
  • Maria & Jens
  • Mobilt internet
  • Nyt tag Herning
  • SMTP
  • SMTP Server
  • Tjen Penge

Arkiv

Kalender

October 2023
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« Jun    

Tag Cloud

Active Directory Ahsay Andet AppV AzureAD CA Certificate Cisco Citrix Computer Debian Dell ESXi Exchange Fortinet GPO HPE HyperV kennethdalbjerg.dk Kubuntu Linux MIG MSSQL Nimble Storage Office365 PHP Postfix Powershell Programmering RDS / Terminal Sjovt vmware VPN Windows Xenserver

cmu.edu

You Missed

Fortinet VPN

Problems with FortiClient and no traffic after succesful connection

PHP

Connect to 365 Exchange mailbox with IMAP and OAuth

MSSQL

Clear mssql cache

AzureAD Office365 Windows

Computer won’t join Azure AD

Kenneth Dalbjerg

Kenneth Qvistgaard Dalbjerg, IT Konsulent i århus

Copyright © All rights reserved | Blogus by Themeansar.

  • Home
  • Curriculum Vitae