User contributions for David
From KlavoWiki
Jump to navigationJump to search
13 May 2011
8 May 2011
- 11:0811:08, 8 May 2011 diff hist +273 N Switch Command Created page with "The switch command allows one to access dial patterns in another context or server. <pre> switch => IAX2/username:[email protected]/context or switch => SIP/username:..." current
3 May 2011
- 23:2823:28, 3 May 2011 diff hist −149 Asterisk Backup Shell Script No edit summary
- 23:2623:26, 3 May 2011 diff hist +53 Asterisk Backup Shell Script No edit summary
- 23:2423:24, 3 May 2011 diff hist −20 Asterisk Backup Shell Script No edit summary
18 April 2011
14 April 2011
- 07:5907:59, 14 April 2011 diff hist 0 Faxing with rx and tx fax No edit summary current
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
- 01:2701:27, 8 April 2011 diff hist +1,191 Provision Polycom →Sydney, Australia
- 01:1401:14, 8 April 2011 diff hist +4 Provision Polycom →Sydney, Australia
- 01:0301:03, 8 April 2011 diff hist +224 Provision Polycom →Sydney, Australia
- 01:0001:00, 8 April 2011 diff hist +48 Provision Polycom →Sydney, Australia
7 April 2011
- 06:4906:49, 7 April 2011 diff hist +11 Provision Polycom →Sydney
- 06:4906:49, 7 April 2011 diff hist +815 Provision Polycom →time zone
24 March 2011
- 06:1506:15, 24 March 2011 diff hist +472 N Network Card Status Created page with "To find details about your network card <pre> dmesg | grep eth0 </pre> Example: <pre> eth0: Tigon3 [partno(BCM95721) rev 4201 PHY(5750)] (PCI Express) 10/100/1000Base-T Etherne..." current
- 06:0706:07, 24 March 2011 diff hist +102 N List Hardware Created page with "To list hardware devices from a Linux operating system. <pre> /sbin/lspci </pre> Category : Linux" current
20 March 2011
- 23:5323:53, 20 March 2011 diff hist +27 Unlock Vodafone 3G USB Modem No edit summary current
- 04:2304:23, 20 March 2011 diff hist +1,041 N Unlock Vodafone 3G USB Modem Created page with "I was pleasantly surprised how easy this was. The replacement firmware for the Vodafone stick is also so much better than the Vodafone software. Even if you are sticking with Vo..."
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
- 13:2513:25, 13 March 2011 diff hist 0 Provision Polycom →voicemail
- 13:1913:19, 13 March 2011 diff hist +95 Provision Polycom →time zone
- 13:1613:16, 13 March 2011 diff hist +304 Provision Polycom →sip.cfg
- 13:0813:08, 13 March 2011 diff hist +128 Provision Polycom →miscellaneous settings
31 January 2011
19 January 2011
- 06:5706:57, 19 January 2011 diff hist +4 Polycom Custom Ringtone No edit summary
- 06:5706:57, 19 January 2011 diff hist +92 Polycom Custom Ringtone No edit summary
- 06:5206:52, 19 January 2011 diff hist +965 N Polycom Custom Ringtone Created page with "The audio file must be in the following format otherwise the wav file will not download to the phone. <pre> Bit Rate 64kbps Audio Sample Size 8bit Channels 1 (mono) Audio Sample ..."
17 January 2011
- 03:1503:15, 17 January 2011 diff hist −357 Fax2mail →fax extensions
7 January 2011
- 09:4909:49, 7 January 2011 diff hist 0 Reverse Australia →Asterisk Dialplan Implementation
- 09:4709:47, 7 January 2011 diff hist +4,552 N Reverse Australia Created page with "= About = [http://www.reverseaustralia.com/ Reverse Australia] is the premier free reverse look-up service for mobiles and landlines within Australia. = Prerequisite = == Aste..."
10 December 2010
- 06:3206:32, 10 December 2010 diff hist +173 Linux and NTFS No edit summary current
- 06:0406:04, 10 December 2010 diff hist +357 N Linux and NTFS Created page with "To enable NTFS file partition mounting install the ntfs-3g tools. <pre> wget http://tuxera.com/opensource/ntfs-3g-2010.10.2.tgz tar xvzf ntfs-3g-2010.10.2.gz ./configure make ma..."
4 December 2010
- 10:3510:35, 4 December 2010 diff hist +52 Android Manager WiFi No edit summary current