-
Hello all, I'm currently trying to make a powershell script that gives me the following information in an e-mail with an XML attachment that contains the asked information This is the information I need to get: Computername - How much space there is left/free - How much space there is used Memory...
-
Hi All, Im actually a newbie here...and has been struggling to create a script that would automatically create an Exchange contact for a particular user, and uses that contact to set a fowarding for that user. We are planning a big email server migration, and as part of the cut-over, we need to setup...
-
Hi , Can someone help with an Exch 2007 PS script to format the result below to remove the shaded portion of ( domain.com/OU/OU USer Accounts/ ) and ( 12:16) from the managedby Attribute using the Get-DistributionGroup cmdlet in Exchange2007 Powershell : DisplayName OriginatingServer WhenCreated ManagedBy...
-
I have a requirement to create a text file containing Exchange Database information in the following format: Indentity:size Indentity:size so this would look like DBase01: 1234 Dbase02: 4321 I have a script the outputs the data in the format DBase01: 1234 Dbase02: 4321 I am a little stuck on how to do...
-
Hi All, I have a PS script that's working well in Exchange 2007, but doesn't in Exchange 2010. In 2010 I get the error that $Recipients.DistinguishedName is null. Anyone point me in the right direction to get this working? What the script does is checks all the mailbox folders of the Linked Mailboxes...