Categories
How-To Software Technical

Check Point 600 Appliance Software Blade Stuck in Updating status

Recently I had a chance to get my hands on this excellent Firewall by Checkpoint. And as you know not everything goes perfectly, and this is where you get a chance to learn how it works, while you fix. I encountered an issue where one of the Threat Prevention Blades was stuck in updating mode […]

Categories
How-To Technical

Check Point 600 Appliance Initial Setup

The following is a quick video of the setup of a Checkpoint 600 Security Appliance Notes right from the admin guide: http://downloads.checkpoint.com/dc/download.htm?ID=24000 Check Point 600 Appliance Overview Check Point 600 Appliance delivers integrated unified threat management to protect your organization from today’s emerging threats. Based on proven Check Point security technologies such as Stateful Inspection, […]

Categories
How-To Technical

Linux Commands, And More Commands

I have posted about commands in the past. I am now ‘rebooting’ that post adding additional commands that I find useful. File Transfer: $ scp somefile.txt server:/tmp Secure copies somefile.txt to remote host /tmp folder $ scp sysadmin@server:/www/*.html /www/tmp Copies *.html files from remote host to current system /www/tmp folder $ scp -r sysadmin@server:/www /www/tmp […]

Categories
How-To Technical

How to Remove Users From the Office 365 Deleted Users

And… its time to purge those 365 deleted users. Although we can wait for the retention policy to do it for us. I wanted to do this “now”. I had wrote the following steps in the past and thought I would share here. [Press Start] To delete the account for one or more users Sign […]

Categories
How-To Software Technical

Quick How To Share a Document with OneDrive for Business

You can share file(s): Documents and such with Onedrive for Business 1.      In the file list, right-click a document, or select a document and then select Share. 2.      Select Get a link. 3.      Choose who to share with, and if they can view or edit the file. 4.      To share with people inside your organization, choose: 5.      View link – […]

Categories
Software Technical

Exchange Remote PowerShell Broken in Windows 10 Anniversary Update

So you updated to Windows 10 Anniversary and now have found yourself unable to connect to a remote PowerShell sessions. I noticed this in my management of Exchange Online in Office 365 after upgrading to Windows 10 version 1607 aka Anniversary Edition. In my attempts to connect, as I have done in the past: https://jermsmit.com/azure-active-directory-module-for-windows-powershell-how-to-connect/ I encountered a […]