Oct 27
2015
I wrote the following script to quickly output how much disk space my SCCM Distribution Points. If you’re not running a CAS, you’ll want to change line 21 to point to your primary. This requires that you have the Configuration Manager console installed on the machine.
It’s not pretty but it did the trick. I’m certainly open to suggestions in the comments.
Read More >>
Oct 19
2015
In this video demo I’m going to show you how concatenate strings, as well as the functions LEFT, MID, RIGHT, FIND, TRIM, and LEN, and then how to use them together to get what it is you’re looking for. At the end of the demo, we’ll touch on the IF function and show you how you can manipulate the table based on some set of criteria.
Read More >>
Oct 6
2015
I was fortunate enough this year to be able to take a considerable amount of time off and explore some absolutely stunning regions in Europe. This wasn’t one of those “disconnect from the world” trips, however. While I did remove my office mail profile, Microsoft Lync, and my work OneDrive from my phone, I still stayed connected with friends a family through my phone, ipad, and DSLR. Before leaving, I did a little research, a little downloading, and some purchasing so that I didn’t end up disconnected. Below, I’ve described my seven geeky essentials for getting through around ten European hotels across four countries.
Read More >>
Permalink | Categories
Cool Tools,
Misc Technology,
Reviews on October 6, 2015 by Chris Kibble |
No Comments Tags:
Anker,
FosPower,
iPad,
Mophie,
Reviews,
SD Card,
TripIt,
WiFi
Oct 2
2015
I wrote the following PowerShell script so that I could easily watch my GPO changes replicate around the globe, letting me know when I could have someone at a specific site update policy when new policies or changes were rolled out. To use, just replace $gpoGUID = “{12345678-1234-5678-9123-ABCDEFEDCBA0}” with the GUID of the policy you want to check on. You can find the GPO GUID in the properties of the GPO and on the details page in the Group Policy Management Console.
Read More >>
Aug 17
2015
After upgrading to Windows 10, all of my VMWare Professional v10.x guest machines lost their connection to the network. Taking a look at their network connections, I found that I’d lost the default vmnet0 network, and trying to add it back as a bridged network threw the error “There are no un-bridged host network adapters”.
Read More >>