python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k questions)
Ping and Install applications for multiple PCs
I hope someone can help me with the following script:
The script I built works for 1 computer. It asks the user to enter the computer name, and It will check if the computer is ONLINE, if it is it wi...
Miguel
Votes: 0
Answers: 1
How to get details of OS name, .net framework details for multiple servers using powershell?
I am trying to get details of OS Name and .net framework details for multiple servers using PowerShell script below.
$servers = Get-Content -Path "C:\Users\vinay\Desktop\servers.txt"
Forea...
vinay prasanth
Votes: 0
Answers: 1
error to change user ad from OU to powershell
I'm creating a script to change certain OU users, but it gives a parameter error and it's not working.
Users and OUs are being listed through an .csv file, the strings get the information, but when pu...
Leonan Moreira Martins
Votes: 0
Answers: 2
How to exclude 1 OU from a script
So I'm trying to get a PowerShell script that will search and disable all accounts that have been inactive for x amount of days. But I want it to skip over 1 OU where it doesn't search and disable any...
Mohamad
Votes: 0
Answers: 3