Uncategorized

Connect to a remove server:

Enter-PSSession {servername}
#prompt should change to name of server after logging in

 

Create a network share:

New-Item -Path E:\Share1 -ItemType Directory
New-SmbShare -Name Share1 -Path E:\share1
Grant-SmbShareAccess -Name Share1 -AccountName CORP\Joe.Smith -AccessRight Full -Confirm:$false

 

===========================
Best Practice Analysis through PowerShell

Get list of bpa models
——————————–
Get-BpaModel | Format-Table Id, Name, LastScanTime -AutoSiz

Install BPA model
——————————
get-bpamodel microsoft/windows/dnsserver

Run BPA model
———————
invoke-bpamodel microsoft/windows/dnsserver

View BPA results
—————————-
get-bparesult microsoft/windows/dnsserver

 

 

These are the new baseline stats for the cable modem.  The new cable modem is a Mode number TM822G.  Upstream power values should fall in the 38 to 50 dBmV power level range.  Downstream channels power level should be in the plus/minus seven range.  Signal to Noise Ratio should be between 32 dB and 50 dB per Mediacom technician on 3/14/2016.

These are the baseline stats for the cable modem.  Upstream values should fall in the 38 to 50 dBmV power level range.  Downstream channels power level should be in the plus/minus seven range.  Signal to Noise Ratio should be between 32 dB and 50 dB per Mediacom technician on 10/14/2016.

cablemodemstats

When you click on the Windows 10 hard drive in Files, you receive an error message stating the operating system was not shut down properly and cannot be mounted.  The error message will list the hard drive device, normally something like /dev/sda1.  Make a note of the device location.  These instructions assume your device is located ad /dev/sda1, so adjust accordingly.  Open a terminal window and create a directory to mount your drive.  The following command will create a directory in the root of the Linux files system:

mkdir /temp

Mount your Windows hard drive into the temp directory with the following command:

mount /dev/sda1 /temp -r

This will mount the drive to the temp directory in a read-only state.  You should now be able to access files on the drive through either the terminal or the Files program from the desktop.

A possible fix to this issue is to use the Windows shutdown command at the command line to turn off the computer instead of shutting down through the GUI.  The command to shut down Windows is:

shutdown /s /t 0

Found some terrific information about blocking ads in Internet Explorer.  IE has an option called Tracking List Protection.  To access, open up Internet Explorer, go to settings (gear icon in upper right corner) and then click Manage Add-ons.  In the list of Add-On Types is an option called Tracking Protection.

trackingProtection01

Click Tracking Protection.  Towards the bottom of the screen is a green arrow that points to Get a Tracking Protection List online…  Click and it will take you to the Microsoft add-ons page.

trackingProtection02

Several different Tracking  Protection Lists are available.  Click Add on the ones you want, and then close and re-open your browser.

The general recommendation is to not do this.  However, if you just want to try it out, here are some sources for general information.

http://www.startbitcoin.com has some nice introductory information.

You will need to download a wallet from http://www.bitcoin.org.  This download will potentially take a long time.

ASIC miners (Application Specific Integrated Circuit) have taken the place of GPU miners.  ASIC miners are generally expensive and can become dated very quickly.

http://www.butterflylabs.com has some ASIC miners for sale at prices starting at $50 (not recommended).