I had a list of 50 users with the Active Directory extensionAttribute12 sent to me, I was told that extensionAttribute13 was mixed up. So far, as I go through a
i use a script to connect AzureAD and MsolService. Connect-AzureAD Connect-MsolService and it ask me both for username, password, and telephone verification. I
Based on How to execute a PowerShell function several times in parallel?, I'm able to do this, where I stop all running jobs, in parallel. # Run this in paralle
I'm trying to consume Azure DevOps .NET API, specifically the Git client, from Powershell 5.1. There is a copy of all client libraries under C:\Program Files\Mi
I am using AzureAdPreview moudule and with the help of this I am trying to create a group with types "Unified" as well as "DynamicMembership". So as per microso
I installed powershell on Linux-Box. At end of my *.PS1 file I put the following code: Exit 2222 I run my ps1 file such as: pwsh-lts -File my
I am new to powershell and would like to create a tool to add a single printer to multiple servers. Here is my code so far: $printer = read-host "Please enter t
I am having the below code to delete the contents for folder $SB_Folder = "\\$hostname\c$\SB" $Automation_Folder = "\\$hostname\C$\Scripts\" Get-ChildItem -Pat
This is the script get-childitem D:\media\*.mkv -recurse | Select-Object -Property name, @{n='Resolution';expression={mediainfo $_.FullName --inform="Video;%Wi
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
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
Objective Local User Password change without admin rights -> Powershell AD Methods Logging on a distant PC using Remote Desktop Connection (RDP), on this PC
$npp = "C:\Program Files\Notepad++\notepad++.exe"; $myfiles = @( "C:\bad boys\file1.txt", "C:\bad boys\file2.txt", "C:\bad boys\file3.txt" ) fore
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
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
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
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
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
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
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