Search found 22 matches

by Carpe_diem
Sat Aug 04, 2018 9:36 am
Forum: PowerShell
Topic: Calling line in CSV to pipe into powershell argument
Replies: 12
Views: 4551

Re: Calling line in CSV to pipe into powershell argument

WOW thank you for your help I really appreciate your help and I am here to tell you that the lines in the last post work. running it, made the change on all contacts in the OU based on the value defined behind "msExchExtensionCustomAttribute1" as stated the only thing that does not work i...
by Carpe_diem
Fri Aug 03, 2018 3:59 pm
Forum: PowerShell
Topic: Calling line in CSV to pipe into powershell argument
Replies: 12
Views: 4551

Re: Calling line in CSV to pipe into powershell argument

got it to work Thank you pulling from DisplayName,Alias,RecipientType,ExchangeDistrictCode,RecipientOU,ExternalEmailAddress,Distribution Group,Distribution Group Primary SMTP address,Attribute,Distribution Group Managers,Distribution Group Type John_Doe_ABC.com,John_Doe_ABC.com,MailContact,ABV,"...
by Carpe_diem
Thu Aug 02, 2018 7:58 am
Forum: PowerShell
Topic: Calling line in CSV to pipe into powershell argument
Replies: 12
Views: 4551

Re: Calling line in CSV to pipe into powershell argument

Ok Thank you for that $OU = import-csv "c:\temp\book1.csv" | select RecipientOU $fltr = '(|(objectCategory=person)' + '(&(objectCategory=group)' + '(!(groupType:1.2.840.113556.1.4.803:=2147483648)))' + '(msExchResourceMetaData=ResourceType:Room))' Get-ADObject -LDAPFilter $fltr -Search...
by Carpe_diem
Wed Aug 01, 2018 10:06 pm
Forum: PowerShell
Topic: Calling line in CSV to pipe into powershell argument
Replies: 12
Views: 4551

Re: Calling line in CSV to pipe into powershell argument

I updated the post, Thank you
by Carpe_diem
Wed Aug 01, 2018 9:32 pm
Forum: PowerShell
Topic: Calling line in CSV to pipe into powershell argument
Replies: 12
Views: 4551

Re: Calling line in CSV to pipe into powershell argument

I am not sure what you mean , the file is a csv file
C:\Temp\book1.csv I was just in the example trying to show which line I am looking to grab,
Thank you for looking at it
by Carpe_diem
Wed Aug 01, 2018 4:18 pm
Forum: PowerShell
Topic: Calling line in CSV to pipe into powershell argument
Replies: 12
Views: 4551

Calling line in CSV to pipe into powershell argument

I am trying to extract one line from a CSV file and then use this line to change an attribute for all "Contacts" in this OU . I know there will be many duplicates in this line and the script might run 40 times on the same OU. and I am not sure how to fix that my first script (which I alrea...
by Carpe_diem
Tue Jan 23, 2018 10:09 am
Forum: PowerShell GUIs
Topic: New Project guidance
Replies: 4
Views: 2335

Re: New Project guidance

Thank you
I start there
by Carpe_diem
Tue Jan 23, 2018 7:05 am
Forum: PowerShell GUIs
Topic: New Project guidance
Replies: 4
Views: 2335

New Project guidance

To help you better we need some information from you. *** Please fill in the fields below. If you leave fields empty or specify 'latest' rather than the actual version your answer will be delayed as we will be forced to ask you for this information. *** Product, version and build: 5.4.145 32 or 64 b...
by Carpe_diem
Fri Aug 14, 2015 11:40 am
Forum: VersionRecall
Topic: Updating to a new version
Replies: 8
Views: 11038

Re: Updating to a new version

after manually updating all programs one time , automatic update are functioning again

thank you
by Carpe_diem
Fri Jul 31, 2015 10:42 am
Forum: VersionRecall
Topic: Updating to a new version
Replies: 8
Views: 11038

Re: Updating to a new version

Sorry for the delay , I was on Jury Duty all week. :) I tried another product update with no success , so what I did was manually updating all software (which worked fine) now I have to wait for the next update to see the result of that .

I keep you posted