cd $exbin
forfiles /P Search\Ceres\Diagnostics\ETLTraces /M *.etl /C „cmd /c del @path“ /D -1
Alle Beiträge von Michael
Limit Diagnostic-Service logs
Edit the Microsoft.Exchange.Diagnostics.Service.exe.config file in the bin folder by adding the following line in the appSettings area:
<add key=“MaxDailyPerformancelogDirectorySize“ value=“1024″/>
or lower <add key=“MaxDailyPerformancelogDirectorySize“ value=“512″/>
The value is the maximum space consumed for daily performance logs, in megabytes.
Then restart the MSExchangeDiagnostics service for the change to take effect.
forfiles (remove old logs)
forfiles /P C:\inetpub\logs /S /M *.log /C „cmd /c del @path“ /D -1
use with parameter in cmd
forfiles /P %1 /S /M %2 /C „cmd /c del @path“ /D %3
=logRollover.cmd „C:\inetpub\logs“ „*.log“ -1
Must know Office 365 PowerShell commands – TechSultan
Many enterprise migrated to cloud services, especially for email management. Office 365 is one of them, maybe most popular Exchange online solution. If you migrated to Office 365, there is a little adminitrative panel which offer you minimal possibility.
Real administrative tasks are on PowerShell side, it’s hard to find commands and how to operate them, so here a list of must know Office 365 PowerShell commands :
Sign and Encrypt Lotus Notes 8.5 Email -…
Article Purpose: This article provides step-by-step instructions for signing and encrypting email messages in Lotus Notes 8.5 using a PersonalSign certificate. If this is not the solution you are looking for, please search for your solution in the search bar above.
mailbox database size and mailbox count user
Get-MailboxDatabase -Status | select Name,@{Label=“Free Space“;Expression={$_.AvailableNewMailboxSpace.ToMB()}},@{Label=“Size“;Expression={$_.DatabaseSize.ToMB()}},@{Name=“NumberofUsers“;Expression={(Get-Mailbox -resultsize unlimited -Database $_.name).Count}} | ft -auto
Content Index status of all or most of the mailbox databases in the environment shows „Failed“
To resolve the issue, do the following:
Create a new Active Directory group that is named „ContentSubmitters“ and then grant Admistrators and NetworkService full access to the group. This is a dummy group and should be used as a placeholder only. You might want to add a description so that the group is not removed.
Force or wait for Active Directory replication.
Restart the following services:
Microsoft Exchange Search
Microsoft Exchange Search Host Controller
via Content Index status of all or most of the mailbox databases in the environment shows „Failed“.
Room Mailbox – PowerShell commands
Room Mailbox Management
[PS] C:\Windows\system32>Get-CalendarProcessing z_test | Set-CalendarProcessing -ProcessExternalMeetingMessages $true
[PS] C:\Windows\system32>Get-CalendarProcessing z_test | Set-CalendarProcessing -AutomateProcessing AutoAccept
Active-Directory-Synchronisation erzwingen | it-administrator.de
repadmin /syncall /force
via Active-Directory-Synchronisation erzwingen | it-administrator.de.
IBM Supplementary information on Security Assertion Markup Language (SAML) configuration combinations of IBM Domino and other products – United States
Refer to the following pieces on the Notes and Domino wiki: Cookbook: Setting up new Relying Party Trust for AD FS 2.0 Cookbook: Setting up ADFS for integrated Windows authentication (IWA) Cookbook: Setting up a new Federation on TFIM 2.0 Cookbook: Setting up a new federation on TFIM 1.1 Cookbook: Setting up a new partner on TFIM Setting up the SAML identity provider and federation (in iNotes administration) Encrypting SAML assertions Use Notes client accounts with federated login for access to externally-based services within the Notes client Security Assertion Markup Language (SAML) Notes Federated Login