All New

user:thomas gists created by user

title:mygist gists with given title

filename:myfile.txt gists having files with given name

extension:yml gists having files with given extension

language:go gists having files with given language

topic:homelab gists with given topic

Register

Login


All New Register Login

All gists

Recently created
Least recently created
Recently updated
Least recently updated

zing / gist:b729ac6f7ba04f0e920efc58674e3382

0 likes
0 forks
1 files
Last active 1749637272
1 # Create the group in the same OU
2 New-ADGroup -Name "EUC-Support" `
3 -SamAccountName "EUC-Support" `
4 -GroupCategory Security `
5 -GroupScope Global `
6 -Path "OU=AD_PowerShell,DC=Xceed,DC=com"
7
8 # Add the user to the group
9 Add-ADGroupMember -Identity "EUC-Support" -Members "HS"

lolpee69 / Mockans

0 likes
0 forks
1 files
Last active 1749554787
1 Sure! Here's the step-by-step **process for each scenario** explained clearly in chat:
2
3 ---
4
5 ### ✅ **Scenario 1: Active Directory + GPO**
6
7 **Goal**:
8 Create user `Win_Yourname`, give them Windows 10 login rights, and apply a GPO.
9
10 **Steps**:

lolpee69 / mock

0 likes
0 forks
1 files
Last active 1749553380
1 Scenario : 1 ( Active Directory )
2
3 Create an user with “Win_Yourname” in AD and provide required rights to login into windows 10
4
5 system and Create a GPO named "YourName_XceedGPO" with following policies and link to "Yourname_Xceed" OU .
6
7 1. Remove Add or Remove Programs
8
9 2. Disable the display control panel

jellybean / gist:f43b0f464fc54cc5a0e4f25af0aed1d8

0 likes
0 forks
1 files
Last active 1749538781
1 Q88. Separates desktop environment from physical device?
2
3 Answer: Desktop Virtualization
4
5 Q89. Local security policy can't be overwritten by domain GPO?
6
7 Answer: FALSE
8
9 Q90. Command to add group in AD?

lolpee69 / Wk5ans

0 likes
0 forks
1 files
Last active 1749463598
1 Here are the detailed solutions for each of the four scenarios related to VMware administration tasks in Xceed company. I've provided step-by-step actions you can take inside vSphere or ESXi environments, including what to include if you're required to **upload a supported file** (like screenshots or logs). At the end, I’ll let you know what kind of file you can prepare and upload for each scenario if necessary.
2
3 ---
4
5 ### **1. Unregister and Re-register VM in vSphere**
6
7 #### **Steps:**
8
9 1. **Unregister VM:**

lolpee69 / week 5

0 likes
0 forks
1 files
Last active 1749463432
1 1. You are working as vmware administrator in Xceed company , you have got a service request to unregister VM , which is not used for certain period ,
2 As well you need to re-register the VM , How will you fix the issue ?
3 Upload 1 supported file. Max 1 GB.
4 2. In Xceed lab we have a Windows 10 VM used by Rakesh who belongs to HR department. He has created some files on desktop. There is a request of maintenance activity for Windows 10 VM. You must make sure that users files which are stored on desktop will remain their post maintenance and VM must remain power on post reverting it back to snapshot.
5 Upload 1 supported file. Max 1 GB.
6 3.You are working as Virtualization administrator in Xceed company , Database team requested to increase the CPU during the server is in power on. But while checking the CPU cannot extend while it is in power ON in vSphere UI , how to solve it and increase the CPU during the server power on in Windows VM?
7 Upload 1 supported file. Max 1 GB.
8 4.In Xceed lab we have a VM TinyLinux which should be preserved to create new VMs. To simulate the situation, it is required to convert it to template and create two new VMs from the template with name TinyLinux50 and TinyLinux60.

lolpee69 / email.txt

0 likes
0 forks
1 files
Last active 1749203597
1 I am writing in response to the formal warning issued regarding the alleged "unwanted conversation" during the training session. After careful reflection, I believe there has been a misunderstanding that I would like to respectfully address.
2
3 Key Clarifications:
4
5 Timing of Conversation: The discussion in question occurred exclusively during a scheduled break period, not during active training hours. We were not interrupting any session or causing distraction to others.
6 Nature of Discussion: This was a private, academic exchange about regional cultural differences between Andhra Pradesh and Tamil Nadu—a topic raised purely for educational purposes. At no point did the conversation involve discriminatory remarks, offensive language, or unprofessional content.
7 No Policy Violation: The Tata Code of Conduct encourages mutual understanding and respectful dialogue. Our break-time conversation aligned with these principles, as it was factual, non-polarizing, and unrelated to workplace matters.
8 Request for Reconsideration:
9
10 I kindly ask you to review the context and timing of this incident, as the warning implies a breach of discipline during the session itself, which did not occur.

lolpee69 / Asha.txt

0 likes
0 forks
1 files
Last active 1749121122
1 Hello Raj,
2 I hope you had a good week. As you know, I’m reviewing all our recent XYZ Insurance projects and preparing a set of findings for the next Quality Group meeting (scheduled for June 15). To ensure we capture the full picture of customer satisfaction and any recurring issues, I need the detailed customer‐feedback data your QA group collected.
3 Specifically, could you please provide:
4 The consolidated feedback report (PDF/Excel) for Q1–Q2 2025
5 Any notes or comments from customer interviews or surveys
6 A brief summary of key themes (e.g., recurring pain points, feature requests, positive remarks)
7 If possible, I’d appreciate receiving these materials by end of day Tuesday, June 11, so I have time to integrate them into my presentation. If there’s anything still in progress or if you need more time, just let me know your timeline and I’ll adjust accordingly.
8 Thank you for your support on this. Your insights are invaluable to ensuring our review is complete and accurate.
9 Warm regards,
10 Asha

goku02 / gist:f94245a277fa42f39eb1d9d0374f261f

0 likes
0 forks
1 files
Last active 1749113300
1 The customer specifically asked Rebecca to reset his MS Office password, but she performed a password reset for Windows. This has put the customer in a tough situation and he is not able to do his work. What should Rebecca do to rectify her mistake?
2 Rebecca should involve her superior by escalating the issue to the next level
3 Rebecca should apologize. She should go ahead and reset the MS office password (as requested by the customer) and assure the customer that this would not happen again
4 Rebecca should inform the customer that he might have to create another ticket for resetting the MS office password
5 Rebecca should ignore the customer's concern, disconnect the call, and move to serve the next caller.
6 ChatGPT said:
7 The most appropriate course of action is:
8
9 👉 Rebecca should apologize. She should go ahead and reset the MS Office password (as requested by the customer) and assure the customer that this would not happen again.
Arunjunan07's Avatar

Arunjunan07 / Test.m3u

0 likes
0 forks
1 files
Last active 1756395126
1 #EXTINF:-1 tvg-id="" tvg-name="MY: HBO" tvg-logo="https://i.ibb.co/hxJvBqhy/Picsart-25-02-10-10-56-32-849.png" group-title="HBO GROUP",SUN TV HD [DOLBY AUDIO]
2 #KODIPROP:inputstream.adaptive.license_type=clearkey
3 #KODIPROP:inputstream.adaptive.license_key=3891557f1cb14dedb7545bf52499d748:fb662f742e5f5e0c61a7c1c66d2b019a
4 https://livestream2.sunnxt.com/9287b977a5694d3c98c12b79622da462/SunTVHDB_AU_index.mpd
5
6 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/128.0.0.1 Safari/537.36
7
8 #EXTINF:-1 tvg-id="ts608" tvg-logo="https://ltsk-cdn.s3.eu-west-1.amazonaws.com/jumpstart/Temp_Live/cdn/HLS/Channel/imageContent-11997-j9lux9ig-v1/imageContent-11997-j9lux9ig-m5.png" group-title="Regional Tamil",Zee Tamil HD
9 #KODIPROP:inputstream.adaptive.license_type=clearkey
10 #KODIPROP:inputstream.adaptive.license_key=https://tp.drmlive-01.workers.dev/?id=608
Newer Older

Powered by Opengist ⋅ Load: 191ms⋅

English
Čeština Deutsch English Español Français Magyar Italiano 日本語 Polski Português Русский Türkçe Українська 中文 繁體中文
⋅ Discord