Continue reading
Feb 09 2019
Performance issues on HP laptop after increasing memory
Continue reading
Permanent link to this article: https://www.vroom.cc/wordpress/performance-issues-on-hp-laptop-after-increasing-memory/
Jan 27 2019
Install all the MSI installation files in a folder
Continue reading
Permanent link to this article: https://www.vroom.cc/wordpress/install-all-the-msi-installation-files-in-a-folder/
Jan 20 2019
All expired user accounts and the accounts that are about to expire
A colleague of mine asked me to write a script with the Active Directory users with an account about to expire. So I created this script for him:
Permanent link to this article: https://www.vroom.cc/wordpress/overview-of-all-user-accounts-that-are-about-to-expire/
Nov 25 2018
Improved script to migrate users from Windows 7 to Windows 10 automatically
In my article, I wrote about a script to perform a user migration. In the meantime, that script has been improved to perform a more efficient and errorless migration.
The following improvements have been implemented:
Continue reading
Permanent link to this article: https://www.vroom.cc/wordpress/improved-script-to-migrate-users-from-windows-7-to-windows-10-automatically/
Sep 12 2018
Migrate users from Windows 7 to Windows 10 automatically
For a migration from Windows 7 to Windows 10 it is needed to do the following with the users’ account:
- Move it to a different OU
- Add it to a new VDI group
- Add it to the new application groups
- Remove it from the previous application groups
- Clear the profile path, if needed.
Permanent link to this article: https://www.vroom.cc/wordpress/migrate-users-from-windows-7-to-windows-10-automatically/
Aug 04 2018
Inventory the directory access rights on file servers
During the migration, it was needed to inventory the directory access on several file servers. So we could easily monitor the access rights on several directories on the file servers. Some applications are started from a UNC path. So we could add the ‘old’ and the ‘new’ group and check if that has been done properly.
Continue reading
Permanent link to this article: https://www.vroom.cc/wordpress/inventory-the-directory-access-rights-on-file-servers/
Aug 04 2018
Modify the users’ profile path in Active Directory
The customer I am working for asked me to write a script that removes the profile path from the users’ profile in Active Directory. One of the requirements was to do it on a batch-by-batch basis. Thus not a big bang.
I decided to write a PowerShell script and use a .csv file as the input. The results should be written to a log file.
Permanent link to this article: https://www.vroom.cc/wordpress/modify-the-users-profile-path-in-active-directory/
Jun 02 2018
Unable to create an App-V 5.0 package from an Office 365 installation source
While creating an App-V 5.0 package from an Office 365 installation source, you might see this error:
The ‘flattener.log’ gives the following information:
Flattener.exe : ERROR : | 6/2/2018 1:29:18 PM | P:444 | T:1 | Packaging FAILED: The group or resource is not in the correct state to perform the requested operation. (Exception from HRESULT: 0x8007139F)
Exception (outer): The group or resource is not in the correct state to perform the requested operation. (Exception from HRESULT: 0x8007139F)
ST (outer): at Microsoft.ApplicationVirtualization.Packaging.PackagingEngine.b__14(Exception exception)
at Microsoft.ApplicationVirtualization.Packaging.ExceptionGuard`1.Guard(Action logStart, Action execute, Action logEnd, Action`1 exceptionAction)
The issue is that you are logged on with an account name that has more than 8 characters. There are two possible solutions:
- create an account name that has 8 characters or less… Make sure the newly created account name is a member of the local group administrators.
- create C:\TEMP and assign the environment variable %TEMP% to it.
Permanent link to this article: https://www.vroom.cc/wordpress/unable-to-create-an-app-v-5-0-package-from-a-office-365-installation-source/
May 10 2018
AppV 5.0 Exclusion File
If you have to exclude the same entries every time, you can put them in a template. This is the template I use all the time.
Continue reading
Permanent link to this article: https://www.vroom.cc/wordpress/appv-5-0-exclusion-file/
Jan 11 2018
Cannot edit the object which is in use as SCCM blocks an application
You might have had this earlier: editing an application in SCCM 2012, the SCCM console crashes. And when you want to continue, you get the error: The following objects are not available and wil not be edited.
In this article, I will describe 2 solutions.
Continue reading
Permanent link to this article: https://www.vroom.cc/wordpress/cannot-edit-the-object-which-is-in-use-as-sccm-blocks-an-application/