Monday, May 7, 2018
Thursday, April 26, 2018
Sysprep was not able to validate your Windows installation
Sysprep was not able to validate your Windows installation
You can see it in the %windir%\system32\sysprep\panther\setupact.txt. In my case these was Twitter and Candy Soda Saga. Just typed the name at the Start menu and right click/remove. If it fails again, just see the txt again for another app to remove. Sysprep ran fine for me after removed these apps.
or
Untick "Generalize"
Sunday, April 22, 2018
How to fix Remote Desktop Server License Expiration error Windows Server 2012 and 2016
Error:
The remote session was disconnected because there are no Remote Desktop License Servers available to provide a license
1. If you have RDS deployment, did you create a session collection and make your RDSH server part of the collection?
2. In Server Manager -- RDS -- Overview -- Deployment Overview -- Tasks -- Edit Deployment Properties -- RD Licensing tab, did you set the Licensing mode and add the FQDN of your RD Licensing server?
3. If this is a standalone RDSH server (i.e. you didn't create an RDS deployment via Add roles and features), did you configure the licensing mode and licensing server name using group policy? For example, you could use gpedit.msc and configure the below settings:
Computer Configuration\ Administrative Templates\ Windows Components\ Remote Desktop Services\ Remote Desktop Session Host\ Licensing
Use the specified Remote Desktop license server Enabled
enter the FQDname of the servery you're trying to connect to. My case it was
"server.companydomain.local"
Set the Remote Desktop licensing mode Enabled
Sunday, March 18, 2018
Fix Dell PowerEdge T130 RAID Controller Errors
PowerEdge T130 Onboard RAID Controller
STOR0502
- Message
- Unable to launch RAID Configuration wizard.
- Detailed Description
- No RAID controller is installed on the system.
- Recommended Response Action
- Install the RAID controller and do the following: 1) Reboot the system. 2) Press the
key to re-enter Lifecycle Controller. 3) Retry RAID configuration. - Category
- Storage (STOR = Storage)
- Severity
- Solution:
- Enable RAID on bios
Wednesday, September 27, 2017
Update an offline address book - Exchange
To use the Exchange Management Console to update an offline address book
- Start the Exchange Management Console.
- In the console tree, expand Organization Configuration, and then click Mailbox.
- In the result pane, click the Offline Address Book tab, and then click the OAB that you want to update.
- In the action pane, click Update.
- Read the warning box, and then click Yes to continue.
To use the Exchange Management Shell to update an offline address book
- Run the following command:
Update-OfflineAddressBook -Identity
For example, to update the OAB named My OAB, run the following command:Update-OfflineAddressBook -Identity "My OAB"
Friday, July 7, 2017
temp
C:\WINDOWS\system32\drivers\etc
10.1.1.5 office.elkthelabel.com
C:\sysadmin\DESKTOP
C:\Program Files (x86)\RemotePackages
https://office.elkthelabel.com/RDWeb/Pages/en-US/login.aspx?ReturnUrl=/RDWeb/Pages/en-US/Default.aspx
ELKTHELABEL\warehouse5
10.1.1.5 office.elkthelabel.com
C:\sysadmin\DESKTOP
C:\Program Files (x86)\RemotePackages
https://office.elkthelabel.com/RDWeb/Pages/en-US/login.aspx?ReturnUrl=/RDWeb/Pages/en-US/Default.aspx
ELKTHELABEL\warehouse5
Wednesday, June 21, 2017
Dos Commands
Add a user account.
net user (username) (password) /add
Delete a user account
net user (username) /delete
Delete Folder
rmdir (foldername) /s
Disable auto disk check at the start up
chkntfs /x c:
Disable auto disk check at the start up
chkntfs /x c:
Convert ESD to WIM
C:\>
dism /Get-WimInfo /WimFile:install.esd
dism /export-image /SourceImageFile:install.esd /SourceIndex:1 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity
dism /Get-WimInfo /WimFile:install.esd
dism /export-image /SourceImageFile:install.esd /SourceIndex:1 /DestinationImageFile:install.wim /Compress:max /CheckIntegrity
Subscribe to:
Posts (Atom)
