REG ADD - the most trivial case syntax
Guys,I’m trying to make sense of following article:http://technet.microsoft.com/en-us/library/cc742162.aspxparticular this part:REG ADD HKLM\Software\MyCo /v Path /t REG_EXPAND_SZ /d...
View ArticleListing log file in dd_mm_yy.txt format
Hi everyone, I want to list log files whose names are changing daily in command line. Like that; C:\log\dd_mm_yy.txt "dd_mm_yy.txt" is changing daily. What kind of a definition I must use in Windows...
View ArticleNeed assistance -- while adding members of a group, i get error msg...
Get-ADGroup -Filter {name -like "it apps"} | Get-ADGroupMembers gives error:- format-default : Exception getting "PSShowComputerName": "The adapter cannot ge t the value of property...
View ArticleUsing command line from VBscript
So I'm trying to make function for a larger script to use the command line from a VBscript. I've worked out this script to attempt a basic command line function. Simply create a directory using a...
View Articlehttp://www.bwdyeti.com/cafe/forum/showthread.php?tid=545
http://www.bwdyeti.com/cafe/forum/showthread.php?tid=545
View Articlehttp://therapnetwork.com/forums/showthread.php?46156
http://therapnetwork.com/forums/showthread.php?46156
View Articlehow to search two different ou in same power shell command
Get-ADUser -Filter * -SearchBase "ou=testou,dc=Domain,dc=net" -and "ou=salseou,dc=Domain,dc=net" -and "ou=VIP,ou=new,dc=Domain,dc=net"above commands is not helping me to get specific these OU user...
View ArticleChanging the Name and Label Fields of MemberSet and TableColumnItem...
HI TeamWe are developing Powershell cmdlets using C# to pull reports from a Datacenter Management Tool.The Report class returned by the Tool is filled-in dynamically with the field-name/value pairs,...
View ArticleHyperV Cluster Servers Tasks
Hi Guys,I need to on a regular basis shutdown servers stop and start services and then start servers up again.I found a bunch of scripts to shut down all servers and the restart the cluster box.But my...
View Articlehttp://www.bwdyeti.com/cafe/forum/showthread.php?tid=1641
http://www.bwdyeti.com/cafe/forum/showthread.php?tid=1641
View Articlehttp://therapnetwork.com/forums/showthread.php?47502
http://therapnetwork.com/forums/showthread.php?47502
View Articlehttp://www.ahatrta.com/discussion/viewtopic.php?pid=26469
http://www.ahatrta.com/discussion/viewtopic.php?pid=26469
View Articlehttp://www.myflydream.com/forum/viewtopic.php?f=3&t=57610
http://www.myflydream.com/forum/viewtopic.php?f=3&t=57610
View Articlehttp://www.myflydream.com/forum/viewtopic.php?f=2&t=57938
http://www.myflydream.com/forum/viewtopic.php?f=2&t=57938
View Articlehttp://www.reignofgaming.net/forums/strategy/maps/60719-ufc-fight-night-40-on...
http://www.reignofgaming.net/forums/strategy/maps/60719-ufc-fight-night-40-online-watch-matt-brown-vs
View ArticleScript To Enlist All "Built-In" User Accounts in the Domain
Hi There,I am looking for a script that will enumerate/list all built-in user-accounts in the domain -- not other user accounts. LDAP Filter: "(sAMAccountType=805306368)" gives all User-Accounts,...
View ArticleChanging the heigth and width of a cell in a table in Word using VBScript
I am using similar code as this:Set objWord = CreateObject("Word.Application") objWord.Visible = TrueSet objDoc = objWord.Documents.Add() Set objRange = objDoc.Range() objDoc.Tables.Add...
View ArticleNeed urgent help with service and file removal
Hi, I need a powershell script that would stop a windows service ,wait for 2 mins, delete a particular file from C:\documents&settings and then start the service again.Is this possible ? Thanks
View Article