podlisk.wordpress.com
Enable or disable POP3 and IMAP4 by group membership in Exchange 2007 | podlisk
https://podlisk.wordpress.com/2011/01/13/enable-or-disable-pop3-and-imap4-by-group-membership-in-exchange-2007
Useful tips on IT, administration and programming. Enable or disable POP3 and IMAP4 by group membership in Exchange 2007. Exchange 2007 supports POP3 and IMAP4 protocols. Mostly, these protocols are shutdown (due to many concerns). In certain cases, for you as the administrator, there is no other choice, but to enable this feature. Now the problem starts! You can start managing your users one by one, enabling or disabling them for POP3/IMAP4. But what would you do with the new users? Let the fun begin.
podlisk.wordpress.com
podlisk | podlisk
https://podlisk.wordpress.com/author/podlisk
Useful tips on IT, administration and programming. How to Import Excel spreadsheet into PowerShell. In most of the cases, it will be more than sufficient to use very well-known PowerShell command –. While exporting to .CSV, these characters will be probably lost. Bottom line, the function presented below –. 8211; path to the Excel file. Since the code uses Excel Com-object, any format supported by local installation of Excel is compatible. Finally, the code with few examples right after:. Excel = New-Obj...
podlisk.wordpress.com
How to verify if the user receives the message, sent to Dynamic Distribution group in Exchange 2007 | podlisk
https://podlisk.wordpress.com/2011/02/08/how-to-verify-if-the-user-receives-the-message-sent-to-dynamic-distribution-group-in-exchange-2007
Useful tips on IT, administration and programming. How to verify if the user receives the message, sent to Dynamic Distribution group in Exchange 2007. In most of Exchange organizations the usage of Dynamic Distribution groups is wide and crucial. For example, mass mailings from executives, global announcements and many other needs. Mostly while creating the Dynamic Distribution group, you can click on “Preview”. And see the results. But the problem is that the results are limited to 1000. We can check, ...
podlisk.wordpress.com
Quick and easy way to resolve multiple hostnames from IP addresses using PowerShell | podlisk
https://podlisk.wordpress.com/2011/01/17/quick-and-easy-way-to-resolve-multiply-host-names-from-ip-addresses-using-powershell
Useful tips on IT, administration and programming. Quick and easy way to resolve multiple hostnames from IP addresses using PowerShell. This time we will solve simple administrator task – we have a list of IP addresses. Where we have to resolve the corresponding host names. Very simple, you may say: I will open the command prompt and will “ping -a” or will “nslookup” it. But what will you do, if you have to resolve bulk list of hundreds, sometimes thousands IP addresses? C: Temp ips.csv". Code goes here .
podlisk.wordpress.com
podlisk | Useful tips on IT, administration and programming | Page 2
https://podlisk.wordpress.com/page/2
Useful tips on IT, administration and programming. How to verify if the user receives the message, sent to Dynamic Distribution group in Exchange 2007. In most of Exchange organizations the usage of Dynamic Distribution groups is wide and crucial. For example, mass mailings from executives, global announcements and many other needs. Mostly while creating the Dynamic Distribution group, you can click on “Preview”. And see the results. But the problem is that the results are limited to 1000. We can check, ...
podlisk.wordpress.com
How to Import Excel spreadsheet into PowerShell | podlisk
https://podlisk.wordpress.com/2011/11/20/import-excel-spreadsheet-into-powershell
Useful tips on IT, administration and programming. How to Import Excel spreadsheet into PowerShell. In most of the cases, it will be more than sufficient to use very well-known PowerShell command –. While exporting to .CSV, these characters will be probably lost. Bottom line, the function presented below –. 8211; path to the Excel file. Since the code uses Excel Com-object, any format supported by local installation of Excel is compatible. Finally, the code with few examples right after:. Excel = New-Obj...