Skip to main content

Posts

Failed to Delete / Move Organizational Unit in Active Directory

I think I rarely touch about Active Directory, so let's start with a basic one. Let say, one day you want to housekeep your OU structure, delete or maybe move some OUs to different locations, but you got an error : You do not have sufficient privilages to delete <OUName>, or this onject is protected from accidental deletion. or Windows cannot move object <OUName> because: Access is denied. Well, if we look at the first error, it is clear cut, the object is protected from accidental deletion, so the object needs to stay there. Whereas for second error, it just mentioned "access is denied".  Issues : Can't delete or move OU, either one of above errors prompted. Troubleshooting   Right click at the target OU, and click at Properties

How To Hide Windows Local Disk Drives From Users

In some organizations, Management may want to hide certain server local drives from being accessed by Citrix users. There are a few methods to do so, but in this post, we will be using GPP.  Note that this step will only HIDE but not prevent users from acecssing to it. The configured drive will only be hide from WIndows Explorer. Thus, users still can access to the drive via Command prompt, Run command etc. Description : Hide certain drives from being accessed by users. How To Do :  Launch Group Policy Management Console . Depending on how your AD is structured, right click at the OU, and choose " Create a GPO in this domain, and Link it here... "  Give it a name, and press OK .  Then you can see the GPO created.  Right click at the GPO, and choose Edit .   Expand to User Configuration > Preference > Windows Settings, click at Drive Maps  Right click at Drive Maps , hover to New and click at Mapped Drive  In here, follow

Review : Citrix XenApp 7.x Performance Essentials by Packt Publishing

Oh my my~ It has been awhile since my last updates! I will kick start this blog again by providing my review to a Citrix technical book, with the title of  Citrix XenApp 7.x Performanc e Essentials by Packt Publishing.   To me, the title said it all. It explains the essential items for XenApp 7.x in term of performance. The instructions (followed by a few screenshots) given help readers to understand in the topic, and assist them if they want to dirt their hands with labs or training.  Note that there are huge differences between XA 6.5 and XA 7.x, and this book do the job well in explaining the 7.x technology, without making the readers to confuse with XA 6.5. A good read, moreover reference to Citrix Administrators, as well as the beginners.  You may check the book here . Well, this book does help me on my CCP : Virtualization preparation. But hey, that is not the focus here :)

Unable to Create Site for Citrix XenDesktop 7 with "Cannot write property Collation. This property is not available on SQL Server 7.0" error

This issue occurred when i wanted to use SQL 2012 in my XenDesktop 7 environment (new setup). This error blocked Admins from creating new XenDesktop Site. Based on Citrix KB , it turned out that Share Management Object (SMO) library needs to be upgraded to SP1 on the server which hosting Citrix Studio. Issues : Unable to create Site on XenDesktop 7 with below error : Cannot write property Collation. This property is not available on SQL Server 7.0 Resolution :  FIrstly, download Shared Management Objects from here : Double click at SMO This screen will launch. Installation will upgrade SMO. Press Yes to this message box.  Press Next   Accept the license, and press Next  This is optional step, press Next once you done  Press Install  Installation in progress... Done. Press Finish .

Error on Powershell - 0xffff0000

I am not very familiar with PowerShell, yet... really. Currently, my main scripting language is VBScript. However, I am truly believe the needs to learn PowerShell is keep increasing every single day. Server 2008 and Server 2012 are equiped with PowerShell, some advanced managements in XenDesktop 7.5 are using PowerShell, it is fun to learn PowerShell (they said), and a few other points mentioned by my colleagues ( Wow, what on earth Heiry, why your introduction is longer than an episode of Dads? ) Issues : Error encountered when a scheduled task created to run PowerShell script : The shell cannot be started. A failure occurred during initialization: Object reference not set to an instance of an object. Furthermore, this error reported on Task Scheduler. Troubleshooting   Go to Start > Run , and type regedit . Press Enter   Registry Editor launched. Browse to My Computer > HKEY_CURRENT_USER , and look for for Environment folder. It is not there.