Search found 32 matches

by jadamski
Tue Dec 15, 2009 3:23 am
Forum: PowerShell
Topic: msExchVersion
Replies: 1
Views: 2955

msExchVersion

We have been using Active Directory for almost ten years and have upgraded through the different versions and are currently on AD 2003. With all these upgrades and migrations from newer servers to newer server, some of the data in AD is less than ideal. Most of the time this does not affect us and w...
by jadamski
Tue Sep 22, 2009 12:32 am
Forum: PowerShell
Topic: what am I missing
Replies: 3
Views: 1931

what am I missing

I can drag & drop the file between drives, I can use the dos command to copy a specific file from one drive to the other. I created a very small file (1kb) and can move that. It seems to be something to do with the size of the file (~110GB) , the file does seem to be moved, but whatever tells th...
by jadamski
Mon Sep 21, 2009 6:49 am
Forum: PowerShell
Topic: what am I missing
Replies: 3
Views: 1931

what am I missing

when I run the following commands it moves the proper file, but the command doesn't end, just hangs there. Get-ChildItem f:backup* | Sort-Object $_.LastWriteTime -Descending | Select-Object -First 1 | Copy-Item -Destination c:backupE2k7-latest.bkf I'm running on a w2k3 R2 server that has exchange 20...
by jadamski
Mon Sep 21, 2009 6:49 am
Forum: PowerShell
Topic: what am I missing
Replies: 3
Views: 1931

what am I missing

when I run the following commands it moves the proper file, but the command doesn't end, just hangs there. Get-ChildItem f:backup* | Sort-Object $_.LastWriteTime -Descending | Select-Object -First 1 | Copy-Item -Destination c:backupE2k7-latest.bkf I'm running on a w2k3 R2 server that has exchange 20...
by jadamski
Wed Oct 29, 2008 3:30 am
Forum: PowerShell
Topic: clearing ForwardingAddress
Replies: 5
Views: 4747

clearing ForwardingAddress

Yep I thought of doing something like that, but didn't as was sure I would get more calls from the help desk asking what this Nobody from Nowhere is. :-D Will I did search on Microsoft's exchange forums and it looks it has to be like this to work. Set-Mailbox -Identity userA -ForwardingAddress $null...
by jadamski
Tue Oct 28, 2008 5:10 am
Forum: PowerShell
Topic: clearing ForwardingAddress
Replies: 5
Views: 4747

clearing ForwardingAddress

I have a script that needs to blank out the ForwardingAddress if certain conditions are met. In testing the Set-Mailbox -ForwardingAddress I get an error when I try use '' or ' ' or "" or " " to blank out the value. I thought there was a $null but that also gets an error. So how ...
by jadamski
Tue Oct 28, 2008 5:10 am
Forum: PowerShell
Topic: clearing ForwardingAddress
Replies: 5
Views: 4747

clearing ForwardingAddress

I have a script that needs to blank out the ForwardingAddress if certain conditions are met. In testing the Set-Mailbox -ForwardingAddress I get an error when I try use '' or ' ' or "" or " " to blank out the value. I thought there was a $null but that also gets an error. So how ...
by jadamski
Wed Aug 06, 2008 11:07 pm
Forum: PowerShell
Topic: off-topic powershell questions
Replies: 2
Views: 2656

off-topic powershell questions

Ok, I dug up my notes and created the profile.ps1 to get the Exchange cmd-lets to load in powershell.

I'm still trying to get the script setup in scheduler and have the output go to a seperate file each day. Anyone have suggestions?
by jadamski
Wed Aug 06, 2008 1:20 am
Forum: PowerShell
Topic: off-topic powershell questions
Replies: 2
Views: 2656

off-topic powershell questions

I have one problem and one question on using MS scheduler to schedule a powershell script. Here is the command I'm trying to get to work in scheduler. powershell -command "& 'C:PS_scriptsDLFacultydl_fac.ps1'" > C:PS_scriptsDLFacultydl_fac.out when I run it I get these errors: The term...
by jadamski
Sun Jul 27, 2008 12:23 am
Forum: PowerShell
Topic: help with Get-Mailbox methods
Replies: 20
Views: 38239

help with Get-Mailbox methods

yep these worked. strange very similar to what I started with. Oh well will go from here. PS H:> $table|%{$_.alias}dickeylindaaktatedvoshallhalfertyjbbradleheissere PS H:> $table|%{Get-mailbox -Identity $_.alias} Name Alias ServerName ProhibitSendQuota---- ----- ---------- -----------------Michele D...