Hi,
here are some starters for accessing the bcd store from powershell by using WMI.
Continue reading Powershell: Some basics accessing the BCDstore by WIM
Sample Script to manage Windows
Hi,
here are some starters for accessing the bcd store from powershell by using WMI.
Continue reading Powershell: Some basics accessing the BCDstore by WIM
Hi,
Windows has a builtin feature to convert text to speech and play it over the speakers. This can be used in powershell by using the System.Speech namespace.
Continue reading Windows: Using Windows text to speech feature with powershell
Hi,
rdp files can store the password for a connection. The password is protected with the users key who saved the file.
Continue reading Windows: Get and decrypt password from rdp files
Hi,
the powershell gallery offers a lot of modules for online installation. It’s also possible to download a nupkg file of that module and install it offline.
Continue reading Powershell: Install a nupkg module offline
Hi,
the best way to store a certificate in a powershell script is in an byte array. But how to get such a byte array as string from an existing certificate?
Continue reading Powershell: Define a x509 certificate in a script