Sign in
Notes From The Field
Miscellaneous Ramblings from a Microsoft Consultant
Tags
Active Directory
BitLocker
DFS-R
DNS
Hyper-V
Identity
IE8
IIS
PowerShell
ReFS
Scripting
Server 2008
Server Core
VBScript
Web
Windows Server 2012
Browse by Tags
TechNet Blogs
>
Notes From The Field
>
All Tags
>
scripting
Tagged Content List
Blog Post:
Parallel Task Execution for ILM/FIM using PowerShell
Jeffrey D. Phillips
Last year, I wrote about how I would use VBScript to execute run profiles in ILM/FIM in parallel (mixed with some serial syncs since they don’t behave well when run in parallel). I’ve now created, with the help of a few friends and other TechNet/MSDN authors, a PowerShell script that will do the trick...
on
26 Sep 2011
Blog Post:
Some Easy Active Directory Scripting
Jeffrey D. Phillips
I solved a little problem for a customer the other day and I thought I'd share a little about it with you. It involves some VBScript user manipulation in Active Directory, and yes: there will be a code sample. Let's start with the problem. For whatever reason, some users were missing some home drive...
on
26 Aug 2008
Blog Post:
Wscript.Network
Jeffrey D. Phillips
One of my favorite objects is the Wscript.Network object. It's a very simple way to access certain environment variables in a VBScript. To invoke this object, this line must be inserted near the top of your script (certainly before you reference properties of this object): Set WshNetwork = CreateObject...
on
26 Feb 2008
Page 1 of 1 (3 items)