No announcements
Found 75343 threads
-
0 Votes
Powershell combine filter for select adgroupmembers
Usually I recommend using an LDAP filter string: Get-ADUser -LDAPFilter "(!Discussion | 1 Replies | 687 Views | Created by RondG - Wednesday, September 18, 2019 12:14 PM | Last reply by Bill_Stewart - Wednesday, September 18, 2019 2:04 PM -
0 Votes
Powershell: Combining two filters
I tried the following but I am obviously not understanding something as I am not getting the expected results Get-AdGroupMember -Identity "ENG-USERS.eng" | ...Unanswered | 5 Replies | 1051 Views | Created by abasel - Monday, April 30, 2018 11:43 PM | Last reply by Richard Mueller - Tuesday, May 1, 2018 11:27 AM -
1 Votes
Ignore spaces in names powershell
My code is as folows : #========================================================================================= import-module ...Answered | 3 Replies | 2294 Views | Created by theAbyKumar - Friday, November 28, 2014 12:33 PM | Last reply by turkeymoon - Saturday, November 29, 2014 4:40 AM -
1 Votes
Combining Accounts
My Blog: Unlock PowerShell My Book: Windows PowerShell 2.0 Bible My E-mail: -join ...Answered | 2 Replies | 1759 Views | Created by JSLY - Wednesday, March 12, 2014 2:05 PM | Last reply by Just Karl - Thursday, April 24, 2014 10:18 PM -
0 Votes
Why PowerShell regexp match filter runs at least 400 times slower then EndWith filter?
OK, Got it, Powershell StartsWith, EndsWith are really very efficient and all of my attempts to improve the real code by implementing RegExp, have failed.Answered | 3 Replies | 1094 Views | Created by Oleg Kulikov - Tuesday, September 18, 2018 2:51 PM | Last reply by Danny van Dam - Wednesday, October 31, 2018 1:00 PM -
0 Votes
Windows: what is meaning of combined volume of data
Once there, click on Participate near the top of the screen, and select 'Ask a Question' or 'Start a Discussion': Karl When ...Answered | 3 Replies | 1321 Views | Created by Sudhir003sudhir - Monday, October 27, 2014 7:53 AM | Last reply by Just Karl - Monday, October 27, 2014 5:52 PM -
0 Votes
Filter Combo list by Option Group item selected.
I have an Option Group in a Frame and a Combo List where the row source comes from a table query (Select All).Answered | 1 Replies | 7810 Views | Created by clousejd - Tuesday, November 23, 2010 5:18 PM | Last reply by Shivendra Pratap Singh - Wednesday, November 24, 2010 7:03 AM -
1 Votes
Selecting A Forum Does Not Filter Search Results
category=Windows10ITPro and then selected Security in left pane https://social.technet.microsoft.com/Forums/en-US/home?Answered | 1 Replies | 1071 Views | Created by saberman - Sunday, August 21, 2016 5:50 PM | Last reply by Dave Patrick - Sunday, August 21, 2016 7:33 PM -
1 Votes
Need help with oData "$select/$filter" statement
If, for instance, it is a Currency or Picklist type, you'll need to access the Value property, thus: $filter=new_OwningContactId/Id eq (guid'" + ...Answered | 7 Replies | 6330 Views | Created by DadKind - Thursday, March 8, 2012 2:06 AM | Last reply by DadKind - Thursday, March 8, 2012 6:48 PM -
0 Votes
Powershell
Team Foundation forums on MSDN or possibly over here.Answered | 2 Replies | 969 Views | Created by ChewJerry - Friday, October 17, 2014 6:40 AM | Last reply by Dave Patrick - Monday, October 20, 2014 3:34 AM -
1 Votes
SCCM 2007 Collection Combine into one collection
System Center Configuration Manager forums.Answered | 1 Replies | 2220 Views | Created by CHS guy - Monday, July 22, 2013 1:57 PM | Last reply by Just Karl - Monday, July 22, 2013 9:16 PM -
0 Votes
Get-ADGroupMember runing issue
I have also never experienced problems with Get-ADGroupMember, or the -Recursive parameter.Unanswered | 4 Replies | 1104 Views | Created by SergeyAU - Friday, September 26, 2014 6:30 AM | Last reply by Richard Mueller - Friday, September 26, 2014 2:14 PM -
0 Votes
FetchXML filter
I'm using filtered lookups like this in other places without any issue.Answered | 8 Replies | 26386 Views | Created by MrKrabs - Tuesday, February 8, 2011 6:27 PM | Last reply by MrKrabs - Tuesday, February 8, 2011 8:25 PM -
3 Votes
PowerShell Colorization
Vscode doesn't color powershell parameters (minor flaw), but it has multiple color themes.Answered | 6 Replies | 6454 Views | Created by Richard Mueller - Tuesday, February 14, 2012 6:06 PM | Last reply by JS2010 - Monday, January 1, 2018 9:28 PM -
0 Votes
how to filter lookup field based on another lookup filed selection
Hi iyadhh, Please refer the folowing link http://advantageworks.blogspot.com/2008/02/pseudo-filtered-lookup-dialog-in.html it gives ...Answered | 5 Replies | 4744 Views | Created by iyadhh - Thursday, July 1, 2010 7:54 AM | Last reply by iyadhh - Thursday, July 1, 2010 12:36 PM -
1 Votes
Filter CRM 2011 Lookup using OptionSetValue selected text
I have edited the code from the link you posted and adapted it to use the value of the selected optionSetValue for the FetchXml filter. but I keep getting errors.Answered | 2 Replies | 5460 Views | Created by AlexBids85 - Tuesday, July 5, 2011 3:52 PM | Last reply by AlexBids85 - Tuesday, July 12, 2011 2:11 PM -
0 Votes
wpf richtextbox erroneously combines ordered lists in documents loaded from files
https://social.msdn.microsoft.com/Forums/vstudio/en-US/home?Answered | 1 Replies | 1083 Views | Created by jhebison - Tuesday, January 27, 2015 4:14 AM | Last reply by Dave Patrick - Tuesday, January 27, 2015 4:24 AM -
4 Votes
Remove-adgroupmember from CSV
Here is one way Get-AdUser -Filter {Enabled=$false} -Properties memberof| ForEach-Obect{ foreach($group in $_.MemberOf){ ...Discussion | 6 Replies | 1195 Views | Created by Helpful guy - Tuesday, January 16, 2018 10:40 PM | Last reply by - Friday, January 19, 2018 4:59 AM -
1 Votes
Create a filtered lookup based on picklist
If you can always get a unique product for each department/productline combination, then sure.Answered | 6 Replies | 3182 Views | Created by JFProgrammer - Tuesday, April 17, 2012 3:17 PM | Last reply by Michael D. Mayo - Thursday, April 19, 2012 5:37 PM -
0 Votes
Two Dropdown filters with ability to use "All" to see no filter
Where I am stuck is how could you make it where the user can look up "View All Regions" in combination with a specific region and vice versa?Answered | 1 Replies | 864 Views | Created by Exit349 - Wednesday, May 16, 2018 11:59 AM | Last reply by Danny van Dam - Tuesday, June 5, 2018 6:37 AM - Items 1 to 20 of 75343 Next ›
No announcements