User contributions for David

From KlavoWiki
A user with 2,582 edits. Account created on 18 August 2007.
Jump to navigationJump to search
Search for contributionsExpandCollapse
⧼contribs-top⧽
⧼contribs-date⧽
(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)

13 May 2011

8 May 2011

3 May 2011

18 April 2011

14 April 2011

13 April 2011

  • 23:4323:43, 13 April 2011 diff hist +603 N Category:Exchange PowerShell Created page with "'''Windows PowerShell''' is Microsoft's task automation framework, consisting of a command-line shell and associated scripting language built on top of, and integrated with the ...." current
  • 23:4223:42, 13 April 2011 diff hist +106 N Remove/Delete User Created page with "To delete a mailbox user <pre> Remove-Mailbox -Identity <alias> </pre> Category : Exchange PowerShell" current
  • 23:4223:42, 13 April 2011 diff hist +181 N Remove Distribution Group Created page with "To remove a distribution Group. <pre> Remove-DistributionGroup -Identity "D-AU-DL Name" </pre> The Identity can either be display name or alias. Category : Exchange PowerShell" current
  • 23:4223:42, 13 April 2011 diff hist +241 N Remove Database Created page with "To remove a recovery database or any database for that matter. <pre> Dismount-Database databasename Remove-MailboxDatabase databasename </pre> To create a database refer to [[R..." current
  • 23:4223:42, 13 April 2011 diff hist +329 N Recovery Database Creation Created page with "To create a database for recovery for DPM or other type of restoration. <pre> New-MailboxDatabase -Recovery -name databasename -server servername -EdbFilePath "drive:\folder1\fo..." current
  • 23:4123:41, 13 April 2011 diff hist +251 N Present Language and Time Zone to OWA User Created page with "When a user logs onto OWA for the first time they are presented with an option to select Language and time zone. To present this option to a user again: <pre> Set-Mailbox -Ident..." current
  • 23:4123:41, 13 April 2011 diff hist +743 N New Distribution Group Created page with "To create a new Distribution Group use the following.<br> For further information you can reference [http://technet.microsoft.com/en-us/library/aa998856.aspx aa998856] <pre> New..." current
  • 23:4023:40, 13 April 2011 diff hist +540 N Message Tracking Created page with "To view the message tracking details of a user based on start and end times, and sender and recipient. <pre> Get-ExchangeServer | where {$_.isHubTransportServer -eq $true -or $..." current
  • 23:4023:40, 13 April 2011 diff hist +348 N Mailbox Permissions Created page with "To add a user to a mailbox. <pre> Add-MailboxPermission -Identity <source alias> -User <uer to have permission> -Accessright Fullaccess </pre> To remove a user from having acces..." current
  • 23:4023:40, 13 April 2011 diff hist +710 N Mailbox Item Recovery Created page with "First of all Create a Recovery Database, then to restore mail items for a user after restoring from DPM. <pre> Restore-Mailbox –Identity “Disp..." current
  • 23:3923:39, 13 April 2011 diff hist +239 N List Hidden DL Created page with "To display all hidden distribution lists that are hidden from the GAL <pre> get-distributiongroup | select name, hiddenfromaddresslistsenabled | WHERE {$_.HiddenFromAddressListsE..." current
  • 23:3923:39, 13 April 2011 diff hist +308 N Hide DL from GAL Created page with "To hide a Distribution List from the GAL <pre> set-distributiongroup <GROUPNAME> -HiddenFromAddressListsEnabled $true </pre> To display a previously hidden Distribution List int..." current
  • 23:3923:39, 13 April 2011 diff hist +692 N Export Mailbox to PST Created page with "To export the contents of a mailbox to a PST use the command below. The maxium file size is 50 GB. The share you are writing to must allow the group '''Exchange Trusted Subsyst..."
  • 23:3823:38, 13 April 2011 diff hist +491 N Create New User Created page with "[http://technet.microsoft.com/en-us/library/aa997663.aspx Microsoft TechNet New-Mailbox] <pre> $password = Read-Host "Enter password" -AsSecureString New-Mailbox -Name 'Last In..."
  • 23:3823:38, 13 April 2011 diff hist +368 N Change DL to Native Exchange 2010 Created page with "Certain Exchange 2010 features are not available on a Distribution List until the DL has been migrated to Exchange 2010 standards. Once this has been done it means that you cann..." current
  • 23:3823:38, 13 April 2011 diff hist +158 N Change Alias Created page with "To change the alias name of a user <pre> Get-Mailbox -Identity <incorrect name> | Set-Mailbox -Alias <correct name> </pre> Category : Exchange PowerShell" current
  • 23:3623:36, 13 April 2011 diff hist +298 N Add User to Distribution List Created page with "To add a user to am existing Distribution List <pre> Add-DistributionGroupMember "D-AP-Distribution Group Name" –Member username –BypassSecurityGroupManagerCheck </pre> If y..." current

8 April 2011

7 April 2011

24 March 2011

20 March 2011

19 March 2011

17 March 2011

  • 01:5101:51, 17 March 2011 diff hist +186 N HTM Page Redirection Created page with "To redirect using a htm page <pre> <HTML> <head> <meta http-equiv="refresh" content="0;URL=https://www.somedomain.com/folder/page.php"> </head> </HTML> </pre> [[Category : WEB ..." current

13 March 2011

31 January 2011

19 January 2011

17 January 2011

7 January 2011

10 December 2010

4 December 2010

(newest | oldest) View ( | ) (20 | 50 | 100 | 250 | 500)