Toby Sevier Blog
  • Root
  • Blog
  • Root
  • Blog

tobysevier.com
blog!

March 22nd, 2018

3/22/2018

 
Picture
Quick shout-out to Apple for their 'Families' program that just launched.  These types of protections for children are important for the digital world.  Apple definitely isn't the first to publicize, Microsoft similarly has offered good family protection for some time.

Great PowerShell Resource

1/26/2018

 
Picture
Powershell.org is a great site for all things PowerShell.  This blog site is a must-see for anyone learning PowerShell or just looking to improve their PowerShell-game.

Intel Compute Stick

3/6/2017

 
Picture
Intel's new compute stick is a full blown computer as small as a USB drive.  Turn any TV into a PC instantly.  M or Atom processors available, USB port, HD Graphics, Bluetooth, WiFi, 4GB RAM, 64GB storage and Windows 10 for a little more than $100.

Free Sample Certification Exams

2/23/2017

 
Picture
Check out eBrahma's sample certification exams for Cisco, Microsoft, Juniper and ITIL.  While these exams are not as comprehensive as paid sample exams, they provide a great baseline for topic knowledge.

Windows 8 Logon Via Microsoft Account

9/17/2013

 
Picture
Windows 8 and Outlook.com
Download URL
There are more than one way to create a Microsoft ID.  I chose to create mine via Outlook.com.  Since I've had Windows 8, which I like by the way, I've had the classic, "local user account".  But recently I've began logging in to Winows 8 using my emailaddress@outlook.com Microsoft ID.  It's much nicer to do this as all the buttons work seamlessly.  The Store, Calendar, Email, and SkyDrive are all accessable instantly.  Office 2013 automatically uses my login to configure Outlook using the emailaddress@outlook.com.  Combined with the Surface tablet, it's a savvy setup going between devices and the cloud.

Create Terminal Server Applications For Users

9/3/2013

 
Picture
Microsoft Remote Desktop Services
Download URL
The old Terminal Server is now Microsoft Remote Desktop Services.  As many organizations use terminal server to allow many users to access an application or services centrally, using RDS there is a simple way to ease access to the terminal server.  By creating a RemoteApp, you are simply creating a shortcut that points to a terminal server and application.  The 'application' can be branded and deployed using GPO, email, etc.

Microsoft Virtual Labs

7/16/2013

 
Picture
TechNet Virtual Labs
Download URL
Microsoft's TechNet Virtual Labs is a powerful online environment that enables testing of new Microsoft products and technologies.  Virtual Labs will walk you through, step-by-step, navigating multiple VM's to accomplish a complex technical task.  It also explains each step using clear, simple terminology to help you learn quickly and efficiently.

Google Draw Vs. Microsoft Visio

6/25/2013

 
Picture
Google Draw
Download URL
This post will be brief but Visio is better and has the most capabilities to create some very high-end diagrams and flow charts.  However, Visio is not always available as it's fairly expensive.  So for those other times, an Internet connection and a Google Apps account (google.com/a) can fill in quite nicely.  Via Google Drive > Create > Drawing and you're off to creating some also nice diagrams in a flash.

Windows 8 Hyper-V Vs. VMware Workstation

6/4/2013

 
Picture
Desktop Hypervisors:  Hyper-V Vs. VMware Workstation
Download URL
For those who test and prepare using personal VM's and snapshots, VMware Workstation is unmatched in it's abilities.  Now there are alternative choices to the hypervisor used on a workstation.  Oracle's VirtualBox and Microsoft's Hyper-V are now available for desktop Windows.  We'll focus on Hyper-V and save VirtualBox for a future post.  Since the hardware needs VT enabled in the BIOS, only one hypervisor can be used.  VMware Workstation is full-featured and the Snapshot Manager beats both Oracle and Microsoft's abilities.  However, Hyper-V is free with Windows 8, VMware Workstation is around $180.  VMware offers the VM Player for free but with limited features.

User Profile Migration Into New Domain

5/21/2013

 
Picture
ForensIT Profile Wizard
Download URL
One of my favorite utilities, this gem will move a user's entire profile as-is into a new domain.  The profile's folder structure never actually moves, Profile Wizard does some background registry magic to allow the user to login to the new domain using their existing profile.  Default Windows will create a new profile when the user logs into the new domain and the profile would then be moved by hand.

Server Core To First DC In A Forest

5/14/2013

 
Picture
1.  Install and change password
2.  Reboot using:  Shutdown -r -t 0
3.  Install hypervisor tools:  D:\Setup.exe
4.  Change screen resolution to 800x600
5.  Change command prompt
6.  Change time zone:  Control timedate.cpl
7.  Rename computer:  netdom renamecomputer <oldname> /NewName:<newname>
8.  Install Microsoft Updates
9.  Create the domain controller

Microsoft Evaluation Software Downloads

5/7/2013

 
Picture
TechNet Evaluation Center
Download URL
With the use of virtual machines taking over production environments, testing the server operating systems combined with the enterprise applications that run across these platforms is crucial for success.  All Microsoft software is digitally available online for free.  The software is fully functional anywhere between 30 and 180 days. 

Reinstalling Windows 8 Every 30 Days

3/26/2013

 
Picture
My Personal PC
Download URL
One of many ways I practice DR for myself and customers is not activating my Windows OS.  Every 30 day I will wipe out my C-drive and reinstall Windows 8 (previously Windows Vista & 7).  Sometimes if I'm feeling lazy, I will 'rearm' the license on the last day to give me 14 more days before activation is required.  You can 'rearm' the Windows license only 2 times, the command is (run Cmd Prompt as Administrator):  slmgr -rearm

Windows Server HPC Edition

3/12/2013

 
Picture
Windows Server HPC Pack
Download URL
A variable unknown edition of Windows Server is the HPC edition.  Since all computers and servers today have multiple cores (2,4,6,8-cores), there is an opportunity to use the processing power of those cores when not in use.  Enter HPC.  HPC or "High Performance Computing" is a new service that allows hardware to be grouped together and jobs assigned to run against those cores during off hours.  Try it and see it in action at Microsoft Labs.

Move Huge Amounts Of Data Accurately

2/26/2013

 
Picture
Robocopy
Download URL
**Caution**  If this command is used incorrectly or run in the wrong direction it will destroy data.
Command needs run from the 'source' machine.
Command will mirror data from source to destination skipping locked files 'in use' so the command can be run during work hours.  Re-reun after hours to copy skipped files from earlier.  Marks files as 'copied' or 'skipped' so it will require running the command several times to get all the data.
Robocopy D:\ \\destination\d$ /MIR /R:2 /W:5 /SEC /ZB

    Return to TobySevier.com

    Author

    Toby Sevier

    Archives

    December 2020
    June 2020
    November 2019
    October 2019
    April 2019
    March 2019
    February 2019
    January 2019
    September 2018
    August 2018
    July 2018
    June 2018
    May 2018
    April 2018
    March 2018
    February 2018
    January 2018
    December 2017
    November 2017
    October 2017
    September 2017
    July 2017
    June 2017
    May 2017
    April 2017
    March 2017
    February 2017
    November 2016
    October 2016
    October 2015
    August 2015
    February 2015
    January 2015
    December 2014
    November 2014
    October 2014
    September 2013
    August 2013
    July 2013
    June 2013
    May 2013
    April 2013
    March 2013
    February 2013
    January 2013

    Categories

    All
    10n1
    Amazon
    Anonymous
    Antivirus
    Apple
    Appletv
    Backup
    Bios
    BitCoin
    Certification
    Cisco
    Ciscoucs
    Citrix
    Code
    Custom
    Database
    Data Recovery
    Defrag
    Diagnostic
    Directory
    Disaster Recovery
    Dns
    Documentation
    Domaincontroller
    Drone
    Encryption
    Ergo
    Family
    Flash
    Free
    Fun
    Game
    Gns3
    Google
    Googleapps
    Hacking
    Ham Radio
    Hardware
    Innovate
    Intel
    Ipam
    IPv4
    IPv6
    Iso
    Lab
    Laptop
    Learning
    Linux
    Mac
    MacOS
    Map
    Media
    Microsoft
    Microsoftid
    Monitoring
    Network
    Nsa
    NSX
    OpenSource
    Osi
    Paid
    Password
    Pc
    Pdf
    Performance
    PowerShell
    Profile
    Programming
    Provisioningserver
    Ps3
    Python
    Qrcode
    Radio
    Random
    Rdp
    Reference
    Remotedesktopservices
    Repair
    Robocopy
    Roku
    SAN
    Scanner
    Sdn
    Security
    Servercore
    Services
    Software
    Storage
    Tor
    Tricks
    Troubleshooting
    Ubuntu
    Unix
    Utility
    Virtualization
    Virtuallabs
    Vmware
    Vpn
    Vuze
    Watch
    Web
    Wifi
    Windows
    Windows8
    Windowsserver
    Zip

    RSS Feed

Powered by Create your own unique website with customizable templates.