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

lolpee69 / lol

0 likes
0 forks
1 files
Last active 1749724218
1 Scenario: 1
2
3 You’re a local administrator in Xceed organization, you received a ticket from one of the tower heads to apply few restrictions to employees from Sales department. Tower heads wants the Sales employee to restrict them access to Control panel, Windows Updates and from changing the desktop background wallpaper.
4
5 20 points
6 Upload 1 supported file. Max 100 MB.
7 Scenario: 2
8
9 You are working as a Wintel administrator for Xceed lab and there is a request to create a shared folder with Name – Design. Configure quota template with name "200MB Limit Custom" and notification threshold must be 80%, 90% and 100%. Configure quota of 200MB for Design folder. Restrict users from storing or saving image files on Design folder. Generate a storage management report for that folder with all the required parameters

zing / gist:26fa32e080dc4dffaeecde8a51e1bbeb

0 likes
0 forks
1 files
Last active 1749708853
1 1. Create a Security Group for AutoPilot Devices.
2 2. Deployment profile
3 3. Generate serial number form computer using powershell script.
4 4. Windows autopilot --> Devices --> Import and upload the *.CSV file.
5 5. We will check the Dynnamic device Group --> Enable the Device.
6
7 device.devicePhysicalIDs -any _ -contains "[ZTDId]"
8
9 Install-Script -Name Get-WindowsAutoPilotInfo
10 Set-ExecutionPolicy RemoteSigned

zing / gist:d6cda0d6cda54a9191dc9faea77605c9

0 likes
0 forks
1 files
Last active 1749637580
1 1. Create a Security Group for AutoPilot Devices.
2 2. Deployment profile
3 3. Generate serial number form computer using powershell script.
4 4. Windows autopilot --> Devices --> Import and upload the *.CSV file.
5 5. We will check the Dynnamic device Group --> Enable the Device.
6
7
8
9 device.devicePhysicalIDs -any _ -contains "[ZTDId]"

zing / gist:211d5366a7034136b89e7ba82dd3ba9b

0 likes
0 forks
1 files
Last active 1749637398
1 # Create the user "Hareash S" in the AD_PowerShell OU
2 New-ADUser -Name "Hareash S" `
3 -GivenName "Hareash" `
4 -Surname "S" `
5 -SamAccountName "HS" `
6 -UserPrincipalName "Hareash@Xceed.com" `
7 -AccountPassword (ConvertTo-SecureString "Welcome123$" -AsPlainText -Force) `
8 -Path "OU=AD_PowerShell,DC=Xceed,DC=com" `
9 -Enabled $true `
10 -OtherAttributes @{

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.
Newer Older

Powered by Opengist ⋅ Load: 186ms⋅

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