Randy in Marin

Results 10 comments of Randy in Marin

I used to manually update the script to change the schema name and the default path for backups. I'm not going to do this now that the path is configurable....

I made an attempt, but no results yet. I will post back when and if I get something working.

I got your latest code and all the changes seem to work. I added the code for this and tested. The domain account was added to the local Administrators group....

I think it's been working, but Microsoft warns about using both in the same file. (See the end of the documentation at the following link.) I do not know how...

I changed the san policy and disk config components to x86 and they are still ignored. I might end up using Set-Disk and Set-Partition to bring them online and set...

VSCode would not need an option to load into script source if there was a directive to control such a feature in PS. https://github.com/PowerShell/vscode-powershell/issues/4327 As a work around for a...

If there is concern about controlling messaging in modules, that is already possible using global preferences. An extra scope between global and all modules does feel like the best way...

I'm not a PowerShell expert. If a module is imported into the global scope, can it still have an extra "all modules" scope between global and the module? The scripts...

Perhaps a separate tool to disable (not delete) unused indexes?

There is a lot of fuss about honoring preference variables in a module. For example, I use DBATools. I have to use the global scope to silence the module. However,...