No announcements
Found 1434622 threads
-
0 Votes
Identify users computername
Both append information about the user and computer to a shared file.Answered | 8 Replies | 4300 Views | Created by Fredrik Hellstenius - Thursday, May 19, 2011 7:19 AM | Last reply by Fredrik Hellstenius - Tuesday, May 24, 2011 7:06 AM -
0 Votes
Script to determine computername of user connected to share
Does any know how I can get the computername of a user connected to a file share?Answered | 1 Replies | 794 Views | Created by WPSA - Sunday, October 19, 2014 12:05 PM | Last reply by Brian Nadjiwon - Sunday, October 19, 2014 1:12 PM -
0 Votes
Script to determine if a user is ACTIVE on their workstation
Did you look in the script repository?Answered | 16 Replies | 1940 Views | Created by RLindell - Friday, January 9, 2015 7:58 PM | Last reply by mjolinor - Sunday, February 1, 2015 3:05 AM -
1 Votes
Script to inject COMPUTERNAME variable in to sysprep process for Windows 10
can you share the unattend.xml?Answered | 11 Replies | 23747 Views | Created by Maw2-D2 - Friday, April 8, 2016 2:46 PM | Last reply by Joe A. L. _ - Tuesday, July 16, 2019 1:12 PM -
0 Votes
Need query to determine current logged in user
Hi Southerner, The main point of powershell script is querying with WMI class, I ran the script on domain controller (DC), and query the member server ...Answered | 13 Replies | 7988 Views | Created by Southerner - Tuesday, April 28, 2015 7:00 PM | Last reply by AnnaWY - Monday, May 11, 2015 3:41 PM -
0 Votes
Script to list all shares
No problem, if you want to export this to csv you simply add the Export-Csv Cmdlet to the end of this command, as such: ([adsisearcher]'(objectCategory=Computer)').findall() | ...Answered | 5 Replies | 2634 Views | Created by Yogesh Singhal - Tuesday, June 5, 2012 5:58 AM | Last reply by Jaap Brasser - Tuesday, June 5, 2012 1:10 PM -
1 Votes
---> Unable to connect to WMI on remote machine "<Computername>", error = 0x800706ba.
Check this guide (for CM07 but still ...Answered | 1 Replies | 2138 Views | Created by veera pvr - Tuesday, March 19, 2013 5:13 AM | Last reply by Kent Agerlund - Tuesday, March 19, 2013 7:22 AM -
0 Votes
Username to computername
In Configmgr 2007 I often used Collection Injection to convert username to Computername.Answered | 1 Replies | 909 Views | Created by willbar - Friday, July 19, 2013 5:28 PM | Last reply by Garth Jones - Friday, January 16, 2015 1:50 AM -
0 Votes
Cannot connect to <computername>\SQLEXPRESS.
Satya SKJ, SQL Server MVP www.sqlserver-qa.net [knowledge sharing network]Answered | 2 Replies | 10697 Views | Created by Masoudshirzadi - Wednesday, September 8, 2010 7:12 PM | Last reply by Satya SKJ - Thursday, September 9, 2010 1:56 PM -
0 Votes
Export-VM used with -ComputerName parameter get an access denied on a network share -Path
Via script, it's whatever account that's running the script.Answered | 12 Replies | 1418 Views | Created by Nicolas Vinot - Wednesday, November 11, 2015 2:52 PM | Last reply by Nicolas Vinot - Tuesday, November 17, 2015 9:48 AM -
1 Votes
Logoff a specific user Powershell Script
it's $Computer or $ComputerName on 'quser'?Answered | 3 Replies | 25596 Views | Created by wadesaunders123 - Thursday, November 23, 2017 7:44 AM | Last reply by fcm - Wednesday, December 11, 2019 2:37 PM -
4 Votes
Check computername
You would have to use a custom script if MDT is not integrated: read OSDComputername, check if 3 digits from the left contain 'de-', set a new TS variable (i.e.Answered | 2 Replies | 497 Views | Created by Strahle_fz - Thursday, October 24, 2013 1:44 PM | Last reply by dekac99 - Thursday, October 24, 2013 2:57 PM -
0 Votes
Get computername from username
This can help you with user to computer names.Answered | 3 Replies | 3365 Views | Created by Rohith M - Monday, January 10, 2011 12:05 PM | Last reply by pbbergs [MSFT] - Monday, January 10, 2011 12:51 PM -
0 Votes
Create new computername in AD
If you want to start counting from 1000 you can leave the script as it currently is.Answered | 8 Replies | 3410 Views | Created by Michael Stokholm - Thursday, May 17, 2012 6:00 AM | Last reply by Michael Stokholm - Tuesday, May 22, 2012 9:25 PM -
3 Votes
Text file containing the COMPUTERNAME of a PC
So running scripts etc wouldn't work.Answered | 6 Replies | 17612 Views | Created by JamesAddPeople - Friday, January 11, 2013 10:35 AM | Last reply by Frederik Long - Monday, January 14, 2013 10:31 AM -
0 Votes
Computername - Task Sequence
Run PowerShell script with form to enter computer name, import AD module and query against AD.Answered | 5 Replies | 3100 Views | Created by Bernd from kb-consulting.pro - Friday, September 26, 2014 7:53 AM | Last reply by Idan Vexler - Sunday, November 5, 2017 8:44 AM -
0 Votes
ComputerName not taking from Unattend.xml
If you need a reference guide, I have a working unattend.xml file embedded within this powershell ...Answered | 2 Replies | 620 Views | Created by Tim Cerling - Thursday, September 10, 2015 10:12 PM | Last reply by Tim Cerling - Friday, September 11, 2015 5:50 PM -
1 Votes
How to re-use the same computername in refresh installation
You could create a custom script that sets the task sequence variable OSDComputerName to the current value of the Windows Environment variable COMPUTERNAME and add this as a new task ...Answered | 1 Replies | 6198 Views | Created by Alternate - Tuesday, November 24, 2009 11:02 AM | Last reply by Simon Hardy - Tuesday, November 24, 2009 12:34 PM -
0 Votes
Trying to determine if a user is logged on to domain already?
Here's something from the script repository.Answered | 1 Replies | 4413 Views | Created by Steve Grosz - Wednesday, June 16, 2010 4:01 PM | Last reply by technogeist2k6 - Thursday, June 17, 2010 1:06 AM -
0 Votes
Assistance with using "Test-Connection" in script
The current object is being set to $computer in the loop, but $computerName is being used in the Test-Connection step.Answered | 5 Replies | 1081 Views | Created by Tony Strother - Wednesday, November 6, 2013 5:45 PM | Last reply by Tony Strother - Wednesday, November 6, 2013 7:12 PM - Items 1 to 20 of 1434622 Next ›
No announcements