Enter internal URL , will be presented external URL
loading...
loading...
Enter internal URL , will be presented external URL
Here are the steps to remove unnecessary Authenticator app/OAuth hardware token so that we can register new Authenticator app for this account:
Or this:
n the end I had to follow this link:L
https://account.activedirectory.windowsazure.com/proofup.aspx?proofup=1
From this post:
It enabled me to re-very my mobile number and take me to this page where I could delete the Auth app device:
You will need to update the CompanyName to yours
Recently during a scheduled power shutdown, Vmware Hosts were brought back up however no NFS Datastores were listed in Storeage.
Enabling SSH and running
esxcli storage nfs list
Listed no NFS Datastores either
esxcli storage nfs add -H %IP-OF-SAN% -s /NFSNAME -v /NFSNAME
brought up the Name was already in use. Removing and re-adding brought up an error that the IP of the NFS Share could not be access
esxcli storage nfs remove -v /NFSNAME
Trying to Ping the Storage Server IP from the host did not reply a any pings
Login to the EMC and reboot the primary Storage Processor
A user was complaining because whenever they opened Windows Explorer , the window would hang ( go faded out white! )
By Default Windows 10 Explorer opens to Quick Access ( You can change this to My Computer )
If I opened Windows Explorer to My Computer it was fine.
I removed all the Quick Access Folders and re-added them , which resolved this issue
Great a Computer Configuration Group Policy Object for Windows Firewall per below
Whitelist the below files Inbound and Outbound
C:\program files\mimecast\mimecast windows service\msddsk.exe ( 32 bit )
C:\program files (x86)\mimecast\mimecast windows service\msddsk.exe ( 64 bit )
Recently some test account used up our Citrix server allocation. Apart from wait for a period of time the files in ( C:\Program Files (x86)\Citrix\Licensing\LS\conf ) concurrent_state.xml and the activation_state.xml can be renamed , then they are recreated after restarting the license server allowing the Citrix Licensing Service to successfully
Install-Module : The term ‘Install-Module’ is not recognized as the name of a cmdlet, function, script file,
or operable program. Check the spelling of the name, or if a path was included, verify that the path is corre
ct and try again.
Install Either of these :
$x86 = ‘https://download.microsoft.com/download/4/1/A/41A369FA-AA36-4EE9-845B-20BCC1691FC5/PackageManagement_x86.msi’
$x64 = ‘https://download.microsoft.com/download/4/1/A/41A369FA-AA36-4EE9-845B-20BCC1691FC5/PackageManagement_x64.msi’
Procedure
UEFI requires USB media to be in FAT32 format, which has a 4GB file size limitation. The install.wim file for Server 2012R2 is about 4.5GB, so needs to be split up as follows:
Step 1. Split install.wim image
Dism /Split-Image /ImageFile:install.wim /SWMFile:install.swm /FileSize:4000
This will create two files: install.swm and install2.swm
Step 2. Format USB key
> DISKPART
> LIST DISK
> SELECT DISK (pick appropriate disk)
> CLEAN
> CREATE PARTITION PRIMARY
> SELECT PARTITION 1
> ACTIVE
> FORMAT FS=FAT32 QUICK
> ASSIGN
> EXIT
It seems on some setups Office 2016 limits the search items display to 75
###
[HKEY_CURRENT_USER\SOFTWARE\Microsoft\Office\16.0\Outlook\Search]
“SearchResultsCap”=dword:00000000
“DisableServerAssistedSearch”=dword:00000001
###
SearchResultsCap overrides how many items are viewable in your search results. 0 is all.
DisableServerAssistedSearch disables the server-side search engine and uses your local computers search