I am using get-childitem command to get the folders inside a shared drive. But when iam using the property length it is returning blank. How to sort t ...
I am using get-childitem command to get the folders inside a shared drive. But when iam using the property length it is returning blank. How to sort t ...
On a App Registration I want to remove the App Roles by first disable the active ones and afterwards removing them. I checked the commands by the deve ...
need a mggraph command-let that helps me to set a usage location to an existing user I tried this command -I tried this because we used to do the ...
When I type the obvious thing or in both cases it claims that the file doesn't exist, even though 'ls' shows that it does. Any suggestions? Than ...
I am new to powershell. We have multiple text files in sFTP location, which are need to be scanned, if there is more than one row in the files then mo ...
I want to replace the contents of a certain keyword or text in a .txt file Example: word.pass=haiwueuofbdkoabqo1738379 I want to replace the content ...
I want to delete some old files and keep the latest 3 copies with powershell command. such as : Each file has the timestamp. It seems easy handle ...
Trying to import and export AD groups from multiple workstations. I have a script that works and want to import a csv file and export a csv file with ...
I want a Powershell script that is able to get me all the attachments from the email subject "Daily Headcount". ...
I have a cron job set that moves the files from an EC2 instance to S3 After that I use aws s3 sync s3://bucket-name/data1/ E:\Datafolder in .bat fi ...
I am trying to maken a PS script that retores multiple Analisys DB's to SSAS from windows explorer. Here are de DB's F:\Backup\SSAS\SQL002\ xx.abf an ...
Trying to create a new client secret using powershell script. while executing New-AzureADApplicationPasswordCredential from powershell ISE, getting be ...
I am new to powershell. I have 2 pscustomobjects in powershell script. I want to bring them together as one and output into csv. The problem is the ...
I'm trying to some files with the same keyword in the title, across different zip files, within the same folder on a fileserver. I've got the followi ...
Hello I'm new with PowerShell. I have a string that I'm trying to add an "-" between every third char. Anyone has an idea how to do this the easies ...
I know that the Send-MailMessage ins powershell is already obsolete based on the https://learn.microsoft.com/en-us/powershell/module/microsoft.powersh ...
**My input is like 50 lines ** Output Note :- These input lines are horizontal fashion in my file ...
Input CSV as below: Expected new CSV file : I'm getting disk info from below code: How I can append this data to original csv. ...
I want to edit the DefaultValue for the Property name = "UseThis" using PowerShell script. Xml file : The above script is not working as no value ...
I want to run the VoxEdit.exe application from https://www.sandbox.game with a custom size. As far as I know, the start command can only run with /MA ...