Computer Tabular Status for Approved Updates report in WSUS in Powershell

Computer Tabular Status for Approved Updates report in WSUS in Powershell

When you have many WSUS-servers with central server in your organization, it might be very difficult of getting reports from computers.

Once I needed a script to show me, at which computers I don't have approved updates installed. There is a report in WSUS console that can give such info (it's called Computer Tabular Status for Approved Updates), but I was not able to go to every WSUS-server and run this report. Its a very weird task when you have 5-10-15 of WSUS-servers.

script (en), wsus, powershell (en)

  • Hits: 35473

Get list of delegated mailboxes and delegates in Exchange 2010\2013

Get list of delegated mailboxes and delegates in Exchange 2010\2013

Sometimes you will need to get a list of users (delegates) that have access to other mailboxes (delegated mailboxes). Exchange 2010/2013 provides Get-MailboxPermission cmdlet that can query mailboxes for permissions. 

You can extend use of cmdlet to all mailboxes:

powershell (en), exchange (en), exchange 2013 (en)

  • Hits: 119649

Removing Ghost-Mailboxes from Exchange 2010/2013

In Exchange you can encounter issues when you move mailbox between databases. And after this issues you can have, for example, 2 (or several) mailboxes in your databases which belongs to a single user. And of course, only one mailbox from them linked to Active Directory user account.

And one more thing - mailboxes that are not used, NOT marked as Disconnected or SoftDeleted.

These mailbox are known as ghost-mailboxes.

powershell (ru), exchange 2013 (ru), exchange 2010 (ru)

  • Hits: 7738

Search scope in Powershell while working with Exchange 2010/2013

You can expect the following errors while running Get-MailBox, New-MoveRequest and many other commanlets in Powershell in EMS (Exchange Management Shell):

The requested search root domain is different from the scope root domain.

or

The requested search root domain.local/Users’ is not within the scope of this operation. Cannot perform searches outside the scope ‘child.domain.local’.

powershell (en), exchange (en), exchange 2013 (en), exchange 2010 (en), active directory (en)

  • Hits: 77001

External/Internal virtual directories URLs in Exchange 2010 with Powershell

External/Internal virtual directories URLs in Exchange 2010 with Powershell

Exchange 2010 has the concept of internal and external URL's for various virtual directories for the Client Access Server (CAS role).

You must correctly specify values for URLs because of potential issues with certificates and discoverability of Exchange services for your users.

Here are commandlets in powershell to control all virtual directories URLs in Exchange 2010 (most or all of them are also will work in Exchange 2013):

exchange (en), exchange 2010 (en)

  • Hits: 8035

Enrolling certificates on Windows XP from CA running on Windows 2012

I've faced problem when user logged on computer running Windows XP, cannot enroll certificate from Certification Authority running on Windows Server 2012 R2.

First, enroll wizard didnt start at all, and then it start but at the final step access error was shown.

active directory (ru), pki (ru)

  • Hits: 2607

Howto export RSA Private Key from bundle PKCS12 (*.p12)

Howto export RSA Private Key from bundle PKCS12 (*.p12)

When you want to set up SSL in Apache 2, you will need to provide to the service the following items: certificate for web-site, private key for that certificate, root CA certificate that issued web-site-certificate.

In my case I got from our sequrity-men p12-file which contains certificate itself and the private key. How to convert this p12 bundle to RSA private key?

ssl (en)

  • Hits: 31470

Page 10 of 14