Showing posts with label time. Show all posts
Showing posts with label time. Show all posts
Friday, March 24, 2017
Exchange Get VirtualDirectory cmdlets take a long time to run in Exchange Server
Exchange Get VirtualDirectory cmdlets take a long time to run in Exchange Server
In a Microsoft Exchange Server environment, you run one of the following cmdlets to obtain the properties of a virtual directory for a server in another site thats connected over a wide area network (WAN):
Get-WebServicesVirtualDirectory
Get-OwaVirtualDirectory
Get-ActiveSyncVirtualDirectory
Get-AutodiscoverVirtualDirectory
Get-EcpVirtualDirectory
Get-PowerShellVirtualDirectory
Get-OABvirtualDirectory
However, the cmdlet takes much longer than expected to run (about 15 minutes).
Workarond:
To work around this issue, use the AdPropertiesOnly switch with the cmdlet in the calls to the IIS metabase.
Example 1
Get-OwaVirtualDirectory -Server Contoso AdpropertiesOnly
Example 2
Get-OwaVirtualDirectory -Identity "Contosoowa (default Web site)" AdpropertiesOnly
The ADPropertiesOnlyswitch specifies that only the virtual directory properties that are stored in Active Directory Domain Services (AD DS) are returned.
For more information about ADPropertiesOnly switch, see Get-OwaVirtualDirectory.
Support KB 2896472:
https://support.microsoft.com/en-us/kb/2896472
Available link for download
Tuesday, March 7, 2017
Fast Solution to Problem apps can be accessed ok and then after a short time revert to desktop how can I fix
Fast Solution to Problem apps can be accessed ok and then after a short time revert to desktop how can I fix
apps can be accessed ok and then after a short time revert to desktop, how can I fix?
title contains full problem.
apps tiles are displayed ok on desktop and when any tile is clicked (i only have access via mouse) app opens ok allows me to see it fully and then disappears to its tile on desktop.
will appreciateany help.
Keys to the Problem apps can be accessed ok and then after a short time revert to desktop, how can I fix?
Download SmartPCFixer for Free Now
To check for Windows updates
- Open Windows Update by clicking the Start button Picture of the Start button, clicking All Programs, and then clicking Windows Update.
- In the left pane, click Check for updates, and then wait while Windows looks for the latest updates for your computer.
- If any updates are found, click Install updates. Administrator permission required If you are prompted for an administrator password or confirmation, type the password or provide confirmation.
Recommended Method to Fix the Problem: apps can be accessed ok and then after a short time revert to desktop, how can I fix?:
How to Fix apps can be accessed ok and then after a short time revert to desktop, how can I fix? with SmartPCFixer?
1. Download Error Fixer. Install it on your system.
2. After the scan is finished, you can see the errors and problems which need to be repaired.
3. The Fixing part is done, the speed of your computer will be much higher than before and the errors have been removed.
Related: error message fsui.exe/ wlidcli.dll is missing
,Solution to Error: Excel: Automatic number generation
,Troubleshoot:i wanna change language of all windows in Windows 7 Home Premium
,Troubleshooting:IF Function, if the vendor ID in column A matches any of the vendor IDs in column F, I want 1099 to appear in column D. Error
,Fast Solution to Problem: ReadyBoost is not working properly in my computer
,Troubleshoot:Error: "0x81000032 make sure the C: drive is online and set to NTFS" when trying to backup to external hard drive. Error,External Hard Drive not listed in Windows 7 backup wizard Tech Support,Tech Support: Im always being signed off so annoying,Solution to Problem: Impossible to use Internet Explorer! I keep getting the same error message every time i try to use IE.,Referencing data in Access using Excel [Anwsered],Need Best Way To Present Data [Anwsered],Same question but for windows 7 home edition,sometimes fullscreen wont activate [Solved],Solution to Error: We bought a new computer with windows 7 and it is constantly freezing. How do we fix this?,Solution to Error: Windows 8 update crash (2013-07-22),brclr.dll.mu_ Missing Error Fixer,How To Resolve Missing fin_myagtui.eng Problem,Corrupted f_0006ad File - How to Fix,nkebigvg.cpl Not Found Error Fixer,Corrupted olcontrols.ocx File - How to Fix
Read More: Solution to Problem: Allocation of Items in Excel,[Solution] Any one please help me to find out email service provider?,Troubleshooting:Any workarounds for no 64-bit Canon printer driver?,How Can I Fix - Apple TV wont connect with iTunes in Win 7 64 bit?,How to Fix Problem - Am logged on to the Wa State Empl page but cannot get the check boxes on the application to show up on my computer. My computer is a Toshiba Laptop, running MS Windows XP Home Edition 2002. I have pop up blocker turned off.?,After Windows Update CD/DVD drive does not work,After installing windows 7 to laptop the labels print out of line how can I fix it,After my computer sleeps the wireless always disconnects and will no reconnect,After signing into Pogo.com, I get a message" This tab has been recovered"....what does this mean and how do I fix it.....,All desktop icons changed to windows live and does not open
Available link for download
Wednesday, December 7, 2016
Fix Error Time Machine Backup Disk does not have Ownership Enabled
Fix Error Time Machine Backup Disk does not have Ownership Enabled
Issue: When you try to turn the Time Machine Backup on, onto an external hard drive or you want to take the backup you get the following error message
"The backup disk does not have ownership enabled. You must have ownership enabled to use this disk for Time Machine backups. Open Time Machine preferences to select a different backup disk."
When you try to copy the backup file Backups.backupdb onto the newly erased external hard drive you get the following error message
"The backup cant be copied because the backup volume doesnt have ownership enabled."
This article applies to, and works the same on, all versions of the Mac OS from 10.6 through 10.11.
Solution:To solve this problem you really need to understand what this Ownership on a hard drive is?.
If you use an external drive to share music, photos or other files, then you should know about the "Ignore ownership on this volume" option. This allows you to have multiple users on the same Mac, or multiple users across several Macs to have the same access to files and folders regardless of which user put them there.Every users are treated as the owner of the file on that external hard drive. It is simply like sharing the data on an external drive.This means that file owners and groups will be ignored on this volume. This is very convenient for external drives being shared between machines with different user accounts on them.
But for a Boot / Backup volume it is not a good idea as you would like to retain the owner/group information because applications, and the boot disk, require permissions and ownership to be accurate and enabled to function properly(A permission allows one application to talk with another application.) This is what we repair using Disk Utility to Repair Permissions.
So if you are trying to take the backup or copying the Time Machine backup file to an external hard drive you have to make sure the "Ignore ownership on this volume" is unchecked i.e. ownership is enabled.
If ownership is not enabled you could use either of the following methods to enable ownership.
Method 1. Enable Ownership from Finder
1. Select the drive you want to turn the Ownership on.
2. Press Command+I (or choose File > Get Info).
3. Twirl open the Sharing and Permissions triangle and look toward the bottom.
4. If necessary, click the lock icon , then enter an administrator name and password.


4. Check the box saying Ignore ownership on this volume
Method 2. Enable Ownership from Finder
1. Open Terminal.
2. Type the command diskutil list to know the disk identifier.
$ diskutil list
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: Disk Image *41.0 MB disk2
3. Then type the command "sudo diskutil enableOwnership diskidentifier" and then type the administrator password when prompted.
$ sudo diskutil enableOwnership disk2
File system user/group ownership enabled
incoming search terms
disk,ownership,enable ownership on time machine back up disk,diskutil enableOwnership,ignore ownership,time machine,time machine backup disk does not have ownership enabled,ignore ownership on the external hard drive,time machine back error,The backup cant be copied because the backup volume doesnt have ownership enabled,
"The backup disk does not have ownership enabled. You must have ownership enabled to use this disk for Time Machine backups. Open Time Machine preferences to select a different backup disk."
OR
When you try to copy the backup file Backups.backupdb onto the newly erased external hard drive you get the following error message
"The backup cant be copied because the backup volume doesnt have ownership enabled."
This article applies to, and works the same on, all versions of the Mac OS from 10.6 through 10.11.
Solution:To solve this problem you really need to understand what this Ownership on a hard drive is?.
If you use an external drive to share music, photos or other files, then you should know about the "Ignore ownership on this volume" option. This allows you to have multiple users on the same Mac, or multiple users across several Macs to have the same access to files and folders regardless of which user put them there.Every users are treated as the owner of the file on that external hard drive. It is simply like sharing the data on an external drive.This means that file owners and groups will be ignored on this volume. This is very convenient for external drives being shared between machines with different user accounts on them.
But for a Boot / Backup volume it is not a good idea as you would like to retain the owner/group information because applications, and the boot disk, require permissions and ownership to be accurate and enabled to function properly(A permission allows one application to talk with another application.) This is what we repair using Disk Utility to Repair Permissions.
So if you are trying to take the backup or copying the Time Machine backup file to an external hard drive you have to make sure the "Ignore ownership on this volume" is unchecked i.e. ownership is enabled.
If ownership is not enabled you could use either of the following methods to enable ownership.
Method 1. Enable Ownership from Finder
1. Select the drive you want to turn the Ownership on.
2. Press Command+I (or choose File > Get Info).

4. If necessary, click the lock icon , then enter an administrator name and password.


4. Check the box saying Ignore ownership on this volume
Method 2. Enable Ownership from Finder
1. Open Terminal.
2. Type the command diskutil list to know the disk identifier.
$ diskutil list
/dev/disk2
#: TYPE NAME SIZE IDENTIFIER
0: Disk Image *41.0 MB disk2
3. Then type the command "sudo diskutil enableOwnership diskidentifier" and then type the administrator password when prompted.
$ sudo diskutil enableOwnership disk2
File system user/group ownership enabled
******End Of Article******
incoming search terms
disk,ownership,enable ownership on time machine back up disk,diskutil enableOwnership,ignore ownership,time machine,time machine backup disk does not have ownership enabled,ignore ownership on the external hard drive,time machine back error,The backup cant be copied because the backup volume doesnt have ownership enabled,
Available link for download
Subscribe to:
Posts (Atom)