|
- Query AD computers in text file list
I am trying to find a way to query computers that I have listed in a text file I want to get the AD description of the computer as well as the OU or container where the computer account resudes Can anyone help me out? Friday, April 8, 2011 12:04 AM
- VBScript Quote Syntax - social. technet. microsoft. com
I have a script that runs through an imported list of computers and attempts to change their password I want to be able to place the script anywhere on the computer and run it successfully Hence, I'm including the pspasswd executable in the same folder as the vbscript that does all the leg work
- Declare Function from VBA to VBS - social. technet. microsoft. com
In VBA I use this: Declare Function hllapi Lib "PCSHLL32 DLL" (Func As Long, ByVal DataString As String, Lengt As Long, RetC As Long)
- Powershell Script for uninstall driver
The problem is, that i don't know how to write a suitable query in Powershell, that has the driver version as a parameter and returns the value of the matching Published Name The reason for the necessity of the query is that on each Server the oem** inf I'm looking for, is named differently
- Powershell Script to send an email when User State Migration Tool . . .
This Forum is for Scripting Questions Rather than script requests How to ask questions in a technical forum How to post code in Technet Forums \_ (ツ)_ Wednesday, February 26, 2020 1:19 PM 0 Sign in to vote Learning to script properly with PowerShell PowerShell Beginners Guide Leaning PowerShell on GitHub Getting Started with Microsoft PowerShell Windows PowerShell™ 4: TFM Microsoft Script
- how to fix my catch all script - social. technet. microsoft. com
Here's my corrected script I just want to add catch all date for this script errors and success: Import-Module Lync get-csuser -LDAPFilter "memberOf=CN=LyncAllowFederationAccess,OU=Lync,OU=Groups,DC=qvcdev,DC=qvc,DC=net" | Grant-CsExternalAccessPolicy -PolicyName "Allow Federation Access" James Marked as answer byJJOHN7Tuesday, December 8, 2015 10:05 PM Unmarked as answer byBill
- VBS script to get users last login on domain then export to . txt file
I would need a vbscript that would scan a domain and get all users' last login (hh:mm:ss and dd:mm:yyyy), then export it to a txt file Also, I am posting the code I've found on the web, but I just can't seem to get it work the way I described above It makes the output file but none of the information (the info I want for the script to get me) is inside the file
- Using FSO getting run time error 70
= VBA Interaction CreateObject ("Scripting FileSystemObject") Set theFolderToExplore _ = theFoldersTree GetFolder (theFullPathOfStartingFolder) If theFolderToExplore SubFolders Count = 0 _ Then 'Resume Else For Each aFolder In theFolderToExplore SubFolders Call DrillDownInTheFoldersTree (theFoldersTree, _ aFolder, _ theCurrentDepth
|
|
|