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)
How do I combine several files removing BOM using Windows command line?
I have several very large CSV (technically TSV) files that I need to append together. I had used:
copy file1.txt + file2.txt + ... + fileN.txt combined.txt
but then discovered that each file has a BO...
Tim
Votes: 0
Answers: 2
Powershell Converting Error - Wrong Format?
I'm trying to delete all the second stage bins of all Sites in Sharepoint Online available.
My idea is to get all the sites via Get-SPOSite | Select URL and process them with a foreach loop:
#Loa...
Miscellaniuz
Votes: 0
Answers: 0
How to get the list of access policies of an Azure keyvault related to individual users?
I'm working on a script to remove all the permissions for indivudual users on a keyvault and replacing them with an access policy for a security group instead.
With Get-AzKeyVault you can get all the ...
Apocatastasis
Votes: 0
Answers: 1
How to Pester-test a method in a class module (.psm1)?
I have written multiple classes. All of them are being used interchangeably. The main script (Main.ps1) imports some of them and runs the program.
I'd like to create Pester tests for each one of these...
noobie
Votes: 0
Answers: 1