Trouble Installing Powershell Module
I am having an issue installing a Powershell Module (Set-ImageSize.ps1) on server 2008 r2.Can anyone help?
View ArticleBulk User creation with checking for existing user Powershell
Hi guys,I need some help with this powershell script i've been trying to working on in creating bulk users which also checks to see if AD has an existing AD account before creating. I have attached the...
View ArticlePowershell: bulk forward email using csv
Hi,Could someone help me out the below command, bit stumped, managed the export but can't get the forward working.I have 50 odd users in AD along with 50 alternate addresses as contacts. I want to set...
View ArticleDNS and registering in DNS and powershell
I have a domain that's 15 years old...started with NT and made it this far. I've inherited the DNS servers and they are a mess. Scavenging has never been turned on and it is full of stale records and...
View ArticleHey guys, SO close to finishing this script but ONE hangup in the int array
Hey all, I am writing a script that will send e-mails to each user when their password is expiring in 7 days or less.I have everything working but ONE element. I have a foreach loop that looks at each...
View ArticleAdd timestamp Member to a collection
Does anyone know of a better way to add a timestamp to a collection? Basically, I have a script that I call to check the disk space on a server. The script works great and I don't want to alter it....
View ArticleEmail Notification for Expiring Accounts in a specified OU?
Good evening,Does anyone have a script available for an email notification for expiring accounts in a specified OU. This will be very helpful.Thank You!
View ArticleHelp me to write a script for email notification for ftp user logins
Help me to write a script for email notification for ftp user logins (specific users ) and File modifications or deletions or uploads on users directory
View ArticleAD Student Accounts
So I long time Powershell watcher and first time asker. Here is the deal. I am moving up the ladder from one liners to writing scripts. Here is my problem:Our students are assigned a password for AD...
View ArticleHow to get results from this code
Copying email address to proxyaddresses field. It works, however I get no kind of results.Textget-aduser -f {emailaddress -like "*@gmail.com"} -Properties mail | ForEach-Object { $_ | Set-ADUser...
View ArticlePowershell code refinement...
Hi All, i hope i am not breaking any rules here - i couldn't find the section for this.I am hoping a PS guru can help me refine this code (if that is the cause), as it takes up to more than 10 mins to...
View ArticlePower shell commands to add bulk users in distribution list in office 2013
HI ,As a Administrator, i want to know step by steps commands to add bulk users in distribution list in office 2013 pro.Any help...:)RegardsAnand
View ArticlePowershell and Sharepoint Lists
Here's one I can't get figured out. I'm trying to use SMAtograb items from lists in SharePoint for some automation tasks.I wouldn't think it would be that difficult, but I've spent too many hours on...
View ArticleAttempting to retrieve emails sent and received by user via powershell
Hello All,I am having some off issues with a powershell script to retrieve data from our MS Exchange.Idea of this is the script can run monthly and help managers check how many emails each user is...
View ArticleChange unmanaged Symantec client to managed state on multiple machines
We have multiple machines (about 70) that have unmanaged Symantec clients then need to be changed to a managed state reporting to a server in the corporate office.We have tried the sylinkreplacer tool,...
View ArticlePowerShell - Bulk VM Deployment
Hello all,I am working on a script to bulk deploy VMs from a CSV file. I started with some examples found online and have been tweaking them to fit my requirements. I am running into an issue with the...
View ArticlePowershell fun (tracking un-pingable assets)
Made another script today, I know I have a lot to learn, but I have come a long way in the few weeks I have been using PowerShell.I made a script (located here:...
View ArticlePowershell Processing an Ex-Employee from AD
I think I mastered Level 3 Powershell Scripting!! I made a script that will not only disable a user with powershell but I have also removed them from an email distribution group and moved them to an...
View ArticlePowershell and PDQ Deploy
So I am trying to automate my images and one of the things I want to do is trigger PDQ Deploy with a new computer package. I created the following:...
View ArticleBandwidth script help!
Hi guys, after scouring the interweb I came across this. I'm not 100% what it does or exactly what it is telling me and before I go use at work, is there any chance one of you guys can take a look and...
View Article