Install EXE file with with GUI popup
Hi All,I am new to powershell and trying to write a script to automate .exe installation process. I have custom product and wants to install on local VM which is running on windows 8.Following script...
View ArticleNeed assitance in writing script
Hi Guys,I need assitnace in writing new script whcih need to look for stage number and start executing from that stage. I Understand run key location would be right place for script path. Please...
View ArticleHow to use powershell to open RDP session to RDP farm
HelloI know that with enter-pssession you can open a remote desktop session to a specific host. But when I try to use this to connect to our rds 2012 farm it will generate an error which is logical. I...
View Articleget-openfiles with- not recognized as the name of a cmdlet
Hi I used able to run this script below, no idea after restart my PC and now i get error "get-openfiles : The term 'get-openfiles' is not recognized as the name of a cmdlet, function, script file, or...
View Articleexporting multiple results to txt file
Hay Everyone, I am new to scripting and have decided to go down the path of becoming an expert in PowerShell as I believe it will be advantageous to my career, so please take it easy on me.My question...
View ArticleTrying to find the model of the machines
Hello Good Afternoon everyone Im currently upgrading machine at my job i wrote a script that will tell me which machines are offline but i also want it to tell me what model the machine currently is,...
View Articlestart-sleep ??
I need to write a script that will do the following. Run 7 days after each reboot.Prompt the user if they want to reboot now. If they answer "no" give them the option to delay 2 hours, 4 hours or 6...
View ArticleGet more from the command line with EventSentry SysAdmin Tools
Although Windows has a reasonable set of command line tools, they’ve not changed much in recent years. Microsoft presumably hopes you’ll master PowerShell and build anything else you need for...
View ArticleAzure PowerShell Tools 0.8.7 is available
Just a few hours ago, Azure PowerShell Tools version 0.8.7 was released. This release includes enhancements to the existing cmdlets.Read More
View ArticleCreating Bulk Users
Hey Everyone,Brand new here in the PowerShell.com community (and to be honest, still pretty new to powershell as a whole) ... and I was hoping that someone could point me in the right direction.I'm...
View ArticleRunning scripts is disabled on the system
When I running a PowerShell script file as Administrator. I receive the error "running scripts is disabled on this system". How can I run the PowerShell script?
View ArticleBulkadd Users to Group - deep level ou
Hi.I am trying to bulk-add users in a txt-file to a group. However both users and group are placed in a sub-ou so when I run my script the group and users cannot be found.Also - I would like the user...
View ArticlePause a Service using pause method in get-service
trying to pause a service I found this in a book called powershell in depth but this just doesn't work. I can't figure out why.Get-Service -name B* | foreach { $_.Pause() } I get this error "Exception...
View ArticleBulk Replace Description and Info on security groups
Hi.I have several houndreds of groups where description and info fields are empty or false. Therefore, I'm trying to create script that can automate the following for me, however I cannot put it...
View ArticleDBX to PST Converter
Normal 0 false false false EN-US X-NONE X-NONEDBX to PST Converter is surefire online utility which assist to export data and convert DBX to PST Outlook with swiftness. It caters the fast service to...
View ArticleNew-mailUser / Username issues
Hey Everyone,Brand new here in the PowerShell.com community (and to be honest, still pretty new to powershell as a whole) ... and I was hoping that someone could point me in the right direction.I'm...
View ArticlePowerShell: Check if VMware vShield driver is installed and running
The VMware vShield driver is a system driver named vsepflt.It is easy to check the status of this driver by running msinfo32.exe and navigating to “Software Environment\System Drivers”Read More
View ArticleThe PowerShell File Frontier Part 1
In my day-to-day work, I use a variety of cloud based services to keep a variety of folders synchronized between the different computers I use. But occasionally I need to grab some files from a...
View ArticleNeed Help with Powershell Script to Copy Folder
I've been testing this powershell script and everything seems to be working fine. The problem is that I would like to copy the folder N6200 with its content to C:\Temp and keep the same folder...
View ArticleUpdating AD users information from a CSV file.
Hi, I have this Excel file with a list of telephones, names, departments and titles which is distributed and updated by the HR department. I want to use import-csv to update the Telephone, Department...
View Article