How to manage Wi-Fi cionnections from the command line? I like to do lots of things with it. With the command 'netsh wlan show profiles' you can get the list of all the known wifi-connections. You need these values to operate with them further.
How to manage Wi-Fi cionnections from the command line? I like to do lots of things with it. With the command 'netsh wlan show profiles' you can get the list of all the known wifi-connections. You need these values to operate with them further.
My daughter has been using her 14'' HP laptop since 2019. During this time there were 3 problems with PC - RAM (DDR 4), Wi-Fi and noise.
(more...)Here’s an example of a pipeline sequence in PowerShell — a simple but powerful concept.
Imagine you forgot to clean up your old log files. Or, as I had to do today, you open the dreaded folder 'inetpub/mailroot/Badmail' on a dev server and see thousands of files.
I use the context service as a singletone in the app. What do you think, is this a good way to initialize and use context the way like this (see below) is it better just to use it as disposable? See examples below and write the comments
(more...)To restore a backup of Azure backup database, that was created with sqlpackage utility, to your local instance of MS SQL (local instance, executed in docker) you should import this data to a database.
(more...)Short snippet for Net Core, which allows you to get the items with the specific tag from the Azure BlobStorage. As a result, you have the AsyncPageable collection, so you need to iterate through it to process the data.
(more...)To update the Created Field for SharePoint list item you can start the script like this. The most important here is the 'fullcontrol' permissions and '-UpdateType UpdateOverwriteVersion' parameter in the request.
(more...)For the development of a Ract component I used MUI Autocomplete. I got the array of objects from SharePoint list and used this data as a parameter for options. Actually, you can use any source.
But I had a lot of warnings in console.
MUI: The value provided to Autocomplete is invalid.
None of the options match with {"Id":0,"Title":"","ProjectDescription":"","AvailableObjects":[]}.
You can use the isOptionEqualToValue prop to customize the equality test.
With the code below you can copy and set specific permissions to a directory within Net app.
(more...)