No announcements
Found 1457135 threads
-
1 Votes
How to disable LMHOSTS lookup in Powershell 5
https://social.technet.microsoft.com/Forums/ru-RU/330248d7-dba2-4173-bd71-28164682370d/-lmhosts-lookup-posh-5?Answered | 10 Replies | 8562 Views | Created by Kupriyanov - Friday, April 6, 2018 11:11 AM | Last reply by jrv - Friday, April 6, 2018 2:13 PM -
2 Votes
Using PowerShell to "uncheck" the box next "Enable LMHOSTS Lookup"
How can i run this against a remote computer?Answered | 8 Replies | 18703 Views | Created by Phydeauxman - Wednesday, January 20, 2010 8:03 PM | Last reply by Heckter - Thursday, December 13, 2012 8:26 AM -
0 Votes
Creating Lookup field by Powershell
Hi, According to your description, you might want to add a Lookup field to a list using PowerShell.Answered | 1 Replies | 1853 Views | Created by Luis H. Wu - Wednesday, January 28, 2015 9:06 AM | Last reply by Patrick_Liang - Monday, February 2, 2015 9:46 AM -
0 Votes
Disable reverse dns lookup
It works on the below. just disable it.Answered | 3 Replies | 4701 Views | Created by April Fool - Friday, January 15, 2016 1:37 AM | Last reply by EMMmmmmmm - Wednesday, January 27, 2016 4:00 PM -
1 Votes
How do I set the value of a lookup field with PowerShell?
" More information: Get / Set Lookup Field Values in SharePoint List using ...Answered | 3 Replies | 11900 Views | Created by Spawn10 - Tuesday, September 6, 2016 3:48 PM | Last reply by Dennis Guo - Wednesday, September 7, 2016 8:57 AM -
1 Votes
How to achieve a lookup on either the first 5 or 6 digits of a number
The MCCMNC could be 5 or 6 characters long.Answered | 5 Replies | 2759 Views | Created by ASAASA - Tuesday, September 20, 2011 9:12 AM | Last reply by ASAASA - Thursday, September 22, 2011 6:37 AM -
0 Votes
Powershell : Best way to create List having lookup columns with lookup lists ?
Finally, add lookup columns (BC1, CC1) into the list A.Answered | 2 Replies | 678 Views | Created by Sandeep_Nandey - Tuesday, August 8, 2017 5:17 AM | Last reply by Sandeep_Nandey - Friday, August 18, 2017 7:07 AM -
0 Votes
How to import csv data to lookup column using powershell CSOM
You keep asking the same question:Answered | 6 Replies | 1037 Views | Created by The-Condor - Friday, August 5, 2016 11:04 AM | Last reply by Hello_2018 - Tuesday, August 9, 2016 7:18 AM -
18 Votes
svchost.exe -- lmhosts, eventlog, dhcp -- high cpu usage
The "default domain policy" contains these settings under "windows settings/security settings/local policies/audit policy" I disabled success logging, which reduces the ...Answered | 22 Replies | 71791 Views | Created by Cos2008 - Wednesday, February 16, 2011 7:28 PM | Last reply by DustyB22 - Wednesday, October 26, 2016 7:15 PM -
2 Votes
Disable parent values in lookup table.
When you create the field that uses the lookup table, select the option named Only Allow Codes with No Subordinate Values.Answered | 3 Replies | 1515 Views | Created by Shruti Vyas - Thursday, May 14, 2015 12:05 PM | Last reply by Dale Howard [MVP] - Thursday, May 14, 2015 3:04 PM -
8 Votes
Powershell 5 release date
PowerShell has been released on Windows 10.Answered | 7 Replies | 3828 Views | Created by shaffan331987 - Monday, August 17, 2015 8:01 PM | Last reply by rac8006 - Friday, November 6, 2015 1:36 AM -
1 Votes
Using Powershell to create lookup columns in Sharepoint 2010
SPList.Fields.AddLookup("lookup field name",$parentlist.id,$true) gives me this error: Cannot find overload for AddLookup and argument count : ...Answered | 9 Replies | 24852 Views | Created by LetMeSP - Thursday, March 24, 2011 6:00 PM | Last reply by Twentydollars - Thursday, May 10, 2012 1:08 PM -
0 Votes
Add Lookup column using PnP Powershell
Hi, I am able to create lookup column as mentioned above without Allow multiple Value.Answered | 4 Replies | 6556 Views | Created by Sudheer Madduru - Monday, November 27, 2017 6:02 AM | Last reply by Jerry Zy - Friday, December 8, 2017 8:04 AM -
1 Votes
Using Powershell to lookup Excel Spreadsheet
$emailbody = @() $Value = 'something' $csv = Import-Csv foreach($item in $csv){ if ...Answered | 3 Replies | 4566 Views | Created by Joe Goodlad - Monday, April 16, 2012 2:57 PM | Last reply by Rich Prescott - Monday, April 16, 2012 10:33 PM -
5 Votes
Disabling the UAC using Powershell
You need to fix the underlying problem that makes you think you need to disable UAC.Answered | 7 Replies | 59151 Views | Created by Nidhishree - Monday, October 17, 2011 8:56 AM | Last reply by BOfH-666 - Friday, August 9, 2019 8:49 PM -
0 Votes
Disable Event (ItemUpdated) with powershell
See this forums post for explanation how to switch off eventfiring for a certain Powershell thread.Answered | 3 Replies | 10073 Views | Created by MaxMelcher - Monday, August 9, 2010 4:37 PM | Last reply by Sven W - Saturday, March 24, 2012 12:45 PM -
2 Votes
Disable Powershell on a Domain
Many admin GUI tools now run PowerShell commands under the covers.Answered | 3 Replies | 1004 Views | Created by alopezt24 - Thursday, May 3, 2018 7:38 PM | Last reply by Ben Lavender - Saturday, May 5, 2018 9:02 PM -
0 Votes
LMHOSTS lookup
How can I toggle on/off "Enable LMHOSTS lookup" for my WINS settings?Answered | 2 Replies | 8231 Views | Created by Jorree - Tuesday, August 5, 2008 2:50 PM | Last reply by Jorree - Friday, August 8, 2008 12:53 PM -
0 Votes
Disable IP6 with Powershell
Simple PowerShell command.Answered | 7 Replies | 21067 Views | Created by scottyp55 - Thursday, May 5, 2011 2:35 AM | Last reply by Argon Systems - Wednesday, July 26, 2017 11:49 AM -
0 Votes
Powershell equivalent to Disable-LocalUser in Powershell V2
Here is how to disable a local user with ADSI.Answered | 2 Replies | 561 Views | Created by Sugata39 - Friday, May 17, 2019 8:30 PM | Last reply by jrv - Friday, May 17, 2019 9:09 PM - Items 1 to 20 of 1457135 Next ›
No announcements