No announcements
Found 1768252 threads
-
1 Votes
Change Computer Group Membership (PowerShell)
hi you need the IDs of the target groups, with this code you have all you Need (Computer Name must be the FullDomainName !)Answered | 1 Replies | 8760 Views | Created by The Retail Equation - Friday, May 29, 2015 6:25 PM | Last reply by muecom (Stefan Mueller) - Saturday, May 30, 2015 8:27 PM -
0 Votes
Powershell command to get the exchange database status
For 2010, the following will give you the database name, number of users, size and free space: $dbs = Get-MailboxDatabase -Status | ?Answered | 11 Replies | 27237 Views | Created by Shashi.Surve - Friday, January 28, 2011 10:10 AM | Last reply by Tom-Anderson - Friday, March 21, 2014 9:16 AM -
0 Votes
Health Status of a group of computers
Answered | 3 Replies | 2037 Views | Created by Gunter D - Thursday, August 23, 2012 10:42 AM | Last reply by Graham Davies - Monday, August 27, 2012 9:19 AM -
1 Votes
Powershell to get In Cloud groups
After a little further reading, I found a similar question posted here.Answered | 1 Replies | 4281 Views | Created by Keys_IT - Tuesday, March 17, 2015 1:07 AM | Last reply by Keys_IT - Tuesday, March 17, 2015 2:20 AM -
1 Votes
Powershell Command to get computer status in a target group
A Group contains Members (read: Computers)A Computer has a status count for updates (NotApplicable, Needed, Installed)An Update has a ...Answered | 4 Replies | 6261 Views | Created by anshul somani - Tuesday, October 21, 2014 9:40 AM | Last reply by Lawrence Garvin - Friday, October 24, 2014 10:34 PM -
2 Votes
SYSVOl replication Powershell commands
Hi, Is there any way to get SYSVOL replication status through powershell commands without installing any other ...Answered | 4 Replies | 7037 Views | Created by venkimvs2 - Wednesday, May 3, 2017 11:33 AM | Last reply by Wendy Jiang - Thursday, June 1, 2017 2:28 AM -
0 Votes
not able to get the computer name with powershell
Get-Service -Name 'Spooler' -ComputerName 'localhost' 3. can you give me example for the command to show the ...Answered | 5 Replies | 1007 Views | Created by sns t - Sunday, September 15, 2019 10:05 AM | Last reply by BOfH-666 - Monday, September 16, 2019 2:56 PM -
1 Votes
Grouping Emails by Company Powershell Commands
I'll check out the modified command when I am back at work tomorrow.Answered | 2 Replies | 486 Views | Created by MPCPRO - Wednesday, October 19, 2016 11:34 AM | Last reply by MPCPRO - Wednesday, October 19, 2016 10:52 PM -
0 Votes
Powershell command gets stuck
I've had the best luck with PowerShell in Orchestrator using this Run .Net Script runbook template.Answered | 3 Replies | 3270 Views | Created by marshalexander99 - Monday, May 11, 2015 2:37 PM | Last reply by marshalexander99 - Tuesday, May 12, 2015 2:26 PM -
0 Votes
Get-mailbox parameters to target security and distribution groups
get-distributiongroup is not getting the membership of the group, it gets the group itself.Answered | 2 Replies | 1214 Views | Created by zaxxon1234 - Tuesday, August 11, 2015 11:08 PM | Last reply by Peter Moys - Friday, August 14, 2015 3:19 PM -
3 Votes
Powershell command to get list of computers and OU
get-adcomputer -filter * -properties operatingsystem,lastlogontimestamp |select name,operatingsystem,@{n=’OUPath’;e={$_.distinguishedName -replace '^.+?Answered | 4 Replies | 4563 Views | Created by whitesql - Thursday, January 29, 2015 5:32 AM | Last reply by whitesql - Friday, January 30, 2015 3:09 AM -
0 Votes
getting protection status using cmdlets/powershell DPM2010
keep in mind if you want to use this in a powershell script you will first have to load the DPM snap-in with the following command.Answered | 1 Replies | 5316 Views | Created by rickybud7 - Wednesday, March 23, 2011 5:45 PM | Last reply by Jason.Ro - Wednesday, March 23, 2011 8:01 PM -
0 Votes
Run Powershell command against many remote computers
Okay, I don't have a lot of experience with this, but I think this should work: $Servers = Get-Content ServerList.txt ForEach ($Server in ...Answered | 6 Replies | 35533 Views | Created by scottyp55 - Friday, May 6, 2011 1:07 PM | Last reply by Richard Mueller - Tuesday, May 10, 2011 9:57 PM -
7 Votes
How to get a computer SID using a doss command
Also, you need to be a member of the local Administrators group on the computer.Answered | 12 Replies | 154187 Views | Created by How to get computer SID using dos command - Monday, May 2, 2016 11:46 AM | Last reply by Richard Mueller - Wednesday, May 4, 2016 3:06 PM -
1 Votes
Using PowerShell to Move a Group of Computers
Get-QADComputer -InactiveFor 365 -SizeLimit 0 | Move-QADObject -NewParentContainer "ou=computers,ou=Disabled ...Answered | 16 Replies | 2611 Views | Created by bweav111 - Wednesday, June 19, 2013 2:03 AM | Last reply by jrv - Wednesday, June 19, 2013 9:56 PM -
0 Votes
PowerShell get dynamic members rule in a SCOM group
What is the purpose of getting the dynamic inclusion rule via powershell?Answered | 14 Replies | 5598 Views | Created by Gustavo.Mendez - Thursday, July 3, 2014 12:08 PM | Last reply by Dwayne Ryder - Friday, September 28, 2018 1:34 AM -
0 Votes
Get Scom Component Group members in PowerShell?
Hi, Open the SCOM Powershell Console, and search for all services with: $DAClass = Get-SCClass ...Answered | 5 Replies | 2198 Views | Created by SomeScomPerson - Friday, January 18, 2019 4:53 PM | Last reply by SomeScomPerson - Monday, January 28, 2019 8:31 PM -
2 Votes
Modify Local Group using Computer Description Powershell
Create an AD group for each computer account in AD 2.Answered | 5 Replies | 2186 Views | Created by Jim101a - Tuesday, October 8, 2013 1:03 PM | Last reply by Jim101a - Tuesday, October 8, 2013 3:33 PM -
0 Votes
How can get value of registry DWORD value of remote computers with powershell
This script may help (I haven't used it personally, but I know that many people have used it and thanked Jason for coming up with ...Answered | 14 Replies | 10100 Views | Created by Mr. Raj - Wednesday, April 30, 2014 2:48 PM | Last reply by Boe Prox - Thursday, May 1, 2014 4:49 PM -
11 Votes
Get remote computer Powershell version
Is there some parameter that's supposed to be changed besides the computer name?Answered | 6 Replies | 41780 Views | Created by Paulo Morgado - Monday, October 15, 2012 10:46 AM | Last reply by Mekac - Monday, December 11, 2017 11:17 PM - Items 1 to 20 of 1768252 Next ›
No announcements