VB Scripting to excel multiple queries to the same cell
Hello, I am a help desk technical at my company and I am trying to create a vb login script that would gather various things about the user and computer and create or amend a excel spread sheet on a...
View ArticleFrom Live@Edu to Office 365 -PowerShell and User Creation Question.
Hy to all!; Recently my Live@Edu platform was upgraded to Office 365, I use the CSV_Parser.ps1 to add new account using PowerShell. Today I make a test one account to modify and other to add, but...
View ArticleMapping the Volume GUID to the physical disk and partion - I'm stuck!
Howdy Y'all from Texas. I've got to say I've really enjoyed Scripting Guys blog. I've been referencing it for some time now and have really learned a bunch from it.I am, however, currently stuck on a...
View ArticleSearch AD Users That Not Match With Some Group
Hi Folks !!!I'm 2 groups named group1 and group2 and I need get all user of the group1 and all users of the group2... I have this script:Get-ADUser -Filter * -Properties * | where {$_.MemberOf -match...
View ArticleScript for pinning Offline Folders not working
I am trying to fix my script below to pin an offline folder. I don 't get any errors, but it does not pin the folder. Can anyone please point me in the right direction for why this isn't working?Dim...
View Articleplease name windows 2008 some most important files in windows folder or...
hiplease name windows 2008 some most important files in windows folder or sysytem32 which if we delete os won't boot
View Articlehow to start one batch file minimized without the need of calling it from...
hi friendsi want one batch file start minimized and perform my task. for example i want my batch file which is c:\script1.bat batch file that when i run it, it performs following for me:@echo offfor...
View ArticlePowerShell - Hash Table Handling not working...
HiI am trying to sort an Excel Sheet and getting no where fast.One issue at a time, i read the headers OK and you can see from the screendump below that the info is in the array.However when i go to...
View ArticlePowerShell Script
Hi Guys, New to Forums and fairly new to scripting.I’m looking for a particular audit capability within 365.We run a Hybrid Environment, AD 2003 and 365, but we’ve had to allow a large number of techs...
View ArticleMount-DiskImage
HiI am trying to mount an ISO image because the old iso image utility that microsoft provided is not working well on my windows 7 machine and my company will not allow me to download any software for...
View ArticleAutomatically create new User
Hello everyone.We want to enable our HR to create new users with email via a simple web page. We have the "web" part covered as one of our IT guys is experienced in this field.I have read a series of...
View ArticleNeed help adding more groups to exclusion list
hello,i found and modified the script below and was wondering if i can add more groups that i want to exlude from copying from the source user to destination user. Can you assist? Also, what editor can...
View ArticleAdd a column in this script to put an '*' if the PercentFree is below 10%
I was asked to check with this forum to see if I could get help here. My code is below. What needs to be done is go out to all the servers in servers.txt and check free drive space. If free drive...
View ArticleMailbox details like Mailbox total Size and Average size for users who all...
Hello folks, I am trying to fetch the users mailbox details / Mailbox statistics along with the average size from one of the AD Group but unable to get that as the cmdlet is not recognized.So any idea...
View ArticlePowershell script to check current date against specific date
I set up a runbook in Orchestrator to create service requests for preventative maintenance work on specific equipment. I need to have each runbook trigger on a specifc date regardless of the year....
View ArticleScript that creates or deletes a desktop shortcut depending on the user that...
Hi Scripting Guru's,I don't have much background in scripting and I'm looking for some help. I work in a public library that has a generic login for public users and specific logins to our domain for...
View ArticleA batch file to delete old files then rename remaining file regardless of...
Hi,I have a program that outputs flat files on daily basis, each day the file name is different because its appended with that day's date. There's no way I can make the program overwrite the original...
View ArticleBulk import of users with unique passwords from a file
Hello. I am new to Windows AD. I am trying to import student accounts into AD from a csv file. I was able to do that, but they all show up as disabled and they don't appear to have a password. I...
View ArticleGive a standard user script to restart computer
I thought i remembered reading that you could provide a script to a standard user and it would be embedded with administrator credentials to have them perform admin tasks without the admin rights it...
View ArticlePopulating a table in Word with PowerShell is slow
So I have a PowerShell script to help me document various server attributes. Most of the script creates tables in a Word document and populates them cell by cell. This is pretty slow and takes about 10...
View Article