SCCM TS: Prompt for Computer Name with PowerShell

Instead of generating a random name during OSD deployment, you might want to enter a custom name to your computers. This is very easy to do with a PowerShell script now that WinPE 4.0 and later support PowerShell. The method…

Continue Reading SCCM TS: Prompt for Computer Name with PowerShell

Direct Access with Citrix Netscaler and Storefront

Yesterday customer had a problem with Direct Access and Citrix. The situation was … Direct Access worked just fine, but applications published thru XenApp didn’t open. The problem was that Citrix XenApp didn’t send Fully Qualified Domain Name (FQDN) response…

Continue Reading Direct Access with Citrix Netscaler and Storefront

MRSProxy Endpoint error while doing remote move migration

With Exchange 2016 Hybrid setup, you might encounter an error while doing remote move migration. After selecting mailbox to move, the wizard gives you an error, that the “Endpoint MRSProxy” connection cannot be completed. After running command Test-MigrationServerAvailability -ExchangeRemoteMove -RemoteServer “ExternalUrl” You…

Continue Reading MRSProxy Endpoint error while doing remote move migration

Windows 10 Creators Update

Today I was installing my new Surface Book and installed a clean Windows 10 Creators Update. When I tried to add Microsoft Account to sync the settings from the previous laptop I noticed something weird. Sync settings are greyed out….

Continue Reading Windows 10 Creators Update

Get-mailbox together with get-mailboxstatistics

Hi, When you try to combine Get-mailbox with Get-MailboxStatistics and export it to csv-file, You will get nothing from the last command. So here is a script that will allow You export the following. From Get-Mailbox = Name From Get-Mailbox =…

Continue Reading Get-mailbox together with get-mailboxstatistics

Polycom software update

Hi, Last time when I had updated Polycom IP-phones I noticed that You cannot login from the browser. So You have to open menus from the phone and allow it. Dumn I must say. http://community.polycom.com/t5/VoIP/FAQ-Since-upgrading-to-UCS-5-1-1-and-running-LYNC-unable-to/td-p/59998 Option 1: In order to…

Continue Reading Polycom software update

Remove obsolete Logs from Exchange 2013/2016

Add these lines to scheduled tasks and run-as System: Exchange logs older than 7 days:

IIS logs older than 7 days:

In Exchange 2013 this worked fine, but with Exchange 2016 You will get “Access Denied” for the…

Continue Reading Remove obsolete Logs from Exchange 2013/2016

Migrate files to Onedrive with Powershell script.

Jos Lieben wrote a really complex script for automating Onedrive For Business provisioning. http://www.lieben.nu/liebensraum/o365migrator/ We have tested it and it works great. It has the following features. We have tested this script and it really works. Here You can download the…

Continue Reading Migrate files to Onedrive with Powershell script.

Get a Msolusers with License details to seperate CSV-files.

Hi again, Today I found a script export users and licenses to csv-file. This one worked out nicely 🙂 http://sikkepitje.blogspot.fi/2016/10/get-msoluserlicense.html

Continue Reading Get a Msolusers with License details to seperate CSV-files.

Android for Work status Failed in SCCM console after CB1702 Update

With Intune / SCCM Hybrid, after upgrading SCCM to CB 1702, you might see the following error. Android for Work shows its status as failed. Even though your bindings are OK in the Intune console. It appears that even though…

Continue Reading Android for Work status Failed in SCCM console after CB1702 Update