In the past week I have had my good share of working on remote systems where I needed to utilize the tool PuTTY to issue commands; not all of them documented. To assist me in documenting my steps I often use the session logs. However this normal has been a manual process in the heat of […]
Category: How-To
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 […]
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 […]
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 – […]
If you have a need to upgrade a server running Windows Server 2008 R2 Standard to either the Enterprise, or Datacenter edition, it’s possible to do so online, without re-installing Windows. This not only a simple process, it saves you time. Open an elevated command prompt and type DISM /Online /Get-CurrentEdition. This returns the current Windows […]
I recently configured IRM to protect documents and email communications as part of a security initiative. Information Rights Management (IRM) in Exchange Online uses Active Directory Rights Management Services (AD RMS), an information protection technology service in Office 365. IRM protection is applied to email by applying an AD RMS rights policy template to an […]