Category "powershell"

Powershell Script to create Scheduled Task on non domain computers

We are trying to execute a powershell script that will import a scheduled task to non domain and domain joined computers in our organization. The task is simpl

PowerShell - Import-CSV - How can I keep leading zeros on all decimal numbers being imported

I am trying to perform changes to a existing CSV, such as keeping specific columns (and removing the rest). However when I use Import-CSV, the leading zeros on

Powershell AD module not installed but RSAT feature is installed

Objective Local User Password change without admin rights -> Powershell AD Methods Logging on a distant PC using Remote Desktop Connection (RDP), on this PC

In powershell spawn notepad++ when file to open has spaces in it

$npp = "C:\Program Files\Notepad++\notepad++.exe"; $myfiles = @( "C:\bad boys\file1.txt", "C:\bad boys\file2.txt", "C:\bad boys\file3.txt" ) fore

Login Powershell Script filter to only run script if computer is in a specific OU

Using Powershell need helping with filtering If the current computer is within any of the sub OU under OU=Workstations,DC=blah,DC=com then script should continu

How to pass a parameter to commandToExecute in Azure Custom Script Extension

I have a Azure Vm extension in which i want to run a PowerShell script which takes a parameter -Install: PS C:\Users\abc\Downloads\InstallPackage-2022\InstallPa

Looking to create a script to decrypt password protected PDF files

I have multiple directories of password protected PDF files and I'm looking to decrypt all of these files and save the resulting decrypted file as a new file in

How do I upload the last 3 files in a directory with WinSCP?

Trying to upload the last 3 files in a directory. I figured I can set the last 3 files and make them as an alias but I'm not sure how to do that.. Originally Wi

Extending Bulk AD Accounts Expiration date by 6 months via PowerShell

I am fairly new to PowerShell and this maybe straight forward for a professional. I am looking to extend expiration date a bulk of AD usernames in a text file b

Error when installing necessary packages on Node js

I was installing Node.js on Windows. It installed successfully, and I also selected the option to install necessary files (such as chocolatey) in the node.js in

Terraform virtual machine extension doesn't run as expected

maybe someone can help me with my situation. Scenerio: I created a terraform script which create a windows 10 Virtual machine in Azure. At the end the terraform

How to accept Youtube Cookies Consent with Powershell

Since few days I'm not able to consume any information from Youtube with my Powershell Script, at first the cookies must be accepted in order to see the Videos.

Error cURL AbuseIPDB through Powershell Command - Cannot bind parameter 'Headers'

I'd like to ask about cURL command for AbuseIPDB, as stated in https://docs.abuseipdb.com/#check-endpoint So I tried to run the command with the following Power

Error cURL AbuseIPDB through Powershell Command - Cannot bind parameter 'Headers'

I'd like to ask about cURL command for AbuseIPDB, as stated in https://docs.abuseipdb.com/#check-endpoint So I tried to run the command with the following Power

Difference between Sqlcmd and Invoke-Sqlcmd

I am trying to learn Sqlcmd utility in PowerShell to run SQL queries, specifically for database administration. Using Version 15.0.1300.359 NT But I got confuse

Suppress error Powershell not catching additional error when opening a WPF application

I'm trying to write 'Windows Powershell' command to simply open an application (DaxStudio). These are the options I've tried: Start-Process "c:\Program Files\DA

Powershell script not calling function

I have modified the following script and adapted it to our needs. All is working as expected but the call to the AppendLog in the TRY. The log file gets created

Powershell Regex match statement

Trying to get nxxxxx number as the output from below input, uniqueMember: uid=n039833,ou=people,ou=networks,o=test,c=us uniqueMember: uid=N019560, ou=people, ou

Powershell script to disable all Windows 10 Notifications?

Is there a way to disable Action Center Notifications in Windows 10 with PowerShell?

Generate HTML file with Powershell

I need help ! Currently, I fill a string with HTML code via a powershell script and then i write it in a file index.html However, when I display the index.html